Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 31, 2006, 09:17:02 pm

Title: The 31 october 2006 build is out.
Post by: killerbot on October 31, 2006, 09:17:02 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 31 October 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061031_rev3163_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061031_rev3163_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061031_rev3163_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061031_rev3163_fc4+5.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 31 october 2006 build is out.
Post by: cstudent on November 01, 2006, 04:06:13 am
Ubuntu 6.10 (Edgy) build here. (http://www.savefile.com/projects/1037211)
Title: Re: The 31 october 2006 build is out.
Post by: bigbug on November 01, 2006, 09:05:04 am
Installer including MinGW here (http://rapidshare.de/files/37539386/CodeBlocks_20061031_with_MinGW_Setup.exe.html). MinGW will be installed to its default location C:\MinGW where Code::Blocks will detect it, but you can choose where to install the nightly.
Title: Re: The 31 october 2006 build is out.
Post by: reptils on November 01, 2006, 10:45:54 am
Hi killerbot,I don't know I my question has been posted before... Is possible to have a "auto close symbol" option, for these symbols ( [ { " ' in the editior settings?
Title: Re: The 31 october 2006 build is out.
Post by: killerbot on November 01, 2006, 10:49:14 am
do you mean : when I type the "(", then automatically the ")" is put by CB ??

Check out : Settings-Editor->Abbreviations : might be a first step towards what you want
Title: Re: The 31 october 2006 build is out.
Post by: Jan van den Borst on November 01, 2006, 02:36:13 pm
Hi all
I experienced a bug in this version.

I wanted to use the /p option. If I use codeblocks.exe /p=ask codeblocks crashes when I select default. However codeblocks.exe /p=default works fine.
Jan
Title: Re: The 31 october 2006 build is out.
Post by: killerbot on November 01, 2006, 02:56:00 pm
Hi all
I experienced a bug in this version.

I wanted to use the /p option. If I use codeblocks.exe /p=ask codeblocks crashes when I select default. However codeblocks.exe /p=default works fine.
Jan

same here, could you create a bug report for this please, thanks

[EDIT] : annoying one, tried to debug, had the crash once in the debugger, now no longer in the debugger, but when the output directory version is ran --> crash

[EDIT2] : more info on this yet, also in debugger again --> happens when the splash screen is shown -> without splash screen no crash (and maybe this might be an utterance of the DDE bug again)
Can you try it like this :
Code
codeblocks -ns /p=ask

[EDIT3] : the crash happens in EditorManager::InitPane()  on the last line : Manager::Get()->GetAppWindow()->ProcessEvent(evt);

for the simple reason that the returned AppWindow pointer is 0 (NULL)

personal note : is this InitPane pure for the open file list -> crash only when you don't want to see open file list : no : crash in both cases ??
Title: Re: The 31 october 2006 build is out.
Post by: Jan van den Borst on November 01, 2006, 03:45:00 pm
I have an issue with command-line build and # parallel builds=2.

When I compile a project by calling "codeblocks.exe project.cbp --build --target=all" I get a undesired build result that is an exitcode of 0 when I expect something not equal to 0.

Suppose "Parallel build 1" has a compiler error.  The build thread is canceled with a errorcode (!=0), however "Parallel build 2" is still running and is successful (exitcode==0). Due to the error of "Parallel build 1" codeblocks exits but returns the exitcode (0) of "Parallel build 2". So even if I have a build error codeblocks exits with a 0 (successful)

The exitcode should be :  sum(all exitcodes)!=0

Setting the number of parallel builds to 1 fixes the issue but a real fix would be better.


Title: Re: The 31 october 2006 build is out.
Post by: reptils on November 01, 2006, 05:22:56 pm
do you mean : when I type the "(", then automatically the ")" is put by CB ??
yes
Check out : Settings-Editor->Abbreviations : might be a first step towards what you want
?? I don't think that is a solution.
Title: Re: The 31 october 2006 build is out.
Post by: Pecan on November 01, 2006, 07:47:47 pm
Hi killerbot,I don't know I my question has been posted before... Is possible to have a "auto close symbol" option, for these symbols ( [ { " ' in the editior settings?
If you're a windows user, you might find a utility named AutoHotKey of some help.
Google it.