User forums > Nightly builds

The 18 February 2008 build (4893) is out.

<< < (6/15) > >>

clyfish:

--- Quote from: yaoziyuan on February 23, 2008, 10:03:46 am ---Let me bring your attention to a bug: In Linux (Fedora or Ubuntu), if you set your system locale to Chinese, gcc will output all warning and error messages in Chinese, which means a warning message will not contain the string "Warning". And Code::Blocks exactly scans gcc messages for the string "Warning" to count the number of warnings. And in this case, all warnings are counted as errors. The solution is to add a "LC_ALL=en_US.UTF-8" as a global environment variable for Code::Blocks.

--- End quote ---
https://developer.berlios.de/bugs/?func=detailbug&group_id=5358&bug_id=11611
I found it half a year ago.
I think the redesign of compiler framework will fix it.
Now Codeblocks uses regex to parse the output of gcc.
Another annoying bug caused by the current framework is bug 11243 (same as bug 11423).
Why can't there be any Chinese characters(or other non-english) in source file path? :D

Can't wait any longer for the new release 8.02 :wink:

Sledgehammer_999:
I think I found a bug but I don't know if I should submit it here. Anyway, here it goes: Let's assume you build something and gives you errors/warnings. In the "messages panel" the "build messages" tab gets the focus. If you do a right click in the "build messages" tab a menu comes up. Until now everything works as it is intended. But if you select something in the menu(left click) the menu comes up again!!! And you have to click again in order to work. This is specific to the "build messages" tab the other tabs work fine.

I am using pasgui's build for Ubuntu 7.10 amd64

BCCISProf:
Aren't syntax errors supposed to show up with a little box on the left of the line that contains the error? It doesn't seem to occur with this build.

Edit: I just noticed that it DOES work correctly if you use a project, but does not work if you compile a single .cpp file.
Perhaps that is the intended behaviour.

Since I insist my students use projects (although of course they don't :) ) I do not find this to be a bug.

Jeisson:

--- Quote from: Biplab on February 23, 2008, 05:07:20 am ---Fixed in revision 4903.
--- End quote ---
Thanks, Biplab. I want to take advantage of this reply for making other suggestion.

I think it would help to save time whether the class wizard had an option for automatically generating the Copy Constructor and the Assignment Operator for the new class. Normally I make them private for prevention (only in the header file).

Thanks again for your kindness.

badboy:
1) In Edit mode Auto-complete (Ctrl-J) does not work

2) In Edit mode Complete code (Ctrl-SPACE) does not work

I am using Code:Blocks 4893 build on Windows XP.

/badboy

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version