Hi,
I'm using gcc 2.95.3 and get the following error on compilation...
c++ -c -g -D__SOLARIS__ -I. -I../../include -o debug.o debug.C
debug.C: In function `void LogMessage(int, char *, ...)':
debug.C:117: `__builtin_va_alist' undeclared (first use this function)
debug.C:117: (Each undeclared identifier is reported only once
debug.C:117: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `debug.o'
Can anyone help me with this as I'm stumped ?
Cheers,
Brian.
I'm using gcc 2.95.3 and get the following error on compilation...
c++ -c -g -D__SOLARIS__ -I. -I../../include -o debug.o debug.C
debug.C: In function `void LogMessage(int, char *, ...)':
debug.C:117: `__builtin_va_alist' undeclared (first use this function)
debug.C:117: (Each undeclared identifier is reported only once
debug.C:117: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `debug.o'
Can anyone help me with this as I'm stumped ?
Cheers,
Brian.