Status: New
Owner: ----

New issue 169 by perrinmeyer: error building d8 console=readline on OS X
http://code.google.com/p/v8/issues/detail?id=169

(on OS X (10.5, latest xcode)

$ scons d8 console=readline

gives

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 -fno-rtti -fno-exceptions -ansi  
-pedantic -Wall -Werror
-W -Wno-unused-parameter -O3 -fomit-frame-pointer  
-DENABLE_LOGGING_AND_PROFILING
src/d8-readline.cc
/usr/include/readline/readline.h:101: error: expected initializer  
before '*' token
/usr/include/readline/readline.h:102: error: expected initializer  
before '*' token
src/d8-readline.cc: In static member function 'static char**
v8::ReadLineEditor::AttemptedCompletion(const char*, int, int)':
src/d8-readline.cc:88: error: 'rl_completion_matches' was not declared in  
this scope
src/d8-readline.cc: In static member function 'static char*
v8::ReadLineEditor::CompletionGenerator(const char*, int)':
src/d8-readline.cc:98: error: 'strndup' was not declared in this scope
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
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to