[Mono-list] MacOS X & Mono build issue (0.25 from CVS)
Andy Satori
dru@satori-assoc.com
Thu, 31 Jul 2003 20:18:01 -0400
After about a month off from anything mono related, I'm back to hacking
on Mono for Mac OS X. Rebuilt a Mac OS X machine from scratch, built
all the dependancies (no Fink (unix software belongs in /usr/local/ not
in /sw)) I've gotten a build environment set back up. The problem is
that 0.25 has reintroduced the _VA_ARGS__ compiler errors again. This
came up once before in the 0.19 days, but I don't recall the solution.
Below is the matching log.
/monoburg.c:941:51: warning: __VA_ARGS__ can only appear in the
expansion of a C99 variadic macro
./monoburg.c: In function `check_result':
./monoburg.c:941: `__VA_ARGS__' undeclared (first use in this function)
./monoburg.c:941: (Each undeclared identifier is reported only once
./monoburg.c:941: for each function it appears in.)
./monoburg.c:949:51: warning: __VA_ARGS__ can only appear in the
expansion of a C99 variadic macro
the line in question is actually using the g_warning() function call.
Any body else recall the issue / solution?
Andy Satori
Satori & Associates, Inc.
dru@satori-assoc.com