yue/node-gui

'npm install gui' fails in OS X 10.7.2

arturadib opened this issue · 2 comments

Output of npm install gui with Node v0.5.10:

Waf: Entering directory `/Users/artur/temp/t/node_modules/gui/build'
[ 1/34] cxx: src/impl_async_wrap.cc -> build/Release/src/impl_async_wrap_1.o
[ 2/34] cxx: src/impl_clipboard_gtk.cc -> build/Release/src/impl_clipboard_gtk_1.o
cc1plus: error: unrecognized command line option "-std=c++0x"
cc1plus: error: unrecognized command line option "-std=c++0x"
Waf: Leaving directory `/Users/artur/temp/t/node_modules/gui/build'
Build failed:
 -> task failed (err #1): 
    {task: cxx impl_async_wrap.cc -> impl_async_wrap_1.o}
 -> task failed (err #1): 
    {task: cxx impl_clipboard_gtk.cc -> impl_clipboard_gtk_1.o}

Are these gcc options specific to higher versions of gcc? OS X 10.7 currently comes with 4.2.1.

had the same problem.
Mac OS does not use GTK, I think that's the reason why it can't by installed.
So try it on Linux ;-)

Closing since this project is no longer maintained.