After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 307624 - Coaster-0.1.4.2 not compatible with nautilus-cd-burner-2.11.3
Coaster-0.1.4.2 not compatible with nautilus-cd-burner-2.11.3
Status: RESOLVED OBSOLETE
Product: Coaster
Classification: Deprecated
Component: coaster
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Coaster maintainers
Coaster maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-14 13:32 UTC by Joseph Sacco
Modified: 2006-01-05 16:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joseph Sacco 2005-06-14 13:32:29 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
Comment 1 Sean Harshbarger 2005-06-15 23:45:23 UTC
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.