Pete French wrote:

I just did an SVN update and tried to rebuild base, and am getting the
following errors:

NSPathUtilities.m: In function `ExtractValuesFromConfig':
NSPathUtilities.m:439: error: stray '@' in program
NSPathUtilities.m:439: error: `GNUSTEP_TARGET_USER_DIR_DOC' undeclared (first use in this function) NSPathUtilities.m:439: error: (Each undeclared identifier is reported only once
NSPathUtilities.m:439: error: for each function it appears in.)
NSPathUtilities.m:444: error: stray '@' in program
NSPathUtilities.m:444: error: `GNUSTEP_TARGET_USER_DIR_DOC_MAN' undeclared (first use in this function)

etc...

This looks like your base and make installations are out of sync (*). Update make to the most recent version from svn, install make, then do a make clean
and configure base again. Everything should work again.

Regards
Wolfgang

Here is the relevant mail explaining the change in gnustep-make, which causes
your compilation failure:
http://lists.gnu.org/archive/html/discuss-gnustep/2007-02/ msg00317.html


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to