This is from revision 2978:
[EMAIL PROTECTED]:~/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus$ make
messages=yes
This is gnustep-make 2.0.4. Type 'make print-gnustep-make-help' for help.
\
echo ""; \
echo "Build Project: EtoileWildMenus"; \
echo ""; \
echo "
/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus
EtoileWildMenus"; \
if [ ! -L
/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus/EtoileWildMenus
]; then \
if [ -d
/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus/Headers ];
then \
ln -s
/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus/Headers
/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus/EtoileWildMenus;
\
echo
"/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus
/home/kpropell/etoiletrunk/etoile/Etoile/Build EtoileWildMenus"; \
elif [ -n "" -o -n "" ]; then \
ln -s
/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus
/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus/EtoileWildMenus;
\
echo
"/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus
/home/kpropell/etoiletrunk/etoile/Etoile/Build EtoileWildMenus"; \
fi; \
fi; \
Build Project: EtoileWildMenus
/home/kpropell/etoiletrunk/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/etoiletrunk/etoile/Etoile/Build
-I/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus
-I/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus/Headers
-I/home/kpropell/etoiletrunk/etoile/Etoile/Build
-I/home/kpropell/etoiletrunk/etoile/Etoile/Bundles/EtoileWildMenus
-I/home/kpropell/etoiletrunk/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
Quentin Mathé-2 wrote:
>
> 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
>
--
View this message in context:
http://www.nabble.com/Ubuntuized-gnustep-tp14688082p16299637.html
Sent from the Etoile - General mailing list archive at Nabble.com.
_______________________________________________
Etoile-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-discuss