Hi Quentin, Looking at it a little bit closer I see errors are mostly GNUSTEP_* path discrepancies: For example:
> Making all in Frameworks... > make[1]: Entering directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks' > Making all in BookmarkKit... > make[2]: Entering directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks/BookmarkKit' > Making all in Source... > make[3]: Entering directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks/BookmarkKit/Source' > GNUmakefile:89: /usr/GNUstep/System/Makefiles/library.make: No such file or > directory > make[3]: *** No rule to make target > `/usr/GNUstep/System/Makefiles/library.make'. Stop. > make[3]: Leaving directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks/BookmarkKit/Source' > make[2]: *** [internal-all] Error 2 > make[2]: Leaving directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks/BookmarkKit' > make[1]: *** [internal-all] Error 2 > make[1]: Leaving directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks' > make: *** [internal-all] Error 2 I tried making a link $GNUSTEP_SYSTEM_ROOT/Makefiles -> $GNUSTEP_SYSTEM_ROOT/Library/Makefiles (where makefiles really are). The build goes a little bit further: > [EMAIL PROTECTED] sudo ln -s /usr/GNUstep/System/Library/Makefiles/ > $GNUSTEP_SYSTEM_ROOT/Makefiles > Password: > [EMAIL PROTECTED] make > Making all in Frameworks... > make[1]: Entering directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks' > Making all in BookmarkKit... > make[2]: Entering directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks/BookmarkKit' > Making all in Source... > make[3]: Entering directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks/BookmarkKit/Source' > Making all for library libBookmarkKit... > Compiling file BKBookmark.m ... > BKBookmark.m:27:26: warning: AppKit/Appkit.h: No such file or directory > In file included from BKBookmark.m:28: > ../Headers/BKBookmark.h:52: error: syntax error before "NSImage" > ../Headers/BKBookmark.h:53: error: syntax error before "NSImage" > ../Headers/BKBookmark.h:57: error: syntax error before "NSImage" > BKBookmark.m:77: error: syntax error before "NSImage" > BKBookmark.m:82: error: syntax error before "NSImage" > BKBookmark.m:97: error: syntax error before "NSImage" > make[4]: *** [shared_obj/BKBookmark.o] Error 1 > make[3]: *** [libBookmarkKit.all.library.variables] Error 2 > make[3]: Leaving directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks/BookmarkKit/Source' > make[2]: *** [internal-all] Error 2 > make[2]: Leaving directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks/BookmarkKit' > make[1]: *** [internal-all] Error 2 > make[1]: Leaving directory > `/home/pdinoto/Development/GNUstep/Etoile/Etoile/Frameworks' > make: *** [internal-all] Error 2 I guess it is still a path issue. Let me know if you want me to go further... BTW, I'm using yesterday´s CVS version. Regards, ///Pablo
