Results 1 to 2 of 2

Thread: Errors while building

  1. #1
    Join Date
    Nov 2009
    Location
    Austria
    Posts
    30
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Errors while building

    Hi guys,

    I got troubles with compiling a qt project, since I installed another version (it's 4.5.0 btw). Anyway it runs perfetcly on another pc, but on the current one he won't run the very same project. The dt exits the programm with exitcode -107235344 (just typed numbers ) and when I debug it says that I dont have the permission to run it, and that it couldn't start theh Gdb process and want's to run it from a directory which doesn't exitst and want's the MinGW to be there.
    But I set the right version and directory of Qt and the MinGW in the settings of the creator.

    Anyone knows something obvious which could have happened ? or encountered something like that ?

    thx
    tobi

  2. #2
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Errors while building

    I assume you are using Qt Creator to build the project.

    Try deleting all Makefiles (Makefile, Makefile.Debug and Makefile.Release), object_script.*, Debug/Release folder and <yourproject>.pro.user. Then open the project again in Qt Creator, do a build clean and build all.

    hope it helps

Similar Threads

  1. Ask for help: errors in building Qt demo
    By richardander in forum Qt Programming
    Replies: 1
    Last Post: 11th January 2009, 09:40
  2. errors
    By manu in forum Newbie
    Replies: 4
    Last Post: 16th June 2008, 11:29
  3. Errors in building qtopia2.2
    By namita in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 5th June 2008, 07:57
  4. Errors
    By hgedek in forum Newbie
    Replies: 7
    Last Post: 25th November 2007, 23:21
  5. Example with errors
    By fahmi in forum Qt Programming
    Replies: 1
    Last Post: 29th July 2007, 01:37

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.