GNOME Bugzilla – Bug 334628
NAUTILUS_BURN_CHECK_VERSION broken in release 2.14.0.1
Last modified: 2006-03-18 09:59:21 UTC
In that release, the minor version number is defined to: #define NAUTILUS_BURN_VERSION_MICRO (0.1) NAUTILUS_BURN_CHECK_VERSION tests: NAUTILUS_BURN_VERSION_MICRO >= (micro) which fails with: rb-playlist-source-recorder.c:307:40: error: floating constant in preprocessor expression when an application tries to use it. Not sure about the appropriate severity to use, but this seems pretty important to me.
Created attachment 61297 [details] [review] patch Damn. This should fix it. I agree this is somewhat serious. Any suggestions on the appropriate course of action? I'll make a new 2.14.0.2 release. Perhaps giving a heads up to some people at main distros is enough?
I'd say a new release and an annoucement on gnome-announce explaining the problem should be enough.
Thanks so much for catching this. I may not have since I had already bumped the version number in CVS. Thanks!
*** Bug 334962 has been marked as a duplicate of this bug. ***