Results 1 to 3 of 3

Thread: compiler errors on Eclipse ??

  1. #1
    Join Date
    Feb 2011
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default compiler errors on Eclipse ??

    mingw32-make debug
    mingw32-make -f Makefile.Debug
    mingw32-make[1]: Entering directory `C:/Documents and Settings/Administrator/workspaceqt/Hello1'
    g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\Hello1.exe debug/main.o debug/hello1.o debug/moc_hello1.o -L"c:\Qt\4.3.3\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
    C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\ mingw32\bin\ld.exe: ?⊥??曉 -lqtmaind
    mingw32-make[1]: Leaving directory `C:/Documents and Settings/Administrator/workspaceqt/Hello1'
    collect2: ld returned 1 exit status
    mingw32-make[1]: *** [debug\Hello1.exe] Error 1
    mingw32-make: *** [debug] Error 2

    how to dubug my code ??

    frankieyam1

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: compiler errors on Eclipse ??

    What value has the TARGET variable in the pro file? (Try to use an ascii name)

  3. #3
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: compiler errors on Eclipse ??

    First you can start by posting the compiler's error message.

    And don't just create topics one after the other with the same questions (they will be deleted anyway)

Similar Threads

  1. Replies: 7
    Last Post: 22nd December 2010, 08:13
  2. Strange compiler behaviour (compiler passes wrong argument)
    By SasaVilic in forum General Programming
    Replies: 2
    Last Post: 2nd November 2010, 11:36
  3. [MacOSX,eclipse CDT]want eclipse to know Qt classes
    By lolveley in forum Installation and Deployment
    Replies: 7
    Last Post: 27th July 2007, 23:52
  4. Weird compiler errors
    By MarkoSan in forum General Programming
    Replies: 13
    Last Post: 17th June 2006, 12:40
  5. Qt or Compiler bug?
    By jrideout in forum Qt Programming
    Replies: 5
    Last Post: 2nd March 2006, 21:34

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.