News:

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

Main Menu

The 09 October 2007 build (4518) is out.

Started by killerbot, October 09, 2007, 09:10:29 PM

Previous topic - Next topic

killerbot

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.

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:


  • Fixed: Broken wxSmith support in wxWidgets wizard
  • Fixed: Fatal crash if "Go to header/source file" option is clicked in wxSmith resource tree
  • Modified: Console wizard to add exception handling only for C++ projects

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


pasgui

#1
Build for Ubuntu i386/amd64 can be found here

SR


JGM

Quote from: killerbot on October 09, 2007, 09:10:29 PM

  • Modified: Console wizard to add exception handling only for C++ projects

I have to see that one.  :)

Biplab

Quote from: JGM on October 10, 2007, 04:03:57 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. :)
Be a part of the solution, not a part of the problem.

jsibarani

i noticed that wxsmith new resource dialog does not correctly restored
when clicking on "Advanced Options" button.

Jenna

debian-repository with nightlies (slow because it's a home-server via dsl)

actually svn4518

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


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


sid / unstable
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:
wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -

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


Xaviou

Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

cs378

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

clyfish

Quote from: 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
memory leaks?
This is only my guess.

tvaster

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



Jenna

Quote from: tvaster on October 11, 2007, 04:12:24 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).


tvaster


orefa

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.

salvois

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