gravsten wrote: > > > > ./config/cf/site.def:64: Invalid token in expression > > > ./config/cf/xfree86.cf:328: Invalid token in expression [...] > # if defined(AIXArchitecture) || defined(SVR4Architecture) || \ > defined(SCOArchitecture) || defined(Win32Architecture) || \ > defined(UXPArchitecture) || defined(SunArchitecture) || \ > defined(DynixPtxArchitecture) || defined(i386IscArchitecture)
This line looks OK by itself, so the problem must be in one of these eight macros it expands. Look at line 328 of xfree86.cf and any of the other lines that had invalid tokens and see if they have one of these preprocessor tokens in common. If so, try to find where that token is defined. Good luck, these preprocessor things can be a pain in the tush. -- Remember, more computing power was thrown away last week than existed in the world in 1982. -- http://www.tom.womack.net/computing/prices.html _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
