Hi trying to get qwt-5.0.2 compiled using mingw i get the following error:
but my QTDIR and PATH are set correctly:C:\Qt\4.3.1\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQWT_DLL -DQWT_MAKEDLL -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I'c:/Qt/4.3.1/include/QtCore' -I'c:/Qt/4.3.1/include/QtCore' -I'c:/Qt/4.3.1/include/QtGui' -I'c:/Qt/4.3.1/include/QtGui' -I'c:/Qt/4.3.1/include' -I'c:/Qt/4.3.1/include/ActiveQt' -I'moc' -I'.' -I'c:/Qt/4.3.1/mkspecs/default' -D__GNUC__ -DWIN32 qwt_dyngrid_layout.h -o moc/moc_qwt_dyngrid_layout.cpp
make[2]: C:Qt4.3.1bin/moc.exe: Command not found
make[2]: *** [moc/moc_qwt_dyngrid_layout.cpp] Error 127
make[2]: Leaving directory `/home/nando/downloads/qwt-5.0.2/src'
make[1]: *** [release] Error 2
make[1]: Leaving directory `/home/nando/downloads/qwt-5.0.2/src'
make: *** [sub-src-make_default] Error 2
and moc can be found:$ echo $QTDIR
/c/qt/4.3.1
$ echo $PATH
/c/qt/4.3.1/bin:. ..............
$ moc -v
Qt Meta Object Compiler version 59 (Qt 4.3.1)
Any ideas ???
Greetings,
Nando
Bookmarks