This may be an issue with the config on my macbook, but I get the
following error when doing a scons build:

[Agency:~/Desktop/test/v8]$ scons mod=release snapshot=offscons:
Reading SConscript files ...scons: done reading SConscript files.
scons: Building targets ...
g++ -o obj/release/runtime.o -c -ansi -pedantic -Wall -Werror -W -Wno-
unused-parameter -fno-strict-aliasing -O2 -fno-rtti -fno-exceptions -
ansi -pedantic -Wall -Werror -W -Wno-unused-parameter -fno-strict-
aliasing -O2 -DENABLE_LOGGING_AND_PROFILING src/runtime.cc
src/runtime.cc: In function 'v8::internal::Object*
v8::internal::Runtime_GetScript(v8::internal::Arguments)':
src/runtime.cc:4859: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
scons: *** [obj/release/runtime.o] Error 1
scons: building terminated because of errors.

Oddly - I can compile as so:

 g++ -o obj/release/runtime.o -c src/runtime.cc

With no problems.

Any ideas?

Ben
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to