User forums > Using Code::Blocks

is there any easy way??

(1/1)

neversion:
when i bulid a program, there is something wrong.
so the "bulid log" will help me find out the problem.
the begin of the log, there is "line number".
in dev-cpp, i can double click the line, and it will take me to the wrong code line  in my program.
but in code::block, after my double click, i got nothing. and i must go to my program to find the worng line.

is there any easy way? such as some plugin?

stahta01:
It works for me, what Code::Blocks SVN are you using? What OS? What compiler?

Note: This is for the "Build Messages" Window not "Build Log" Window.

Tim S

clyfish:
bug 11243
When your source file path has non-english characters, the bug appears.
Now, your source file path must match the regex below.
const wxString Compiler::FilePathWithSpaces = _T("[][{}() \t#%$~A-Za-z0-9_:+/\\.-]+");

neversion:
thank you!! :D :D

after changing the path to all english charter, it's done!!

Navigation

[0] Message Index

Go to full version