Pete French <pete <at> twisted.org.uk> writes: > > I just did an SVN update and tried to rebuild base, and am getting the > following errors: ... > > I didnt get this before - those lines look like this: > > ASSIGN_DEFAULT_PATH(gnustepLocalAdminApps, <at> GNUSTEP_TARGET_LOCAL_ADMIN_APPS); > > I cant quite work out whats supposed to be going on. ANyone else having > this pproblem ? My system is FreeBSD 6.2 > > -bat. >
Building is ok on my system (MinGW/gcc 4.1) GNUSTEP_TARGET_LOCAL_ADMIN_APPS and others are macros defined to double quoted strings without a @. IMHO A unusual syntax. I guess your compiler can't recognize a macro name following a @... Regards Xavier _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
