News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 26 July 2007 build (4324) is out.

Started by killerbot, July 26, 2007, 05:46:04 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 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)


zortich


yop

Quote from: killerbot on July 26, 2007, 05:46:04 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.

Electron

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.

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]

SR

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.

lubos

the cc list will no longer pop-up for me when typing . or -> and hitting ctrl+space  :(

b4silence

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!

Ceniza

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:

szczepan


b4silence

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

Ceniza


Biplab

Quote from: szczepan on July 27, 2007, 01:16:45 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.

denk_mal

Quote from: yop on July 26, 2007, 06:31:28 PM
Quote from: killerbot on July 26, 2007, 05:46:04 PM

  • 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

Ceniza: I've run the command:

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