This is probably due to the fact that the xcode project is not properly maintained. You can take a look in the file src/SConscript for the current list of source files and update the xcode project accordingly..
Regards, Søren On Wed, Mar 24, 2010 at 02:08, Piero B. Contezini <[email protected] > wrote: > hello, just downloaded that last snapshot version from SVN: > http://v8.googlecode.com/svn/trunk > > and it gives me this error trying to build it under OSX: > > CompileC > ../xcodebuild/v8.build/Debug/v8.build/Objects-normal/i386/usage-analyzer.o > ../src/usage-analyzer.cc normal i386 c++ com.apple.compilers.gcc.4_2 > cd /Users/pcontezini/devel/pshell/v8/tools > setenv LANG en_US.US-ASCII > /Developer/usr/bin/gcc-4.2 -x c++ -arch i386 -fmessage-length=0 -pipe > -Wno-trigraphs -fno-exceptions -fno-rtti -O0 -mdynamic-no-pic -Werror > -Wnewline-eof -DDEBUG -DV8_ENABLE_CHECKS -DENABLE_DISASSEMBLER > -DV8_TARGET_ARCH_IA32 -DV8_NATIVE_REGEXP > -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT > -fvisibility=hidden -fvisibility-inlines-hidden -gdwarf-2 -Wall > -Wendif-labels > -F/Users/pcontezini/devel/pshell/v8/tools/../xcodebuild/Debug > -I/Users/pcontezini/devel/pshell/v8/tools/../xcodebuild/Debug/include > -I../src > -I/Users/pcontezini/devel/pshell/v8/tools/../xcodebuild/v8.build/Debug/v8.build/DerivedSources/i386 > > -I/Users/pcontezini/devel/pshell/v8/tools/../xcodebuild/v8.build/Debug/v8.build/DerivedSources > -fstack-protector -fstack-protector-all -c > /Users/pcontezini/devel/pshell/v8/tools/../src/usage-analyzer.cc -o > > /Users/pcontezini/devel/pshell/v8/tools/../xcodebuild/v8.build/Debug/v8.build/Objects-normal/i386/usage-analyzer.o > > i686-apple-darwin10-gcc-4.2.1: > /Users/pcontezini/devel/pshell/v8/tools/../src/usage-analyzer.cc: No > such file or directory > i686-apple-darwin10-gcc-4.2.1: warning: '-x c++' after last input file > has no effect > i686-apple-darwin10-gcc-4.2.1: no input files > Command /Developer/usr/bin/gcc-4.2 failed with exit code 1 > > > The file isnt really there, anyone know what I should do? > > Thanks > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > > To unsubscribe from this group, send email to v8-users+ > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > ME" as the subject. > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users To unsubscribe from this group, send email to v8-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
