This produced the following errors in the message window:
cd '/home/martin/kdevelop/mjbworld/mjbModel' && QTDIR="/usr/lib/qt3" gmake -k test -d mjbModel.gch/ || mkdir -p mjbModel.gch/ linking mjbModel.gch/c++ (g++) g++: language c++-header not recognized g++: stable.h: linker input file unused because linking not done compiling properties.cpp (g++) <command line>:10922464:1: mjbModel: No such file or directory compiling sfparam.cpp (g++) gmake: *** [objs/properties.o] Error 1 <command line>:10922464:1: mjbModel: No such file or directory gmake: *** [objs/sfparam.o] Error 1 compiling nodeBean.cpp (g++) <command line>:10922464:1: mjbModel: No such file or directory gmake: <snip> |
I also tried running make from the command line and I got the following errors:
martin@linux:~/kdevelop/mjbworld/mjbModel> make test -d mjbModel.gch/ || mkdir -p mjbModel.gch/ g++ -x c++-header -c -pipe -O2 -fmessage-length=0 -Wall -g -DUSE_LIB64_PATHES -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I. -I/usr/include -I/usr/lib/qt3/include -I/usr/include -Imocs/ stable.h -o mjbModel.gch/c++ g++: language c++-header not recognized g++: stable.h: linker input file unused because linking not done g++ -c -include mjbModel -pipe -O2 -fmessage-length=0 -Wall -g -DUSE_LIB64_PATHES -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I. -I/usr/include -I/usr/lib/qt3/include -I/usr/include -Imocs/ -o objs/properties.o properties.cpp <command line>:10922464:1: mjbModel: No such file or directory make: *** [objs/properties.o] Error 1 martin@linux:~/kdevelop/mjbworld/mjbModel> |
The makefiles are as follows: