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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -