Author Topic: The 26 July 2007 build (4324) is out.  (Read 20935 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 26 July 2007 build (4324) is out.
« on: July 26, 2007, 05:46:04 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 26 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Debian4.0_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_fc4+5.i586.rpm (not yet)

Resolved Fixed:

  • Fixed "debugger won't start" bug introduced yesterday
  • Event cbEVT_COMPILER_STARTED is now emitted
  • applied [ Patch #2105 ] Fix ugly 22x22 searchreplace.png
  • AStyle plugin: Updated to AStyle 1.21, applying changes provided by Jim Pattee

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: July 26, 2007, 08:13:46 pm by killerbot »

Offline zortich

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: The 26 July 2007 build (4324) is out.
« Reply #1 on: July 26, 2007, 06:01:39 pm »
And when will be RC3?

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: The 26 July 2007 build (4324) is out.
« Reply #2 on: July 26, 2007, 06:31:28 pm »
  • Event cbEVT_COMPILER_STARTED is now emitted

I guess you can close Bug #11612
Life would be so much easier if we could just look at the source code.

Offline Electron

  • Single posting newcomer
  • *
  • Posts: 7
    • Crucible of Stars
Re: The 26 July 2007 build (4324) is out.
« Reply #3 on: July 26, 2007, 07:07:27 pm »
When I open a project's file with the symbol browser in Current File Only mode, the symbols are not shown unless I change the mode to Active Project or Workspace and then switch back, forcing a refresh. This worked a week or so ago, I'm afraid I'm not sure exactly which day it became broken again.
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 26 July 2007 build (4324) is out.
« Reply #4 on: July 26, 2007, 08:17:41 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/

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 26 July 2007 build (4324) is out.
« Reply #5 on: July 26, 2007, 09:36:23 pm »
Slackware package can be found here: http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
wxGTK package for Slackware can be found here:  http://sr.mcdir.ru/blogs/index.php?blog=7&p=126&more=1
I've checked out ten minutes ago and the revision was 4327.

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 26 July 2007 build (4324) is out.
« Reply #6 on: July 26, 2007, 10:42:18 pm »
the cc list will no longer pop-up for me when typing . or -> and hitting ctrl+space  :(

b4silence

  • Guest
Re: The 26 July 2007 build (4324) is out.
« Reply #7 on: July 26, 2007, 11:44:14 pm »
Hello!

I'm using the ubuntu builds but when I start Code::Blocks it freezes right after the compiler selection...  :(

Do you have any idea why it happens?

The SVN 4324 is the only version I got in my system.


Thx in advance!

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 26 July 2007 build (4324) is out.
« Reply #8 on: July 27, 2007, 12:59:21 am »
b4silence: If you're using wxGTK 2.8, it has to be 2.8.4 or it will fail.

This problem is being reported so many times... should it be added somewhere in every nightly build post? I think the "Regressions/Confirmed/Annoying/Common bugs:" section would be good for it, in a lovely red bold letter linking to the solution (at least for Ubuntu which seems to be the most popular Linux right now) :wink:

Offline szczepan

  • Multiple posting newcomer
  • *
  • Posts: 42
Can I build out-of-source now?
« Reply #9 on: July 27, 2007, 01:16:45 am »

b4silence

  • Guest
Re: The 26 July 2007 build (4324) is out.
« Reply #10 on: July 27, 2007, 02:06:34 am »
Ceniza: Thanks a lot!

I didn't realize that...  :)

However I installed (from source) that wxGTK version and the problem remains..  :?

I followed the instructions and didn't get any problem on the process...

Is there any command which I can use to check the installed version? (It seems it's not installed beside that...)

For whoever has the same problem can download wxGTK 2.8.4 from here.

Thanks

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 26 July 2007 build (4324) is out.
« Reply #11 on: July 27, 2007, 03:56:34 am »
wx-config --version

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Can I build out-of-source now?
« Reply #12 on: July 27, 2007, 07:28:37 am »
Is this build system bug fixed?

No, Not yet.

@Yiannis,

The latest build system changes are causing this problem. I usually build C::B in main trunk directory (/home/biplab/cbsource). To reproduce this bug I wanted to configure C::B in /home/biplab/cbsource/build directory. But issuing ../configure fails saying that the "trunk is already configured" and you should run make distclean first. I believe this error should not occur. :)
Be a part of the solution, not a part of the problem.

Offline denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 26 July 2007 build (4324) is out.
« Reply #13 on: July 27, 2007, 07:45:22 am »
  • Event cbEVT_COMPILER_STARTED is now emitted

I guess you can close Bug #11612
This work only half the way on my system (winxp).
The debugger is starting up only if the code was compiled before. If there is nothing to compile then c::b say the it adds the path but the debugger wont start. (c::b even not saying to do so  :wink:)

b4silence

  • Guest
Re: The 26 July 2007 build (4324) is out.
« Reply #14 on: July 27, 2007, 10:02:39 am »
Ceniza: I've run the command:

Code
b4silence@b4silence-linux:~$ wx-config --version
+2.8.4

So, as the problem remains, it must be something else...

Could it be a bug? Or am I missing something?

I've installed all the packages provided in the nightly build...

Thanks