News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 10 october 2006 build is out.

Started by killerbot, October 10, 2006, 07:58:29 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 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)


artoj

Quote from: killerbot on October 10, 2006, 07:58:29 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


caiip

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?


caiip

But I don't know where is the config file?
Can you tell me please?

killerbot

home directory ./codeblocks (I think)  : default.conf

caiip

home directory ./codeblocks (I think)  : default.conf

no this file.... :(

MortenMacFly

#7
Quote from: caiip on October 10, 2006, 10:45:28 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

caiip

I found the solution, all the configure files are in my /home dir. After I cleaned that folder, everything return to normal.

Thank you.

Jewe

Killerbot, is the link in the zip for windows to "E:\data\killerbot\CodeBlocks\svn\src\output" a direct link to your harddrive? :P
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

killerbot


BCCISProf

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.


tomgrad

Can you release the AMD64 version (Linux), please? The latest one is from 4th september...
With best regards, Tom.

artoj

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

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

BCCISProf

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.