Author Topic: The 16 October 2007 build (4540) is out.  (Read 16809 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 16 October 2007 build (4540) is out.
« on: October 16, 2007, 07:50:12 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 16 October 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071016_rev4540_win32.7z
  - Linux :
   none

Resolved Fixed:

  • wxSmith: Fixed bug with invalid declaration generated for sizers when using xrc file
  • wxSmith: Fixe dbug with missing <wx/xrc/xmlres.h> header file

Regressions/Confirmed/Annoying/Common bugs:

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


Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 16 October 2007 build (4540) is out.
« Reply #1 on: October 16, 2007, 07:58:41 pm »
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 16 October 2007 build (4540) is out.
« Reply #2 on: October 16, 2007, 08:55:42 pm »
Build for Ubuntu i386/amd64 can be found here

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 16 October 2007 build (4540) is out.
« Reply #3 on: October 16, 2007, 10:39:32 pm »
debian-repository with nightlies (slow because it's a home-server via dsl)

actually svn4540

add to /etc/apt/sources.list :

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

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

for sid aka 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
deb 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 ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 16 October 2007 build (4540) is out.
« Reply #4 on: October 17, 2007, 01:28:44 am »
After updating from build 43xx (43-something) to version 4540 on openSuse 10.3 I came across an annoying problem: everytime I want to start debugging, all sources are recompiled completely which takes an annoyingly long time. This also happens when I'm sure I did not change anything after the last rebuild. The 43xx build I used did not have this problem and would only compile the files containing changes, and I am using exactly the same project.

Did something change in the way CodeBlocks handles certain things or am I possibly missing a crucial point? Any tip is more than welcome

Offline pdsonic

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 16 October 2007 build (4540) is out.
« Reply #5 on: October 17, 2007, 02:51:37 am »
Hi,

I'm using wxSmith and on my panels/frames I use wxStaticBitmaps. The application is built for (and developed on) winXP and linux (freespire). The problem I have is that if I set the (relative) path in the wxSmith image editor so I can see the image at development time, then the image doesn't show in either windows and/or linux without some tricks.

Long story short... Is it possible for the image editor to use wxStandardPaths::GetResourcesDir for the base file path?

Or is there another way it can be done with the existing codeblocks?

Thanks in advance.  :idea:

Offline pdsonic

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 16 October 2007 build (4540) is out.
« Reply #6 on: October 17, 2007, 07:18:31 am »
Don't worry about the above request.

I've solved the problem.   :)  I'm using wxSetWorkingDirectory to umm... set the working directory...

and I'm using the wxConfigBase::Create() and Read/Write methods to store the path to my graphic folder.


Thanks.


Offline reptils

  • Multiple posting newcomer
  • *
  • Posts: 24
    • Winsplit Revolution
Re: The 16 October 2007 build (4540) is out.
« Reply #7 on: October 18, 2007, 11:33:01 am »
Hi killerbot, I have a little feature request.
I like the option Auto-hide message pane, very usefull! but I'd like to add a behavior change. When I compile and all is ok, the message panne auto-hide as specified in the options :)
Is possible to auto-hide message pane WHEN programmer just left clic on editor area or press a key? so keep the message pane showned until any event.This behavior option can be added with a check box.
Thank for your job.
« Last Edit: October 18, 2007, 11:34:33 am by reptils »
WinSplit Revolution http://reptils.free.fr

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 16 October 2007 build (4540) is out.
« Reply #8 on: October 18, 2007, 12:00:14 pm »
Just an update on my "always rebuild completely" problem: it seems that this not only happens when I try to debug: also when just "building", a complete rebuild takes place.
Because I did not see any comparable problem around here, most likely it is a problem on my side. Any suggestions what I might be doing wrong?

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 16 October 2007 build (4540) is out.
« Reply #9 on: October 18, 2007, 03:24:26 pm »
Hi,

C::B svn 4540 crashes (i.e. closes immediately) when creating new project under Debian.

Offline Marenz

  • Multiple posting newcomer
  • *
  • Posts: 37
Re: The 16 October 2007 build (4540) is out.
« Reply #10 on: October 18, 2007, 05:56:50 pm »
I wonder if the handling of open files could be handeled better. Its such a mess to click on the arrows all the time to find a specific file :/

--Ano

Offline jsibarani

  • Multiple posting newcomer
  • *
  • Posts: 31
Re: The 16 October 2007 build (4540) is out.
« Reply #11 on: October 19, 2007, 12:25:36 pm »
Resolved Fixed:

  • wxSmith: Fixed bug with invalid declaration generated for sizers when using xrc file


Thanks byo,
by the way creating wxStdDialogButtonSizer still generates invalid declaration.

Thanks in advance


Jefri