User forums > Using Code::Blocks

Problem using 'run' command.

<< < (2/3) > >>

mandrav:
Can you post the *full* compile log?
(Compile->Compiler options->[select your compiler]->Other->Compiler logging->Full command line)

Also, enable the debug log (Settings->Environment->Display application's debug log (needs C::B restart)) and, when you press "run" look inside it. It should log what exactly it's trying to execute. Post this here too.

C::B doesn't have problems, AFAIK, with strange chars in filenames (except for windres - yet) and this is proven by the succesfull compilation of projects with strange chars in their paths.
If there's a bug somewhere in there, I would sure love to find it ;)


--- Quote ---The only change is that the output window now automatically closes
--- End quote ---

I guess this has to do with your specific problem. Or does it happen for console projects in "normal" paths too?

Yiannis.

StApostol:
This is dumb, but where is this log generated in?

Apart from this, I'm quite sure this problem didn't occur with the beta6. I also do not have a project in a path without special characters.

StApostol:
OK, it was dumb: the log does not contain anything useful:

Project   : TileNG
Compiler  : GNU GCC Compiler (called directly)
Directory : D:\programming\C&C++\TileNG(allegro)\Codeblocks\
--------------------------------------------------------------------------------
Switching to target: Mingw(3.4.2) Release
mingw32-g++.exe   -march=athlon-xp -fexpensive-optimizations -O2 -O1 -O -Wall     -ID:\programming\MinGW\include -c ..\Source\main.cpp -o "..\Objects\Mingw(3.4.2) Release\Source\main.o"
mingw32-g++.exe    -LD:\programming\MinGW\lib -o ..\Binaries\Mingw\tileng.exe "..\Objects\Mingw(3.4.2) Release\Source\main.o"        -lalleg
Process terminated with status 0 (0 minutes, 3 seconds)
0 errors, 0 warnings


However, on paths without special characters invoking the exe through the editor produces the expected behavior.

mandrav:
Please submit a bug-report.

Yiannis.

PS: Τώρα το πρόσεξα. Καλώς τον πατριώτη ;)

rickg22:
OK. I made some tests using final-beta.

The problem doesn't appear. Please try deleting the project (and its related files like the .layout, etc) and creating a new project from scratch. Does the problem persist?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version