c++ - How to run Netbeans makefile on terminal -


i trying run netbeans makefile via terminal of 1 of c++ project

while executing

   make 

, receive following errors:

... /bin/sh: 1: -o: not found make[1]: *** [nbproject/qt-debug.mk] error 127 ... 

what should do? in advance. please note can build program via netbeans.

edit : use ubuntu 13.04, netbeans 7.3, linux terminal.

i use:

make 

or

make conf=release 

in project root (where makefile located), , works. have simple c++ project without extra.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -