GNOME Bugzilla – Bug 307624
Coaster-0.1.4.2 not compatible with nautilus-cd-burner-2.11.3
Last modified: 2006-01-05 16:51:54 UTC
Version details: 0.1.4.2 Distribution/Version: Yellow Dog Linux-4.0.1 ./src/ncbmm/recorder.cc fails to compile because the nautilus-cd-burner API has changed: - nautilus_burn_recorder_write_tracks() has added a field: GError **error - nautilus_burn_recorder_blank_disc() has modified the last field: GError **error - nautilus_burn_recorder_get_error_message() has been eliminated - nautilus_burn_recorder_get_error_message_details() has been eliminated
Yup! That is because of API changes in the 2.11 branch of n-c-b. Coaster 0.1.4.2 was developed for n-c-b 2.10. Coaster 0.1.5 should use the new 2.11 n-c-b code.