Comment #7 on issue 544 by [email protected]: Build failure on Mac OS X 10.6
http://code.google.com/p/v8/issues/detail?id=544

I don't think it's a case problem. It looks like something to do with paths to me. Here's some more info:

Running `scons` in the project root fails on dtoa-config.c — looks like it can't write out the object for some
reason:

⚡ pwd
~/projects/v8

⚡ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o obj/release/dtoa-config.o -c -Werror -Wno-uninitialized -m32 -O3 -fomit-frame-pointer -fdata- sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 - DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -Isrc src/dtoa-
config.c
i686-apple-darwin10-gcc-4.2.1: src/dtoa-config.c: No such file or directory
i686-apple-darwin10-gcc-4.2.1: no input files
scons: *** [obj/release/dtoa-config.o] Error 1
scons: building terminated because of errors.


But, manually building that file from the project root succeeds:

⚡ pwd
~/projects/v8

⚡
gcc -o obj/release/dtoa-config.o -c -Werror -Wno-uninitialized -m32 -O3 -fomit-frame-pointer -fdata-
sections -ffunction…
…-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_IA32 -DENABLE_DEBUGGER_SUPPORT
-DV8_NATIVE_REGEXP -DENABLE_…
…LOGGING_AND_PROFILING -Isrc src/dtoa-config.c

⚡ ls -l obj/release/
total 56
-rw-r--r--  1 ben  staff  27884  3 Feb 10:42 dtoa-config.o

—ben_h


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to