Results 1 to 18 of 18

Thread: which ide/editor/database work best with qt4?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: which ide/editor/database work best with qt4?

    Do you have the Qt debug libraries built? It looks like you don't.

  2. #2
    Join Date
    Aug 2006
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: which ide/editor/database work best with qt4?

    i did, but after half an hour, the build debug libraries still stuck at the same place, i guessed it is done, so, i close the prompt

    run again now, hope it finish soon

    oh, man, qt is load more fun than i thought

  3. #3
    Join Date
    Aug 2006
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: which ide/editor/database work best with qt4?

    i have mingw 5.0.3 install in my notebook by the default path, when i install qt, it tolds me that it cannot find "w32api.h" in my mingw, what is wrong with that?

    i ignore the message and install it anyway, then i begin to build debug libraries, it stuck at qtmd5.cpp, after half an hour, it is still at the same place, and what the hxxx is wrong with that?

  4. #4
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: which ide/editor/database work best with qt4?

    Quote Originally Posted by kkool84
    i have mingw 5.0.3 install in my notebook by the default path, when i install qt, it tolds me that it cannot find "w32api.h" in my mingw, what is wrong with that?
    That file contains the Win32 API. You need it. It is supposed to come with MinGW. Did you install MinGW before you installed Qt? Qt specifically looks for this file when it is installed.

    Quote Originally Posted by kkool84
    i ignore the message and install it anyway, then i begin to build debug libraries, it stuck at qtmd5.cpp, after half an hour, it is still at the same place, and what the hxxx is wrong with that?
    This is very strange. I haven't seen an error like that in years. I think you may have a bad installation of MinGW. Try installing it again. If it still doesn't work, I would consider posting detailed information on the problem to qt-interest mailing list.

  5. #5
    Join Date
    Aug 2006
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: which ide/editor/database work best with qt4?

    Quote Originally Posted by Brandybuck
    That file contains the Win32 API. You need it. It is supposed to come with MinGW. Did you install MinGW before you installed Qt? Qt specifically looks for this file when it is installed.


    This is very strange. I haven't seen an error like that in years. I think you may have a bad installation of MinGW. Try installing it again. If it still doesn't work, I would consider posting detailed information on the problem to qt-interest mailing list.

    i had mingw installed before i proceed to qt!!!!! and i stuck again ORZ

    i uninstalled qt, mingw, and install again, qt by using qt's downloaded mingw, everything seems perfect

    but, u know, i stuck when i build debug libraries, for half an hour, nothing happen

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: which ide/editor/database work best with qt4?

    Quote Originally Posted by kkool84
    i stuck when i build debug libraries, for half an hour, nothing happen
    Really nothing? Is your CPU idle? Qt compilation can take even few hours.

  7. #7
    Join Date
    Aug 2006
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: which ide/editor/database work best with qt4?

    Quote Originally Posted by jacek
    Really nothing? Is your CPU idle? Qt compilation can take even few hours.

    uh-oh, not a damn thing after 1hour
    i try to install on my another centrino notebook, works fine, too fine.
    when i work on this centrino duo, not working. i installed and uninstalled and again and again and again...........and again. it just stuck in the build debug libraries.

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: which ide/editor/database work best with qt4?

    Quote Originally Posted by kkool84
    it just stuck in the build debug libraries.
    Maybe you don't have enough free space on your hard drive? How much RAM do you have?

  9. #9
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: which ide/editor/database work best with qt4?

    If it's the same processor and OS on the other notebook, you could just copy over the libraries.

  10. #10
    Join Date
    Aug 2006
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: which ide/editor/database work best with qt4?

    i'm having 100gb sata, and 512 ram, sure it is good enough.

    i have two notebooks, one with centrino and xp home, another one with centrino duo and xp home, which folder to copy?

    thanks

  11. #11
    Join Date
    Jul 2006
    Location
    Slovakia
    Posts
    17
    Thanks
    12
    Thanked 6 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: which ide/editor/database work best with qt4?

    If you want to copy your compiled Qt4 to another machine, you can but you MUST place it to exact the same folder (C:\qt\ -> C:\qt, moving to D:\qt and adjust variables will not work).

    http://lists.trolltech.com/qt-intere...ad01777-0.html

  12. #12
    Join Date
    Aug 2006
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: which ide/editor/database work best with qt4?

    Quote Originally Posted by sector
    If you want to copy your compiled Qt4 to another machine, you can but you MUST place it to exact the same folder (C:\qt\ -> C:\qt, moving to D:\qt and adjust variables will not work).

    http://lists.trolltech.com/qt-intere...ad01777-0.html

    yeah, thanks for the help
    problems solved!!!

Similar Threads

  1. QWidget -> updateGeometry dont work.
    By patrik08 in forum Qt Programming
    Replies: 7
    Last Post: 22nd May 2013, 15:55
  2. Why can't I make dynamic_cast work properly?
    By pir in forum General Programming
    Replies: 13
    Last Post: 18th July 2006, 16:17
  3. QScrollArea::scrollContentsBy does not work
    By Mad Max in forum Qt Programming
    Replies: 1
    Last Post: 19th April 2006, 14:48
  4. work general with plugins
    By raphaelf in forum Installation and Deployment
    Replies: 14
    Last Post: 17th February 2006, 14:30
  5. QTextEdit Justify align making work
    By dec0ding in forum Qt Programming
    Replies: 2
    Last Post: 13th January 2006, 12:02

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.