Hey... Well...I download the source code and tried to build/compile but it didn't worked out with the scons command.
Here is shorcut of the building: gcc -o obj/release/dtoa-config.o -c -ansi -Werror -O3 - DENABLE_LOGGING_AND_PROFILING src/dtoa-config.c src/dtoa-config.c:41:20: error: endian.h: No such file or directory src/dtoa-config.c:43:18: error: math.h: No such file or directory In file included from src/dtoa-config.c:66: src/third_party/dtoa/dtoa.c:178:20: error: stdlib.h: No such file or directory src/third_party/dtoa/dtoa.c:179:20: error: string.h: No such file or directory src/third_party/dtoa/dtoa.c:212:19: error: errno.h: No such file or directory cc1: warnings being treated as errors In file included from src/dtoa-config.c:66: src/third_party/dtoa/dtoa.c: In function 'Balloc': src/third_party/dtoa/dtoa.c:519: warning: incompatible implicit declaration of built-in function 'malloc' src/third_party/dtoa/dtoa.c: In function 'multadd': src/third_party/dtoa/dtoa.c:595: warning: incompatible implicit declaration of built-in function 'memcpy' src/third_party/dtoa/dtoa.c: In function 'gay_strtod': src/third_party/dtoa/dtoa.c:1829: error: 'errno' undeclared (first use in this function) src/third_party/dtoa/dtoa.c:1829: error: (Each undeclared identifier is reported only once src/third_party/dtoa/dtoa.c:1829: error: for each function it appears in.) src/third_party/dtoa/dtoa.c:1829: error: 'ERANGE' undeclared (first use in this function) src/third_party/dtoa/dtoa.c:1947: warning: incompatible implicit declaration of built-in function 'memcpy' src/third_party/dtoa/dtoa.c: In function 'dtoa': src/third_party/dtoa/dtoa.c:3169: warning: incompatible implicit declaration of built-in function 'memcpy' scons: *** [obj/release/dtoa-config.o] Error 1 scons: building terminated because of errors. Can sombody help me out with this problem. Cheers, Miguel Lordelo. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
