Results 1 to 6 of 6

Thread: qwt-5.0.2 + qt-4.3.1 with mingw compilation fails

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2007
    Location
    Frankfurt / Germany
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default qwt-5.0.2 + qt-4.3.1 with mingw compilation fails

    Hi trying to get qwt-5.0.2 compiled using mingw i get the following error:

    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
    but my QTDIR and PATH are set correctly:
    $ echo $QTDIR
    /c/qt/4.3.1
    $ echo $PATH
    /c/qt/4.3.1/bin:. ..............
    and moc can be found:
    $ moc -v
    Qt Meta Object Compiler version 59 (Qt 4.3.1)

    Any ideas ???


    Greetings,
    Nando
    Last edited by jacek; 26th August 2007 at 18:35. Reason: changed [code] to [quote]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.