Author Topic: The 09 October 2007 build (4518) is out.  (Read 21492 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 09 October 2007 build (4518) is out.
« 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.

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)


Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 09 October 2007 build (4518) is out.
« Reply #1 on: October 09, 2007, 10:07:30 pm »
Build for Ubuntu i386/amd64 can be found here
« Last Edit: October 10, 2007, 07:42:13 pm by pasgui »

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 09 October 2007 build (4518) is out.
« Reply #2 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

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 09 October 2007 build (4518) is out.
« Reply #3 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.  :)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 09 October 2007 build (4518) is out.
« Reply #4 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. :)
Be a part of the solution, not a part of the problem.

Offline jsibarani

  • Multiple posting newcomer
  • *
  • Posts: 31
Re: The 09 October 2007 build (4518) is out.
« Reply #5 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 09 October 2007 build (4518) is out.
« Reply #6 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 -


Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 09 October 2007 build (4518) is out.
« Reply #7 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.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

cs378

  • Guest
Re: The 09 October 2007 build (4518) is out.
« Reply #8 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

Offline clyfish

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 09 October 2007 build (4518) is out.
« Reply #9 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.

Offline tvaster

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 09 October 2007 build (4518) is out.
« Reply #10 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)?



Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 09 October 2007 build (4518) is out.
« Reply #11 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).


Offline tvaster

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 09 October 2007 build (4518) is out.
« Reply #12 on: October 11, 2007, 08:05:47 pm »
Thanks - that did it.   :D

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 09 October 2007 build (4518) is out.
« Reply #13 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.

salvois

  • Guest
Re: The 09 October 2007 build (4518) is out.
« Reply #14 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).

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 09 October 2007 build (4518) is out.
« Reply #15 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)

Offline jsibarani

  • Multiple posting newcomer
  • *
  • Posts: 31
Re: The 09 October 2007 build (4518) is out.
« Reply #16 on: October 15, 2007, 08:38:24 am »
sorry for late reply, just have long national holiday here :)

this screenshot taken from winXP SP2