Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 10, 2006, 07:58:29 pm

Title: The 10 october 2006 build is out.
Post 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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 10 october 2006 build is out.
Post by: artoj on October 10, 2006, 08:07:35 pm
  • 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

Title: Re: The 10 october 2006 build is out.
Post by: caiip on October 10, 2006, 10:01:39 pm
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?
Title: Re: The 10 october 2006 build is out.
Post by: NobbZ on October 10, 2006, 10:10:57 pm
Try this one:

http://forums.codeblocks.org/index.php?topic=4178.0
Title: Re: The 10 october 2006 build is out.
Post by: caiip on October 10, 2006, 10:19:30 pm
But I don't know where is the config file?
Can you tell me please?
Title: Re: The 10 october 2006 build is out.
Post by: killerbot on October 10, 2006, 10:27:35 pm
home directory ./codeblocks (I think)  : default.conf
Title: Re: The 10 october 2006 build is out.
Post by: caiip on October 10, 2006, 10:45:28 pm
home directory ./codeblocks (I think)  : default.conf

no this file.... :(
Title: Re: The 10 october 2006 build is out.
Post by: MortenMacFly on October 10, 2006, 10:54:03 pm
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.
Title: Re: The 10 october 2006 build is out.
Post by: caiip on October 10, 2006, 10:59:40 pm
I found the solution, all the configure files are in my /home dir. After I cleaned that folder, everything return to normal.

Thank you.
Title: Re: The 10 october 2006 build is out.
Post by: Jewe on October 11, 2006, 11:04:32 am
Killerbot, is the link in the zip for windows to "E:\data\killerbot\CodeBlocks\svn\src\output" a direct link to your harddrive? :P
Title: Re: The 10 october 2006 build is out.
Post by: killerbot on October 11, 2006, 11:15:53 am
yes, damn is that in there ??
Title: Re: The 10 october 2006 build is out.
Post by: BCCISProf on October 11, 2006, 05:11:25 pm
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.

Title: Re: The 10 october 2006 build is out.
Post by: tomgrad on October 11, 2006, 06:18:17 pm
Can you release the AMD64 version (Linux), please? The latest one is from 4th september...
With best regards, Tom.
Title: Re: The 10 october 2006 build is out.
Post by: artoj on October 11, 2006, 09:50:51 pm
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
Title: Re: The 10 october 2006 build is out.
Post by: BCCISProf on October 11, 2006, 11:47:30 pm
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.