Status: New Owner: ---- New issue 170 by perrinmeyer: error building d8 console=readline on linux http://code.google.com/p/v8/issues/detail?id=170
$ scons d8 console=realline fails on gentoo linux (g++ 4.2.1) with scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o obj/release/d8-readline.o -c -ansi -pedantic -Wall -Werror -W -Wno-unused-parameter -O3 -fomit-frame-pointer -m32 -fno-rtti -fno-exceptions -ansi -pedantic -Wall -Werror -W -Wno-unused-parameter -O3 -fomit-frame-pointer -m32 -DENABLE_LOGGING_AND_PROFILING src/d8-readline.cc /usr/include/readline/rltypedefs.h:65: error: typedef 'rl_getc_func_t' is initialized (use __typeof__ instead) /usr/include/readline/rltypedefs.h:65: error: 'FILE' was not declared in this scope /usr/include/readline/rltypedefs.h:65: error: expected primary-expression before ')' token /usr/include/readline/readline.h:416: error: 'FILE' was not declared in this scope /usr/include/readline/readline.h:416: error: expected primary-expression before ')' token /usr/include/readline/readline.h:532: error: expected initializer before '*' token /usr/include/readline/readline.h:533: error: expected initializer before '*' token /usr/include/readline/readline.h:555: error: expected initializer before '*' token /usr/include/readline/readline.h:827: error: expected ';' before '*' token /usr/include/readline/readline.h:828: error: expected ';' before '*' token scons: *** [obj/release/d8-readline.o] Error 1 scons: building terminated because of errors. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
