Hi, Le 24 mars 08 à 17:56, kpropell a écrit :
> Hello again :) > I'm back and trying to get Etoile to work.. and to all you guru's I > need > help.. again! > > [snip] > /home/kpropell/etoile/Etoile/Bundles/EtoileWildMenus EtoileWildMenus > Making all for bundle EtoileMenus... > gcc NSMenu+Hackery.m -c \ > -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 > -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 - > D_REENTRANT > -fPIC -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE > -Wno-import -g -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused > -Wno-import -Wno-import -W -Wall -Wno-unused -Wno-import -Wno-import > -fconstant-string-class=NSConstantString > -I/home/kpropell/etoile/Etoile/Build > -I/home/kpropell/etoile/Etoile/Bundles/EtoileWildMenus > -I/home/kpropell/etoile/Etoile/Bundles/EtoileWildMenus/Headers > -I/home/kpropell/etoile/Etoile/Build > -I/home/kpropell/etoile/Etoile/Bundles/EtoileWildMenus > -I/home/kpropell/etoile/Etoile/Bundles/EtoileWildMenus/Headers -I. > -I/home/kpropell/GNUstep/Library/Headers > -I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/System/Library/ > Headers \ > -o obj/NSMenu+Hackery.o > NSMenu+Hackery.m: In function ‘-[NSMenu(HorizontalHackery) > shiftOnScreen]’: > NSMenu+Hackery.m:54: error: ‘_menu’ undeclared (first use in this > function) > NSMenu+Hackery.m:54: error: (Each undeclared identifier is reported > only > once > NSMenu+Hackery.m:54: error: for each function it appears in.) > NSMenu+Hackery.m: In function ‘-[NSMenu(HorizontalHackery) > _rightMouseDisplay:]’: > NSMenu+Hackery.m:110: error: ‘_menu’ undeclared (first use in this > function) > make[1]: *** [obj/NSMenu+Hackery.o] Error 1 > make: *** [EtoileMenus.all.bundle.variables] Error 2 I think you are probably trying to compile the stable branch. Currently only -trunk is really supported. This issue with _menu ivar was introduced with NSMenu changes in GNUstep (in January iirc). Étoilé code has been adjusted but only in -trunk. I'll take a look to backport this fix to -stable. Cheers, Quentin. _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
