Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 09, 2007, 09:10:29 pm

Title: The 09 October 2007 build (4518) is out.
Post by: killerbot on October 09, 2007, 09:10:29 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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

The 09 October 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071009_rev4518_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 09 October 2007 build (4518) is out.
Post by: pasgui on October 09, 2007, 10:07:30 pm
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Title: Re: The 09 October 2007 build (4518) is out.
Post by: SR on October 09, 2007, 10:31:15 pm
Slackware build updated to revision 4518
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1&c=1
Title: Re: The 09 October 2007 build (4518) is out.
Post by: JGM on October 10, 2007, 04:03:57 am
  • Modified: Console wizard to add exception handling only for C++ projects

I have to see that one.  :)
Title: Re: The 09 October 2007 build (4518) is out.
Post by: Biplab on October 10, 2007, 04:25:03 am
I have to see that one.  :)

OpenWatom used to fail to compile a C file with exception handling routine. So I had made a check (as a quick-fix) to stop that.

In case it affects other compilers, please feel free to post that. :)
Title: Re: The 09 October 2007 build (4518) is out.
Post by: jsibarani on October 10, 2007, 10:35:39 am
i noticed that wxsmith new resource dialog does not correctly restored
when clicking on "Advanced Options" button.
Title: Re: The 09 October 2007 build (4518) is out.
Post by: Jenna on October 10, 2007, 11:10:48 am
debian-repository with nightlies (slow because it's a home-server via dsl)

actually svn4518

etch / stable
Code
deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main

lenny / testing
Code
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main

sid / unstable
Code
deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main

add my public-key to apt's trustdb:
Code
wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -

build against wxWidgets 2.84 from
Code
http://apt.tt-solutions.com/debian/ etch main
key-import to apt's trusted keys:
Code
wget -q http://www.tt-solutions.com/vz/key.asc -O-  | sudo apt-key add -

Title: Re: The 09 October 2007 build (4518) is out.
Post by: Xaviou on October 10, 2007, 05:56:11 pm
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 09 October 2007 build (4518) is out.
Post by: cs378 on October 11, 2007, 12:25:28 am
I am having problems with CodeBlocks freezing Ubuntu 7.04

I can open the project fine, but after I use it for awhile, the whole computer freezes. (Can't even use Ctrl+Alt+F1)

I tried both wxWidgets 2.8.4 and 2.8.6

Thank you
Title: Re: The 09 October 2007 build (4518) is out.
Post by: clyfish on October 11, 2007, 04:27:43 am
I am having problems with CodeBlocks freezing Ubuntu 7.04

I can open the project fine, but after I use it for awhile, the whole computer freezes. (Can't even use Ctrl+Alt+F1)

I tried both wxWidgets 2.8.4 and 2.8.6

Thank you
memory leaks?
This is only my guess.
Title: Re: The 09 October 2007 build (4518) is out.
Post by: tvaster on October 11, 2007, 04:12:24 pm
I have been using C::B for about 6 weeks.  :D :D Finally figured out you cannot launch a wxDialog box as the primary. It apparently can only be launched from a previously created wxFrame.

Found a minor glitch with wxSmith.  When I add another resource to a dialog box or touch the charateristics of an existing resource (change min or max on spin cntl), my manually added include directives (#include ....) in a .cpp file are deleted resulting in "not declared in scope" errors. Declaring the includes again manually obviously fixes that.

This glitch has always been present since I started using C::B.  Using SVN 4519, SUSE 10.2

Off topic but can I create code for different target systems inside of Linux, if so where do I specify target (ie Windows, Mac)?


Title: Re: The 09 October 2007 build (4518) is out.
Post by: Jenna on October 11, 2007, 06:02:06 pm
Found a minor glitch with wxSmith.  When I add another resource to a dialog box or touch the charateristics of an existing resource (change min or max on spin cntl), my manually added include directives (#include ....) in a .cpp file are deleted resulting in "not declared in scope" errors. Declaring the includes again manually obviously fixes that.
Did you write your includes between "//(*" and "//*)" ?
That seems to be the code controlled by wxSmith, and if you change something in the progrid the code get's updated.
Put your own includes outside and it should work (at least for me).

Title: Re: The 09 October 2007 build (4518) is out.
Post by: tvaster on October 11, 2007, 08:05:47 pm
Thanks - that did it.   :D
Title: Re: The 09 October 2007 build (4518) is out.
Post by: orefa on October 11, 2007, 09:02:45 pm
Under Windows 2000 SP4 I am getting frequent crashes with this release when compiling a single .cpp file. Every five or ten compiles result in the program terminating abruptly. No warning or error message, the IDE simply closes.
Title: Re: The 09 October 2007 build (4518) is out.
Post by: salvois on October 12, 2007, 12:49:41 pm
My first post, sorry if this is the wrong place to report this.
Build 4518: activating "Highlight line under caret" in editor settings hides the brace matching/unmatching indication (they would change the background color too).
Title: Re: The 09 October 2007 build (4518) is out.
Post by: byo on October 12, 2007, 10:15:09 pm
i noticed that wxsmith new resource dialog does not correctly restored
when clicking on "Advanced Options" button.

How does it look like ? What OS do you use ? (It works perfectly on Ubuntu 7.04)
Title: Re: The 09 October 2007 build (4518) is out.
Post by: jsibarani on October 15, 2007, 08:38:24 am
sorry for late reply, just have long national holiday here :)

this screenshot taken from winXP SP2
(http://img236.imageshack.us/img236/3808/wxsmithlt3.png)