Author Topic: The 25 April 2007 build is out.  (Read 30936 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 25 April 2007 build is out.
« on: April 25, 2007, 07:49:37 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/wxmsw28u_gcc_cb_wx283.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 25 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070425_rev3888_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070425_rev3888_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070425_rev3888_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070425_rev3888_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • wxSmith: That will possibly fix build issues on MAC (thanks to afb) and small typo
  • Windows : switch to wx2.8.3

Regressions/Confirmed/Annoying/Common bugs:

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


Offline gjsmo

  • Multiple posting newcomer
  • *
  • Posts: 28
  • i luv computers
    • My Blog
Re: The 25 April 2007 build is out.
« Reply #1 on: April 25, 2007, 08:52:05 pm »
quick, xaviou!!!! we need a linux build FAST!
http://www.danasoft.com/sig/gjsmo.jpg i luv linux.
There are 10 types of people in this world - those who understand binary and those who don't.
oh yeah: "I didn't really say everything I said."      -Yogi Berra

wxLearner

  • Guest
Re: The 25 April 2007 build is out.
« Reply #2 on: April 25, 2007, 09:25:46 pm »
quick, xaviou!!!! we need a linux build FAST!
Is it due to the possibly fixed build issues on MAC or is it due to the switch to wx2.8.3 on windows? :wink:

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 25 April 2007 build is out.
« Reply #3 on: April 25, 2007, 09:34:58 pm »
What tidings does WxWidgets 2.8.3 bring us?

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 25 April 2007 build is out.
« Reply #4 on: April 25, 2007, 09:44:39 pm »
quick, xaviou!!!! we need a linux build FAST!

Be patient.
You know, building on a P3 200Mhz with 32Mo Ram, and uploading with a basic 56k connection takes a lot of time  :lol:

Ubuntu 6.10 build is ready, but there is a problem with wxSmith (see yesterday's Nightly Build post for more infos)
This package can be installed on 7.04 too.

Edit : Oooops, I forgot the url.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 25 April 2007 build is out.
« Reply #5 on: April 25, 2007, 10:47:14 pm »
wx2.6 or wx2.8 built?

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 25 April 2007 build is out.
« Reply #6 on: April 25, 2007, 10:50:48 pm »
wx2.6 or wx2.8 built?

If the question was for me : wx2.6
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 25 April 2007 build is out.
« Reply #7 on: April 25, 2007, 11:58:37 pm »
quick, xaviou!!!! we need a linux build FAST!

Be patient.
You know, building on a P3 200Mhz with 32Mo Ram, and uploading with a basic 56k connection takes a lot of time  :lol:

Ubuntu 6.10 build is ready, but there is a problem with wxSmith (see yesterday's Nightly Build post for more infos)
This package can be installed on 7.04 too.

Edit : Oooops, I forgot the url.

Where did you find that dinosaur? Are you sure that CPU works without mistakes? (I  threw away pentium 233 MGz in 1999 :shock:)
gcc+winXP+suse.

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: The 25 April 2007 build is out.
« Reply #8 on: April 26, 2007, 12:00:15 am »
Hi,

I'm happy to see that cb has changed to wx 2.8 although I do have some wired toolbar-background-color-bug:

Maybe some bug in fetching the system colors.

Regards raph

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 25 April 2007 build is out.
« Reply #9 on: April 26, 2007, 04:24:12 am »
Hello there!, I'm having a problem under Windows (perhaps it's related with the new wx2.8 dll). If I select a text with the mouse, and then I try to copy it by using the ctrl+c input, and then select another text to be relaced by this one, when I attemp to past the text to replace it with the copied one, it just insert the new text including all the line where the source text was placed, and also it doesn't delete the new one, just push it back...

How to reproduce it:
1) Select a simple word of any line.
2) Then press ctrl+c to copy
3) Select another word in another line
4) press ctrl+v to replace it with the first word.
5) Instead of the replace, you'll get an "insert line" thing...

Regards,
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 25 April 2007 build is out.
« Reply #10 on: April 26, 2007, 05:13:23 am »
Hello there!, I'm having a problem under Windows (perhaps it's related with the new wx2.8 dll). If I select a text with the mouse, and then I try to copy it by using the ctrl+c input, and then select another text to be relaced by this one, when I attemp to past the text to replace it with the copied one, it just insert the new text including all the line where the source text was placed, and also it doesn't delete the new one, just push it back...

How to reproduce it:
1) Select a simple word of any line.
2) Then press ctrl+c to copy
3) Select another word in another line
4) press ctrl+v to replace it with the first word.
5) Instead of the replace, you'll get an "insert line" thing...

Regards,


Delete cbKeyBinder10.ini in codeblocks data directory.
The menu structure has changed.

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 25 April 2007 build is out.
« Reply #11 on: April 26, 2007, 09:30:49 am »
Quote
    * Windows : switch to wx2.8.3   
only window$ or and linux(*nix) OS

danielking

  • Guest
Re: The 25 April 2007 build is out.
« Reply #12 on: April 26, 2007, 09:36:29 am »
Debugging windows can not be open? Is this a bug or probleam of my computer?

wxLearner

  • Guest
Re: The 25 April 2007 build is out.
« Reply #13 on: April 26, 2007, 09:48:43 am »
Now that Code::Blocks has switched to wx2.8.3 on windows, I would like to bring up the issue of the editor settings dialog size again. Has anybody an idea about it?

danielking

  • Guest
Re: The 25 April 2007 build is out.
« Reply #14 on: April 26, 2007, 09:51:24 am »
Debugging windows can not be open? Is this a bug or probleam of my computer?

I think it's a bug. Debugging windows work fine in version svn 3885.