We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails using either npm install curses or git clone method.
The error snip is as follows:
make[1]: Entering directory `/home/tquinn/_t/inst/node_curses/curses/deps/ncurses-5.7/test' gcc -I../test -I. -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE -DNDEBUG -fPIC --param max-inline-insns-single=1200 -c ../test/background.c -o ../objects/background.o gcc -fPIC --param max-inline-insns-single=1200 -o background ../objects/background.o -I../test -I. -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE -DNDEBUG -fPIC --param max-inline-insns-single=1200 `echo "-static -L../lib -lformtw -lmenutw -lpaneltw -lncursestw -dynamic -lpthread " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil -lm /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lpthread /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lutil /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lm /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lc collect2: error: ld returned 1 exit status make[1]: *** [background] Error 1 make[1]: Leaving directory `/home/tquinn/_t/inst/node_curses/curses/deps/ncurses-5.7/test' make: *** [all] Error 2 ERROR: build failed (3) npm ERR! weird error 1 npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installation fails using either npm install curses or git clone method.
The error snip is as follows:
The text was updated successfully, but these errors were encountered: