Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot on October 10, 2006, 07:58:29 pm
-
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z
The 10 October 2006 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20061010_rev3061_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20061010_rev3061_Ubuntu6.06.deb
http://prdownload.berlios.de/codeblocks/CB_20061010_rev3061_suse100+101.rpm (not yet)
Resolved Fixed:
- Patch #1041 (updated) : app.c/app.h cleanup
- added cb_share_config tool (share specific C::B configuration data between C::B installations)
- applied patches 1423 and 1320 (consistency in project files : $(WX_CFG))
- Build process revamped
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
- menu items with icon not correctly aligned (since wx263)
-
- Patch #1041 (updated) : app.c/app.h cleanup
- applied patches 1423 and 1320 (consistency in project files : $(WX_CFG))
Thanks Thomas & killerbot. :)
Oh, and if that cleanup patch breaks something, you can blame it on me.
Arto
-
My CB was crashed, (linux version, ubuntu).
Exception: An exception has been raised!
The application encountered an error at configmanager.cpp, on line 131.
The error message is:
TinyXML error: Error reading end tag.
At row 952, column: 13.
Code::Blocks Version revision 3050 (gcc 4.0.3, build: Oct 10 2006 14:53:40)
Who can help me?
-
Try this one:
http://forums.codeblocks.org/index.php?topic=4178.0
-
But I don't know where is the config file?
Can you tell me please?
-
home directory ./codeblocks (I think) : default.conf
-
home directory ./codeblocks (I think) : default.conf
no this file.... :(
-
no this file....
I'm about to submit a patch that will show you the filename. If you can wait a day, try tomorrows nightly and use yesterdays for today... ;-)
With regards, Morten.
-
I found the solution, all the configure files are in my /home dir. After I cleaned that folder, everything return to normal.
Thank you.
-
Killerbot, is the link in the zip for windows to "E:\data\killerbot\CodeBlocks\svn\src\output" a direct link to your harddrive? :P
-
yes, damn is that in there ??
-
I am getting the following error while editing a file in the 10 October build:
Assertion[cpMaxL=pdoc->length()] failed at sdk/wxscintilla/src/scintilla/scr/editor.c xx5977
I also got the error in the 9 October build. Prior to that build I never saw that error.
-
Can you release the AMD64 version (Linux), please? The latest one is from 4th september...
With best regards, Tom.
-
I am getting the following error while editing a file in the 10 October build:
Assertion[cpMaxL=pdoc->length()] failed at sdk/wxscintilla/src/scintilla/scr/editor.c xx5977
I also got the error in the 9 October build. Prior to that build I never saw that error.
Could you be more specific, like what's the operating system, what kind of a file creates this error (is it a specific file or all the files you edit) ?
Could you also test Code::Blocks without most of the extensions, Plugins - Manage Plugins -> Disable all except Compiler, Debugger, File extensions handler and Scripted wizard.
Arto
-
Sorry. I had given the details in the report on the 9 October build where the problem began.
To recap: Windows XP SP2.
The error mentioned in the previous message arrises during code completion. For example, I have a program in which I declare in the main:
DynamicList l1;
DynamicList class is defined in DynamicList.h and DynamicList.cpp
While in the main as soon as I type "l1.", CodeBlocks tries to code-complete and the error occurs. I ignore the error and continue typeing.
I went back to the 8 October Build and the error does not occur. The same error happens in tonights build. The same error appears in any file that I create in which there is code-completion with classes. I disabled all the plugins as you suggested and the same error occurs.