Results 1 to 8 of 8

Thread: Windows XP compile error 4.3.1

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    75
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8

    Default Re: Windows XP compile error 4.3.1

    I am at a bit of a loss. I'm simply trying to compile the debug libraries using the console provided. I've never had to edit anything at that level before. When I look at the makefile in the corelib directory it looks like it is including ole32 to me.

    4.2.x compiles just fine. I have no idea what is going on.

    Is there anything else I can include that would be helpful?

  2. #2
    Join Date
    Jan 2006
    Posts
    75
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8

    Default Re: Windows XP compile error 4.3.1

    I can't seem to figure out what is missing. Any ideas?

  3. #3
    Join Date
    Jan 2006
    Posts
    75
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8

    Default Re: Windows XP compile error 4.3.1

    One of my environmental variables, lib, was set. I went ahead and deleted it. Now everything looks to be compiling just fine.

  4. #4
    Join Date
    Jan 2006
    Posts
    75
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8

    Default Re: Windows XP compile error 4.3.1

    I'm having a pretty rough time with compiling the debug files.

    Now I'm having the following problem:

    g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
    oc -Wl,-s -Wl,-subsystem,console -mthreads -Wl -o "..\..\..\bin\uic3.exe" object
    _script.uic3.Release -L"c:\Qt\4.3.2\lib" -L"c:\Qt\4.3.2\lib" -lQt3Support4 -lQt
    Xml4 -lQtGui4 -lQtCore4
    C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot fin
    d -lQt3Support4
    collect2: ld returned 1 exit status
    mingw32-make[2]: *** [..\..\..\bin\uic3.exe] Error 1
    mingw32-make[2]: Leaving directory `C:/Qt/4.3.2/src/tools/uic3'
    mingw32-make[1]: *** [release] Error 2
    mingw32-make[1]: Leaving directory `C:/Qt/4.3.2/src/tools/uic3'
    mingw32-make: *** [debug-C__Qt_4_3_2_src_tools_uic3] Error 2
    C:\Qt\4.3.2\src>

    I'm not sure what I need to do. Suggestions are much appreciated.

  5. #5
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 541 Times in 521 Posts

    Default Re: Windows XP compile error 4.3.1

    When you configured Qt, you didn't enable Qt 3 support.
    Enabling should build the Qt 3 support libs and solve your problem.

  6. The following user says thank you to marcel for this useful post:

    kroenecker (15th October 2007)

  7. #6
    Join Date
    Jan 2006
    Posts
    75
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8

    Default Re: Windows XP compile error 4.3.1

    Thanks Marcel.

Similar Threads

  1. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  2. Project won't compile under Windows (works under Linux)
    By philski in forum Qt Programming
    Replies: 7
    Last Post: 14th September 2006, 15:29
  3. how to corss compile for windows in Linux
    By safknw in forum Qt Programming
    Replies: 24
    Last Post: 13th May 2006, 05:23
  4. Recompiling on Windows with BCC -- help
    By jamadagni in forum General Discussion
    Replies: 3
    Last Post: 30th January 2006, 15:47
  5. Replies: 4
    Last Post: 12th January 2006, 04:16

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.