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

Yep, OS X uses case-preserving HFS+ by default, so unless you've formatted your drive and
selected case-sensitive, it's case-preserving :)

I reckon we're close to solving this. My take is that scons has changed dir by the point that it tries to build dtoa-config.c, and so when it tries to write out the resulting object, it can't
write to obj/release/ because it's no longer in the project root.

But, I couldn't find a place to hook during the build process and output the current directory; I tried putting a "; pwd" in various places, but scons was too clever, and foiled my
plans by rejecting spaces and escaping quotes :)

Any experienced scons users around to have a look at this?

—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