Author Topic: The 07 october 2006 build is out.  (Read 8715 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 07 october 2006 build is out.
« 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:

  • 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)

« Last Edit: October 07, 2006, 11:23:21 pm by killerbot »

julienlecomte

  • Guest
Re: The 07 october 2006 build is out.
« Reply #1 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".

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 07 october 2006 build is out.
« Reply #2 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
« Last Edit: October 08, 2006, 06:56:35 am by Pecan »

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 07 october 2006 build is out.
« Reply #3 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.
Code::Blocks package maintainer for Fedora and EPEL

Offline Ocelot

  • Single posting newcomer
  • *
  • Posts: 4
Re: The 07 october 2006 build is out.
« Reply #4 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?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 07 october 2006 build is out.
« Reply #5 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).
Be patient!
This bug will be fixed soon...