sven kissner: >Sven Gehr wrote: > > Creating qmake. Please wait... > > /bin/sh: line 1: g++: command not found > > make: *** [msvc_objectmodel.dep] Fehler 127 > > qmake failed to build. Aborting.
> apt-get install g++ ok Danke, ich hatte lediglich g++-3.2 installiert. Nachdem ich g++ installiert habe läuft zumindest der './configure .......' ohne Fehler durch. Beim anschliessenden 'make' (als normaler User?) kommt jedoch die nächste Fehlereldung: kernel/qpngio.cpp:45:17: png.h: Datei oder Verzeichnis nicht gefunden kernel/qpngio.cpp:67: `png_structp' was not declared in this scope kernel/qpngio.cpp:67: syntax error before `,' token kernel/qpngio.cpp: In function `void iod_read_fn(...)': kernel/qpngio.cpp:69: `png_ptr' undeclared (first use this function) kernel/qpngio.cpp:69: (Each undeclared identifier is reported only once for each function it appears in.) kernel/qpngio.cpp:69: `png_get_io_ptr' undeclared (first use this function) kernel/qpngio.cpp:72: `length' undeclared (first use this function) kernel/qpngio.cpp:73: `data' undeclared (first use this function) kernel/qpngio.cpp:75: `png_error' undeclared (first use this function) kernel/qpngio.cpp: At global scope: kernel/qpngio.cpp:84: syntax error before `,' token kernel/qpngio.cpp:98: syntax error before `)' token [...] kernel/qpngio.cpp:1089: syntax error before `;' token kernel/qpngio.cpp: In function `void qt_zlib_compression_hack()': kernel/qpngio.cpp:1216: `compress' undeclared (first use this function) kernel/qpngio.cpp:1217: `uncompress' undeclared (first use this function) make[2]: *** [.obj/release-shared-mt/qpngio.o] Fehler 1 make[2]: Leaving directory `/usr/local/qt3/src' make[1]: *** [sub-src] Fehler 2 make[1]: Leaving directory `/usr/local/qt3' make: *** [init] Fehler 2 scheint ein Problem mit cpp zu sein. Das wurde mitinstalliert als ich g++ installiert habe. Gruss Sven