Re: Compiling Balsa on Solaris :-(



> ../libmutt/mutt.h:164: parse error before `0x85'
> 
> I've checked as much as I can, but the error makes no sense to me.
> This is with gcc-2.95.2, latest release of everything.

As far as I remember, it comes from Solaris defining the same symbol name in
one of its include files. So, look for the symbol used at line 164 and add a

#undef SYMBOL

before the enumeration. This should do the trick.

Frédéric



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]