Results 1 to 11 of 11

Thread: A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2008
    Posts
    69
    Thanks
    9
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP

    Hi Shiyutang,

    Great guide thanks

    about the step 2 , install the debugger package you said that you install it inside the MinGW directory. But some files in the lib and include have the same names.
    did you only install the /bin of the debugger gdb.exe and gdbserver.exe which are different.

    or did you install a subdirectory with all the debugger tree in it.

    thanks

  2. #2
    Join Date
    Jul 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP

    total thanks

    resolved problem

  3. #3
    Join Date
    Dec 2007
    Posts
    129
    Thanks
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP

    Quote Originally Posted by SunnySan View Post
    Hi Shiyutang,

    Great guide thanks

    about the step 2 , install the debugger package you said that you install it inside the MinGW directory. But some files in the lib and include have the same names.
    did you only install the /bin of the debugger gdb.exe and gdbserver.exe which are different.

    or did you install a subdirectory with all the debugger tree in it.

    thanks
    please read carefully
    2. Download "GNU Source-Level Debugger" from http://sourceforge.net/project/showf...?group_id=2435, decompress it to the directory where you installed MinGW. Please choose no when the decompression software asks you whether to cover the file with the same name.

  4. #4
    Join Date
    Jul 2008
    Posts
    69
    Thanks
    9
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP

    this depends on the program u used to decompress (I use 7-zip)


    also do you overwrite all files in you case
    I noticed that only the gdb.exe and the gdbserver.exe are missing and the other files do not have the same version.

  5. #5
    Join Date
    Sep 2008
    Posts
    17
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP

    I have configured like given in the guide.... but i am getting the following errors


    c:\qt\4.4.0\include\qtcore\../../src/corelib/global/qglobal.h C1083: Cannot open include file: 'stddef.h': No such file or directory


    NMAKE U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.EXE"' : return code '0x2'


    NMAKE U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"' : return code '0x2'
    Last edited by ranna; 17th June 2009 at 12:30. Reason: Missed some data

  6. #6
    Join Date
    Aug 2009
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP

    hi, i followed the procedure in installing qt4 and eclipse in windows but i still get the:

    "Unresolved inclusion: <QApplication>"

    error when i include <QApplication> in my code.

  7. #7
    Join Date
    Aug 2009
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP

    i got it working.

    when creating a new project choose Qt project instead of C++.

    File > New > Project > Qt Gui Project

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
  •  
Qt is a trademark of The Qt Company.