Status: New
Owner: ----

New issue 2701 by [email protected]: V8 Windows build broken with STLPORT related changes in Revision 14368
http://code.google.com/p/v8/issues/detail?id=2701

After revision 14368 was checked in cannot build V8 on windows.
I picked up these changes on May 23rd I believe.

See below:

------ Build started: Project: v8_base.ia32, Configuration: Debug Win32 ------
Compiling...
runtime.cc
conversions.cc
..\..\src\conversions.cc(74) : error C3861: 'fpclassify': identifier not found
..\..\src\conversions.cc(74) : error C2050: switch expression not integral
..\..\src\runtime.cc(6932) : error C3861: 'fpclassify': identifier not found
..\..\src\runtime.cc(6932) : error C3861: 'fpclassify': identifier not found
..\..\src\runtime.cc(6967) : error C3861: 'isless': identifier not found

This revision has changes centered around those using STLPORT.
I'm using STLPORT for my std library implementation.


This error also showed up at the same time:

.\test-parsing.cc(460) : error C2220: warning treated as error - no 'object' file generated .\test-parsing.cc(460) : warning C4288: nonstandard extension used : 'i' : loop control variable declared in the for-loop is used outside the for-loop scope; it conflicts with the declaration in the outer scope
        .\test-parsing.cc(459) : definition of 'i' used
        .\test-parsing.cc(442) : definition of 'i' ignored


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to