Hi,

On Oct 27, 8:54 am, Ben Noordhuis <[email protected]> wrote:
> Does it work when you include the header like so?
>
>   extern "C" {
>   #include <math.h>
>   }
>
> If yes, then they probably forget to add a #ifdef __cplusplus in the
> header file.

I tried the following in "src/conversions-inl.h":

[ ... ]

extern "C" {
#include <math.h>
}

#include <float.h>
#include <stdarg.h>

[ ... ]

The results are still the same though.

pikpik

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

Reply via email to