I made the build(s) through Visual Studio 2010 express (IDE). 
When i tried to build  build\all.vcxproj i had errors ( file or path not 
found) 
So i built src\d8.vcxproj.
In both case, VS gave me an error saying he was unable to read all 
properties of the project. 
But src\d8.vcxproj built without error.

I tried both following libray settings:
 
> python build\gyp_v8 -Dcomponent=shared_library and build\gyp_v8 
-Dcomponent=static_library
 
but in either case, i can't link ( undefined reference to ...)

I've not been able to build V8 with the makefile/MinGW32-make nor with 
makefile/cygwin and make.

I don't worry about building V8 under Linux. My problem is using MSVC lib 
in the GCC toolchain,
because my project has to be portable under 2 OS.

Microsoft is compatible with nobody else, even not with microsoft itself. 
Instead maintaining a build procedure for  MSVC 5, 8, 9, 10, 20xx, Express 
(or not), and so on, it would be easier, to rely on something "standard" 
arround GNU tools. Above all, GCC admits specials "flags" for Microsoft 
bugs ( and they are numerous)  and Incompatiblity.
Am I sentenced to enter the wonderfulll world of Microsoft or is there an 
other solution. I Think i'm not the only one wishing to have something 
portable on 2 or more OS. 

closing this parenthesis, do you have feedback of other projects mixing 
MSCV and GCC, and if any known (  solved ) issues ?.

thx for your help.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to