Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 07, 2006, 05:47:21 pm

Title: The 07 october 2006 build is out.
Post by: killerbot on October 07, 2006, 05:47:21 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 07 October 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061007_rev3030_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061007_rev3030_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061007_rev3030_suse100+101.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 07 october 2006 build is out.
Post by: julienlecomte on October 08, 2006, 05:17:05 am

I've tried out this version, and I now get some TinyXML error:

Quote
This application encountered an error at sdk\configmanager.cpp, on line 130.
The error message is:

TinyXML error:
Error reading end tag.

C::B version rev. 3030 (gcc 3.4.5 ...)

At the same time of the crash, which is always at startup of C::B, i've got a message that the project or workspace can't be loaded ("Windows cannot find '...filename...'. Make sure you typed ...")
I don't get this extra message if just opening C::B executable (but C::B still crashes with XML error), I only get it if opening project or workspace by double click in explorer.

I can solve the problem only by deleting my "default.conf" file located in %USER%\Application Data\codeblocks (and thus lose all preferences).

I'm posting a copy of this post in "bugs".
Title: Re: The 07 october 2006 build is out.
Post by: Pecan on October 08, 2006, 06:52:52 am

I've tried out this version, and I now get some TinyXML error:

Quote
This application encountered an error at sdk\configmanager.cpp, on line 130.
The error message is:

TinyXML error:
Error reading end tag.

C::B version rev. 3030 (gcc 3.4.5 ...)

At the same time of the crash, which is always at startup of C::B, i've got a message that the project or workspace can't be loaded ("Windows cannot find '...filename...'. Make sure you typed ...")
I don't get this extra message if just opening C::B executable (but C::B still crashes with XML error), I only get it if opening project or workspace by double click in explorer.

I can solve the problem only by deleting my "default.conf" file located in %USER%\Application Data\codeblocks (and thus lose all preferences).

I'm posting a copy of this post in "bugs".


I too experienced this after a "crash", but it consisted of quiting GDB while running CB. On restart of CB, I get the error.

Heretofore, I've been able to GDB quit and rerun without causing this problem.

Fortunately I had a backed up default.conf
Title: Re: The 07 october 2006 build is out.
Post by: SharkCZ on October 08, 2006, 12:34:15 pm
Packages of this nigthly build for Fedora Core 5 and 6 were just built. They will apear soon in the Extras repository.
Title: Re: The 07 october 2006 build is out.
Post by: Ocelot on October 08, 2006, 06:17:17 pm
Cause of this error is config file changes. In the old files there are <  and > symbols inside xml files, which doesn't mark xml tags.  Am I right?
Title: Re: The 07 october 2006 build is out.
Post by: mandrav on October 08, 2006, 06:52:39 pm
Cause of this error is config file changes. In the old files there are <  and > symbols inside xml files, which doesn't mark xml tags.  Am I right?

Yes. This has been fixed earlier today (happened to me too).