Running Windows XP Pro, 32bit, SP3. A quick google search showed that this question has been asked before, but the asker solved the question and never posted how. It was mentioned that the CPU architecture is the problem, but I don't think that's too likely, since I can run programs that use v8 (namely, Google Chrome...). There's a decent chance I screwed something up when building V8. I use MSVC++ Express, 2010, and so had to kinda wing it with the paths and such. I have less than a year of programming experience, so it's not unlikely that I screwed something up.
The error I'm getting: "c:\documents and settings\MyUsername\my documents\visual studio 2010\projects\v8\src\globals.h(61): fatal error C1189: #error : Your target architecture is not supported by v8" And here's the command-prompt commands I used to build V8, in case that's where I messed up: set PATH=C:\Python26;C:\Python26\Scripts;%PATH% scons env="PATH:C:\Program Files\Microsoft Visual Studio 10.0\VC\bin;C: \Program Files\Microsoft Visual Studio 10.0\Common7\IDE;C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools,INCLUDE:C:\Program Files\Microsoft Visual Studio 10.0\VC\include;C:\Program Files \Microsoft SDKs\Windows\v7.0A\Include,LIB:C:\Program Files\Microsoft Visual Studio 10.0\VC\lib;C:\Program Files\Microsoft SDKs\Windows\v7.0A \Lib" The code in the project I'm trying to compile is a perfect copy-paste of the second (somewhat longer) hello_world example from the "Getting Started" wiki page. Thank you for your time, and help is very much appreciated! Timothy Sassone -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
