When I build on Vista I'm getting the following errors in Javascript core Performing Pre-Build Event... Project : error PRJ0002 : Error result 1 returned from 'c:\Windows\system32\cmd.exe'.
I tried within VC++2005 hoping to see more error info and found: 1>------ Build started: Project: JavaScriptCoreGenerated, Configuration: Release Win32 ------ 1>Performing Makefile project actions 1> set PATH=%PATH%;%SystemDrive%\cygwin\bin 1> touch "C:\Users\Richard\WebKit\Output\buildfailed" 1> bash build-generated-files.sh "C:\Users\Richard\WebKit\Output" "C:\Users\Richard\WebKit\WebKitLibraries\win" 1>/cygdrive/c/Users/Richard/WebKit/JAVASC~1/pcre/dftables chartables.c 1>/cygdrive/c/Users/Richard/WebKit/JAVASC~1/kjs/create_hash_table /cygdrive/c/Users/Richard/WebKit/JAVASC~1/kjs/number_object.cpp -i > number_object.lut.h 1>Creating hashtable for /cygdrive/c/Users/Richard/WebKit/JAVASC~1/kjs/number_object.cpp 1>Error in tempfile() using /tmp/dftables-XXXXXXXX.in: Parent directory (/tmp/) is not writable 1> at /cygdrive/c/Users/Richard/WebKit/JAVASC~1/pcre/dftables line 236 1>make: *** [chartables.c] Error 255 1>make: *** Waiting for unfinished jobs.... 1>NMAKE : fatal error U1077: 'bash' : return code '0x1' I had read through the script files, verified disk space and that I could write to /tmp/ from cygwin prompt. What is going wrong here? -Richard
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev