> > ./config/cf/site.def:64: Invalid token in expression
> > ./config/cf/xfree86.cf:328: Invalid token in expression
>
> There's a syntax error somewhere in the confing file, look on the referenced
> lines (vi foo.bar +baz), see if anything seems obviously wrong.
I looked yesterday into 'site.def' and 'xfree86.cf', and those had in common
checks ("#if define()" on the variables concerning the
microarchitecture/environment. I suspect that in my case (i.e. Linux/x86), it
must be set automatically by the configuration program, right? I copied below a
section of site.def, with the error on line 64 starting with "# if
defined(AIXArchitecture) || defined(SVR4Architecture) || \", in hope that it
will help someone tell me what's wrong. If you'd know another config file I
should look into, please let me know as well.
Guilhem.
---
#include <host.def>
#include <xf86site.def>
/* On systems where cpp doesn't expand correctly macros in include directives
* the two following macros need to be defined directly (where "X11" is
* really whatever the TopLevelProject macro is defined to be).
*/
# if defined(AIXArchitecture) || defined(SVR4Architecture) || \
defined(SCOArchitecture) || defined(Win32Architecture) || \
defined(UXPArchitecture) || defined(SunArchitecture) || \
defined(DynixPtxArchitecture) || defined(i386IscArchitecture)
# ifndef ProjectRulesFile
# define ProjectRulesFile <X11.rules>
# endif
# ifndef ProjectTmplFile
# define ProjectTmplFile <X11.tmpl>
# endif
# endif
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie