Hallo,
I use the latest CB-Version for Ubuntu Breezer from
here. Further I use the wxWidgets 2.4 headers and libraries instead of 2.6 because there are several changes in this version and I do not have the time to rewrite my code.
The standard "hello world"-example is no problem in compiling and executing. No I try to run my code (written with wxWidgets 2.4.2 under Windows). It compiles very well with
Linking executable: /home/dee/home/test/fr/fr
Process terminated with status 0 (0 minutes, 27 seconds)
0 errors, 0 warnings
But if I select "run" I only get
Checking for existence: /home/dee/home/test/fr/fr
Executing: "/home/dee/home/test/fr/fr" (in .)
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
The output is not very helpful... I don't even know where to start searching!
I tried kdevelop and it compiles, links and executes fine.
Thanks for help,
Dee