Greetings,
I know cygwin is not supported with gcc,
however I got through all scons trickeries to make it work and now I
run into the following :
( I am at svn version At revision 1380, which is current at this
posting )
198...@demuyt-sys /js/v8
$ scons os=linux
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o obj/release/accessors.o -c -pedantic -Wall -Werror -W -Wno-
unused-parameter -Wno-long-long -O3 -fomit-frame-pointer -fdata-
sections -ffunction-
sections -DWIN32 -fno-rtti -fno-exceptions -DWIN32 -pedantic -Wall -
Werror -W -Wno-unused-parameter -Wno-long-long -O3 -fomit-frame-
pointer -fdata-sec
tions -ffunction-sections -DWIN32 -DENABLE_LOGGING_AND_PROFILING src/
accessors.cc
In file included from src/conversions-inl.h:38,
from src/objects-inl.h:40,
from src/v8.h:66,
from src/accessors.cc:28:
src/platform.h:158: error: `va_list' has not been declared
src/platform.h:158: error: ISO C++ forbids declaration of `args' with
no type
src/platform.h:164: error: `va_list' has not been declared
src/platform.h:164: error: ISO C++ forbids declaration of `args' with
no type
src/platform.h:227: error: `va_list' has not been declared
src/platform.h:227: error: ISO C++ forbids declaration of `args' with
no type
scons: *** [obj/release/accessors.o] Error 1
scons: building terminated because of errors.
I tried OS=linux, no beans.
T.
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---