Updates:
        Status: Invalid

Comment #1 on issue 1819 by [email protected]: error: cast from 'v8::internal::Object*' to 'intptr_t' loses precision in V8 while compiling NodeJS 0.6.0
http://code.google.com/p/v8/issues/detail?id=1819

A few points here: First of all, gcc 4.2 is not really supported anymore, we use 4.4 and occasionally test with 4.5 and 4.6. But anyway, casting a pointer to intptr_t should never lose precision, because this is exactly what intptr_t is intended for. Perhaps you're trying to cross-compile and node.js's build system somehow messes up the include search path. I suggest that you file a bug for node.js and attach the preprocessed output (-E) of the file in question there. Adding -v to the compiler command line might help, too, because it prints the search paths.

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

Reply via email to