Quentin Mathé schrieb: > Le 24 sept. 2009 à 08:08, Scott a écrit : > >> OK now I have a real build problem, I'm on Ubuntu 9.04 all deps >> installed, compiled GNUstep from cvs, compiled LLVM from trunk, >> Etoile compiles for a while but then the build fails with the >> following: > > I just realized this message was posterior to the one I just replied > (the delivery dates seem incorrect). > Please ignore my previous reply then :-) > >> Build Project: Camaelon >> >> Making all for bundle Camaelon... >> Compiling file NSScroller.m ... >> NSScroller.m: In function ‘-[NSScroller(theme) isHorizontal]’: >> [snip] >> NSScroller.m:335: error: ‘_floatValue’ undeclared (first use in this >> function) >> make[4]: *** [obj/NSScroller.m.o] Error 1 >> make[3]: *** [internal-bundle-run-compile-submake] Error 2 >> make[2]: *** [Camaelon.all.bundle.variables] Error 2 >> make[1]: *** [internal-all] Error 2 >> make: *** [internal-all] Error 2 >> >> Something to with Camaelon a missing header??? > > It looks like the NSScroller ivars were recently changed (ten days > ago) so Camaelon is currently broken with GNUstep versions more recent > than r28670. > Until it is fixed, you can compile Étoilé by updating GNUstep gui to > r28670 or an older version. > > The changes to NSScroller are visible here: > <http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSScroller.h?rev=28671&view=diff&r1=28671&r2=28670&p1=libs/gui/trunk/Headers/AppKit/NSScroller.h&p2=/libs/gui/trunk/Headers/AppKit/NSScroller.h > > >
Here it really would help if Camaelon would switch to use the theme interface. That way we could easily see where some extension of that interface is needed and changes to GNUstep (apart from the theme interface) won't lead to issues in Camaelon. Fred _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
