Results 1 to 3 of 3

Thread: I recently used QT i need help badly

  1. #1
    Join Date
    Oct 2007
    Posts
    14
    Qt products
    Qt4
    Platforms
    Windows

    Default I recently used QT i need help badly

    Can somebody tell me what this means:
    "Build (make)...
    c:\newfolder\bin\qmake.exe -win32 -o Makefile t14.pro
    C:/newfolder/bin/mingw32-make.exe -f Makefile.Debug all
    mingw32-make.exe[1]: Entering directory `C:/newfolder/examples/tutorial/t14'
    g++ -c -g -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"c:\newfolder\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"..\..\..\mkspecs\win32-g++" -o tmp\obj\debug_shared\cannonfield.o cannonfield.cpp
    '1' is not recognized as an internal or external command,
    operable program or batch file.
    mingw32-make.exe[1]: Leaving directory `C:/newfolder/examples/tutorial/t14'
    mingw32-make.exe[1]: *** [tmp\obj\debug_shared\cannonfield.o] Error 1
    mingw32-make.exe: *** [debug-all] Error 2"

    i need help badly... please post all the help that you can give...

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: I recently used QT i need help badly

    What exactly did you do to receive the above output?

  3. #3
    Join Date
    Oct 2007
    Location
    Munich, Bavaria
    Posts
    144
    Thanks
    1
    Thanked 19 Times in 19 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: I recently used QT i need help badly

    Hi,

    looks like g++ is not found by mingw32-make in the PATH. Just type g++ on the command line and see if it is executed.
    If not add the location of g++ to the PATH.

    Good luck,

    Tom

Similar Threads

  1. HDD & BIOS : why the hell is that so badly designed???
    By fullmetalcoder in forum General Discussion
    Replies: 13
    Last Post: 19th April 2006, 12:37

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.