Results 1 to 2 of 2

Thread: error while compiling qt application

  1. #1
    Join Date
    Sep 2008
    Posts
    84
    Thanks
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default error while compiling qt application

    My application was running fine.I make some changes in .cpp file & compiled it and following error occured.When i undo the error again same error is displaying

    Qt Code:
    1. ActiveQt" -I"tmp\moc\release_shared" -I"." -I"..\..\..\mkspecs\win32-g++" -o tmp
    2. \obj\release_shared\moc_mainwindow.o tmp\moc\release_shared\moc_mainwindow.cpp
    3. g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
    4. oc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o release\SEFC_01.exe object_scr
    5. ipt.SEFC_01.Release -L"c:\Qt\4.4.0\lib" -L"c:\Qt\lib" -L"c:\MinGW\lib" -L"c:\Qt
    6. \4.4.0\lib" -lmingw32 -lqtmain -lQtGui4 -lQtNetwork4 -lQtCore4
    7. C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot ope
    8. n output file release\SEFC_01.exe: Permission denied
    9. collect2: ld returned 1 exit status
    10. mingw32-make[1]: *** [release\SEFC_01.exe] Error 1
    To copy to clipboard, switch view to plain text mode 

    Pls help..

  2. #2
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: error while compiling qt application

    the application that you are trying to build is already running..or used by another program..kill the previous instance and then evth will work fine

  3. The following user says thank you to talk2amulya for this useful post:

    aj2903 (28th March 2009)

Similar Threads

  1. Compiling static application
    By Benjamin in forum Qt for Embedded and Mobile
    Replies: 9
    Last Post: 23rd December 2008, 11:45
  2. Replies: 1
    Last Post: 16th September 2008, 17:29
  3. Help compiling Qt4 Application
    By drake1983 in forum Newbie
    Replies: 4
    Last Post: 15th November 2007, 14:32
  4. Replies: 7
    Last Post: 28th June 2007, 17:18
  5. Replies: 10
    Last Post: 28th April 2006, 15:48

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.