News:

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

Main Menu

The 07 october 2006 build is out.

Started by killerbot, October 07, 2006, 05:47:21 PM

Previous topic - Next topic

killerbot

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:


  • apply [ Patch #1468 ] Expand caret period slider
  • apply [ Patch #1529 ] OpenFileTree was once more not updated correctly : fixes [ Bug #9001 ] Untitled1 in Open Files tree after save as
  • search Google Code
  • Implemented 'start' offset and 'count' elements for debugging arrays. The options existed in the GUI but were not implemented in the driver

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)


julienlecomte


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

QuoteThis 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".

Pecan

#2
Quote from: julienlecomte on October 08, 2006, 05:17:05 AM

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

QuoteThis 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

SharkCZ

Packages of this nigthly build for Fedora Core 5 and 6 were just built. They will apear soon in the Extras repository.
Code::Blocks package maintainer for Fedora and EPEL

Ocelot

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?

mandrav

Quote from: 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?

Yes. This has been fixed earlier today (happened to me too).
Be patient!
This bug will be fixed soon...