On Sat, Dec 10, 2011 at 12:15 AM, Jakob Kummerow <[email protected]>wrote:
> I have no idea why your command lines are different, though. You wouldn't > happen to have any local changes, would you? Does it work in a fresh, clean > checkout? (If you try that, pull from the github mirror, as it's a lot > faster than SVN. > i have no local changes but i'll try a clean checkout... git clone https://github.com/v8/v8.git cd v8 ... [stephan@cheyenne:~/src/google/v8]$ make dependencies svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \ --revision 1026 ... did an svn checkout... [stephan@cheyenne:~/src/google/v8]$ ./build/gyp_v8 Updating projects from gyp files... [stephan@cheyenne:~/src/google/v8]$ make x64.debug library=shared V=1 &> foo ... Still only 10kb/DLL: [stephan@cheyenne:~/src/google/v8]$ find . -name '*.so' -ls 5919698 12 -rwxr-xr-x 2 stephan stephan 10028 Dec 10 00:28 ./out/x64.debug/obj.target/tools/gyp/libv8.so 5919698 12 -rwxr-xr-x 2 stephan stephan 10028 Dec 10 00:28 ./out/x64.debug/lib.target/libv8.so [stephan@cheyenne:~/src/google/v8]$ make -f Makefile-x64 BUILDTYPE=Debug make: Nothing to be done for `all'. > Don't forget "make dependencies".) > It can't be called forgetting if it isn't documented in the first place ;). build/README.txt doesn't mention "make dependencies". -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
