Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 24, 2007, 05:09:38 pm

Title: The 24 June 2007 build is out.
Post by: killerbot on June 24, 2007, 05:09:38 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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 24 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070624_rev4164_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070624_rev4164_Ubuntu6.10+7.04_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070624_rev4164_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070624_rev4164_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 24 June 2007 build is out.
Post by: Grom on June 24, 2007, 06:04:48 pm
I wont to have RC3 :cry:
Title: Re: The 24 June 2007 build is out.
Post by: MortenMacFly on June 24, 2007, 07:18:05 pm
I wont to have RC3 :cry:
Build your own! :lol:
Title: Re: The 24 June 2007 build is out.
Post by: BCCISProf on June 24, 2007, 10:04:45 pm
It appears to me that the Symbol Tree in the Management Window does not parse the workspace symbols unless you right click and choose re-parse tree. As far as I remember, in previous builds it would do so automatically as soon as a project was loaded.

Windows XP
Title: Re: The 24 June 2007 build is out.
Post by: Morphius Faydal on June 24, 2007, 11:22:17 pm
I'm trying to build a Fedora Core .rpm... I'm building it on FC7 on VMware.. Where can I get wx 2.8.4?
Title: Re: The 24 June 2007 build is out.
Post by: rolandixor on June 24, 2007, 11:45:11 pm
Build your own???

I hope that's a joke...

And how come MortenMacFly is still at large?

Let's catch 'im and beat 'im and take 'im to microsoft, and say "Here he is! He's the guy causing you all the trouble!!!" :P

Good sport, yes...

(I'm not new to the forum, I've been reading this forum for a while, I just never took time to join!)
Title: Re: The 24 June 2007 build is out.
Post by: rickg22 on June 25, 2007, 01:11:20 am
Build your own???
I hope that's a joke...
new to the forum, I've been reading this forum for a while, I just never took time to join!)

Yes, it is. The joke is that RC3 is just around the corner, perhaps 2 or 3 weeks away, but it won't be very different than current nightlies, so it's the same if you make your own build, see. Actually it's a bit complicated to make your own C::B build, but after you do it the first time, it becomes quite easy.
Title: Re: The 24 June 2007 build is out.
Post by: rickg22 on June 25, 2007, 01:34:09 am
It appears to me that the Symbol Tree in the Management Window does not parse the workspace symbols unless you right click and choose re-parse tree. As far as I remember, in previous builds it would do so automatically as soon as a project was loaded.

Windows XP

You're right! I'll fix that right away.
Edit: Fixed in my local copy. I'll commit as soon as I verify it won't break anything else.
Edit: Wow, I noticed something. ProjectManager needs to be updated for a special case. I'll keep you posted.
Edit: Fixed in rev 4168. Also cleaned up some code :)
Title: Re: The 24 June 2007 build is out.
Post by: skirby on June 25, 2007, 01:48:29 pm
Hello,

I have an error message box when I click on properties in contextual menu from project tree.
(http://img341.imageshack.us/img341/9200/erroren0.th.png) (http://img341.imageshack.us/my.php?image=erroren0.png)

I have attached my test files in order to reproduce this small problem.
It is due to the character × in my comment

I don't know if I have to post it on BerliOS.

[attachment deleted by admin]
Title: Re: The 24 June 2007 build is out.
Post by: normunds on June 25, 2007, 02:30:00 pm
Code completion is not working for me in. I just upgraded from build 3002. It is showing only c++ keywords. "Follow LOCAL" and "Follow GLOBAL includes" are checked in options. Is it bug? (OS WinXP, current build)
Title: Re: The 24 June 2007 build is out.
Post by: dje on June 25, 2007, 02:43:50 pm
Hi !

I have an error message box when I click on properties in contextual menu from project tree.

The same problem has been discussed there (http://forums.codeblocks.org/index.php/topic,6149.msg47966.html#msg47966)
The solution found by tiwag works both on properties and with ThreadSearch plugin.

Code
-   if (file.Open(filename.GetFullPath()))
+   if (file.Open(filename.GetFullPath(),wxConvFile))

I don't know if a bug has been filled.

Dje
Title: Re: The 24 June 2007 build is out.
Post by: rickg22 on June 25, 2007, 04:07:15 pm
Code completion is not working for me in. I just upgraded from build 3002. It is showing only c++ keywords. "Follow LOCAL" and "Follow GLOBAL includes" are checked in options. Is it bug? (OS WinXP, current build)

Yes, mea culpa. That's fixed for the next nightly. In the meantime, go to the symbols tab in the left pane, rightclick on the tree, and select "reparse now".
Title: Re: The 24 June 2007 build is out.
Post by: indigo0086 on June 25, 2007, 04:11:29 pm
There is still the problem with not parsing classes that are defined after a "using namespace::class" directive.
Title: Re: The 24 June 2007 build is out.
Post by: Xaviou on June 25, 2007, 08:13:18 pm
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 24 June 2007 build is out.
Post by: stahta01 on June 25, 2007, 09:03:34 pm
Patch needed to compile CB under windows without PCH.
Tim S


Code
Index: src/sdk/editorcolourset.cpp
===================================================================
--- src/sdk/editorcolourset.cpp (revision 4173)
+++ src/sdk/editorcolourset.cpp (working copy)
@@ -31,6 +31,7 @@
     #include "cbeditor.h"
     #include "configmanager.h"
     #include "messagemanager.h"
+    #include "filemanager.h"
     #include "manager.h"
     #include <wx/log.h>
     #include <wx/dir.h>
Title: Re: The 24 June 2007 build is out.
Post by: killerbot on June 25, 2007, 09:37:48 pm
done, thanks Tim