LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   debug\*.exe not found (https://www.linuxquestions.org/questions/programming-9/debug%5C%2A-exe-not-found-748983/)

threaderslash 08-20-2009 06:15 AM

debug\*.exe not found
 
Hi Everybody!

I've been working to get a Qt example compiled and running. The good is, now when I ask for "Project - Build ALL", it doesn't complain any more.

However, when then I try "Run", here comes the message: :doh:
debug\*.exe not found

For the setup of the environment I just followed the tutorial:
http://www.qtforum.org/article/24952...indows-xp.html

But maybe, it is still missing some detail.

Any hints or suggestion will be mostly welcome and highly appreciated. :D

John VV 08-20-2009 10:55 PM

so you are building a MinGW Windows *.exe file on XP

is the built exe in the build folder ?
if not then it did not build .

IS MinGW working ?
i install it into
c:\GnuWin32\MinGW
c:\GnuWin32\MinGW\bin
c:\GnuWin32\MinGW\include
-- and so on --
c:\GnuWin32\MSys
c:\GnuWin32\MSys\bin
c:\GnuWin32\MSys\etc
-- and so on --
have you EDITED the mingw conf files
there are A LOT OF THEM ( every text file in the msys\bin and \mingw\bin )
and EVERY c:\GnuWin32\MinGW\lib\pkgconfig file WILL NEED EDITING
then some of the m4 files will need editing

dose a " hello world" build in Mingw ?

=====================
or did you install mingw into" c:\Program Files "
c:\Program Files\mingw
c:\Program Files\png
c:\Program Files\sed
c:\Program Files\freetype2
-- and so on --
if so ARE ALL AND EVERY single one of these $PATH 's in the system path ?

pixellany 08-24-2009 02:04 PM

Moved: This thread is more suitable in <Programming> and has been moved accordingly to help your thread/question get the exposure it deserves.

threaderslash 09-17-2009 11:00 PM

Hi John,.. Thanks for your comments. :hattip: I moved to Python. Now everything is working fine! I had also some problems because it was crashing against some of the windows C libraries - e.g. windows.h. :)


All times are GMT -5. The time now is 10:24 AM.