News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

is there any easy way??

Started by neversion, August 05, 2007, 07:27:31 AM

Previous topic - Next topic

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

#1
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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

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!!