Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 28, 2007, 09:35:29 pm

Title: The 28 November 2007 build (4681) is out.
Post by: killerbot on November 28, 2007, 09:35:29 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_wx287.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 28 November 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071128_rev4681_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 28 November 2007 build (4681) is out.
Post by: XayC on November 28, 2007, 09:37:07 pm
Wow nice, and nice the update to wxWidgets 2.8.7.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Acki on November 28, 2007, 11:21:19 pm
Hi,
there still is the problem with opening a project by double clicking the cbp file...  :(

and I also noticed a small missbehavior with console apps:
when "pause when execution ends" is enabled and you close the program then the console window doesn't close until you hit a key and when you push a key it closes without any errors, that's ok...
but when you close the console window by clicking on the close button (X button in title bar) then you get an error message in the message window (Build Log):
(http://abusoft.g0dsoft.com/Image1.jpg)

WinXP(sp2)
C::B and wx downloaded from this thread
but this also was for the last 2 versions, afair...
Title: Re: The 28 November 2007 build (4681) is out.
Post by: rhf on November 29, 2007, 12:02:38 am
Thanks for the update.
Also, I confirmed Acki's minor bugs listed above.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: BigAngryDog on November 29, 2007, 08:31:22 am
Found this bug:

Attempting to uninstall wxSmith plugins causes CodeBlocks to crash. Running Windows XP.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: denk_mal on November 29, 2007, 08:45:24 am
Found this bug:

Attempting to uninstall wxSmith plugins causes CodeBlocks to crash. Running Windows XP.

this has been so since I can think off. (2 logical plugins in one pysical file is always critical)
It is better to disable the plugin instead of uninstalling it. This has also the advantage that
it is disabled on the next releases too because this is a preference setting.

greetings
denk_mal

BTW does it make sense to remove the uninstall option for plugins? (you could do this by hand then)
Title: Re: The 28 November 2007 build (4681) is out.
Post by: idblew on November 29, 2007, 10:13:06 am
Seems to be a problem with "File Associations".

On a clean Windows XP SP2 system, everytime I start CB I get prompted to confirm "File Associations".  Even if I associate CB to all supported file types, next time I start CB I'm back to the prompt.

Any ideas? Can anyone else confirm this as a bug?
Title: Re: The 28 November 2007 build (4681) is out.
Post by: denk_mal on November 29, 2007, 10:40:56 am
Yes, it is the same here. File Associations is working but the dialog is coming up again and again.
(I've stopped this by saying 'No' for now)
Title: Re: The 28 November 2007 build (4681) is out.
Post by: MortenMacFly on November 29, 2007, 10:49:10 am
Yes, it is the same here. File Associations is working but the dialog is coming up again and again.
Really interesting! Might be related to what I experience in:
http://forums.codeblocks.org/index.php/topic,7370.msg55995.html#msg55995
(Although on XP it just works fine... at least seems to...?!)
Title: Re: The 28 November 2007 build (4681) is out.
Post by: denk_mal on November 29, 2007, 11:02:25 am
(Although on XP it just works fine... at least seems to...?!)

No, it doesn't. idblew notes above that he's using WinXP SP2 and I am using WinXP SP2 too.
(I haven't noticed this). So this is IMHO not a WinVI only bug.

greetings
denk_mal
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Biplab on November 29, 2007, 11:14:08 am
(Although on XP it just works fine... at least seems to...?!)

No, it doesn't. idblew notes above that he's using WinXP SP2 and I am using WinXP SP2 too.
(I haven't noticed this). So this is IMHO not a WinVI only bug.

Try unchecking Settings > Environment > Check & set file associations (Windows only) option.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: MortenMacFly on November 29, 2007, 11:38:00 am
Try unchecking Settings > Environment > Check & set file associations (Windows only) option.
Hehe... nice catch! :-)
Title: Re: The 28 November 2007 build (4681) is out.
Post by: shajunxing on November 29, 2007, 11:44:54 am
Great! Thanks for your job! :P
Title: Re: The 28 November 2007 build (4681) is out.
Post by: killerbot on November 29, 2007, 11:47:21 am
it does happen on winXP SP2, see other thread. Unchecking the option hides it but doesn't solve.

Either : some change in CB code caused this, or a windows update ??
Title: Re: The 28 November 2007 build (4681) is out.
Post by: MortenMacFly on November 29, 2007, 12:15:32 pm
Either : some change in CB code caused this, or a windows update ??
It was the C::b code - solved in SVN now.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: idblew on November 29, 2007, 12:46:49 pm
Either : some change in CB code caused this, or a windows update ??
It was the C::b code - solved in SVN now.

Can confirm that this is now fixed.
Many thanx!
Title: Re: The 28 November 2007 build (4681) is out.
Post by: wobien on November 29, 2007, 12:48:23 pm
it does happen on winXP SP2, see other thread. Unchecking the option hides it but doesn't solve.

Either : some change in CB code caused this, or a windows update ??
I also have this problem, on winXP SP2. I did not update windows between the last time i used 4639 and the first time i used 4681.
(I probably did update windows since the first time i used 4639)
I first thought it might be because I installed 4681 in another dir than where i had the old one, but deleting the old one did not help.
(I've stopped this by saying 'No' for now)
After reading denk_mal 's post i tried this to, and now i do'nt get the dialog any more.

wobien
Title: Re: The 28 November 2007 build (4681) is out.
Post by: killerbot on November 29, 2007, 03:00:17 pm
confirmed fixed
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Spartan on November 29, 2007, 03:26:47 pm
Hi,

CB is the greatest IDE, IMHO.

Unfortunately recently I met with a strange issue, I've never seen before.
Platform: Win2000,  build 4681.

(http://Issue.png)
The main window (Start here / Editor window) is not present. :oO

Regards,
Spartan.



[attachment deleted by admin]
Title: Re: The 28 November 2007 build (4681) is out.
Post by: MortenMacFly on November 29, 2007, 03:30:09 pm
That is by far the most precise error message I read. :lol: :lol: :lol:
Edit: Ah - you have edited the post again... so sorry for my noise. Seems I was too fast. ;-)
Title: Re: The 28 November 2007 build (4681) is out.
Post by: mandrav on November 29, 2007, 03:48:51 pm
Hi,

CB is the greatest IDE, IMHO.

Unfortunately recently I met with a strange issue, I've never seen before.
Platform: Win2000,  build 4681.

(http://Issue.png)
The main window (Start here / Editor window) is not present. :oO

Regards,
Spartan.



View->Layouts->Delete current
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Spartan on November 29, 2007, 03:53:04 pm
Woww.

View->Layouts->Delete current

That helps! Thanks a lot!  :P
Spartan.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: stahta01 on November 29, 2007, 05:06:26 pm
Patch needed to compile current trunk on Windows without using PCH.

Tim S

Index: src/plugins/compilergcc/compilermessages.cpp
===================================================================
--- src/plugins/compilergcc/compilermessages.cpp   (revision 4689)
+++ src/plugins/compilergcc/compilermessages.cpp   (working copy)
@@ -6,6 +6,7 @@
     #include <wx/string.h>
     #include <wx/utils.h>
     #include "globals.h"
+    #include "manager.h"
 #endif
 #include <wx/clipbrd.h>
 #include <wx/dataobj.h>
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Xaviou on November 29, 2007, 06:49:16 pm
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 28 November 2007 build (4681) is out.
Post by: darthdespotism on November 29, 2007, 07:47:38 pm
My TODo Items still don't show up in my Todo Window in Message Plane.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: reptils on November 29, 2007, 10:07:00 pm
Hi,
This build 4681 works now with double clic on my project. But! the auto-hide message pane doesn't work any more :(
Title: Re: The 28 November 2007 build (4681) is out.
Post by: wobien on November 29, 2007, 11:33:36 pm
Since i have the 4681 build Code::Blocks crashed several times. :(
Before it crashed only when i closed one of my workspaces. I know i can prevent that by disabling code completion, but i lived with it because i like the code completion and the class browser even more.
But just now it crashed when i saved a cpp file i had been working on. (i had not yet tried to compile it after my updates)
Luckily it turned out that it had been saved before the crash  :)
Other crashes occurred on compile. Of coarse that can have something to do with saving. The files were saved but not compiled.
Am i the only one?
I am using win XP SP2 and build 4681

wobien
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Kazade on November 30, 2007, 10:19:05 am
Since i have the 4681 build Code::Blocks crashed several times. :(
Before it crashed only when i closed one of my workspaces. I know i can prevent that by disabling code completion, but i lived with it because i like the code completion and the class browser even more.
But just now it crashed when i saved a cpp file i had been working on. (i had not yet tried to compile it after my updates)
Luckily it turned out that it had been saved before the crash  :)
Other crashes occurred on compile. Of coarse that can have something to do with saving. The files were saved but not compiled.
Am i the only one?
I am using win XP SP2 and build 4681

wobien

Phew, I thought it was just me! I mentioned it in the last message of this post: http://forums.codeblocks.org/index.php/topic,7357.0.html I have exactly the same crashes but it happens 2 or 3 times an hour which is really frustrating, if I didn't like C::B so much I would have switched to something else by now  :? It crashes on save and sometimes (although not so frequently) on compile. I'm on Ubuntu, the on save crash has been around for ages, but the on compile crash is fairly new.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: wobien on November 30, 2007, 01:19:52 pm

Since i have the 4681 build Code::Blocks crashed several times. :(
Yesterday evening C::B had crashed 2 times more on compile when i reluctantly decided to disable code completion.
Since then no more crashes.
Phew, I thought it was just me! I mentioned it in the last message of this post: http://forums.codeblocks.org/index.php/topic,7357.0.html
In the post Kazade mentions he reports
Both crashes do pretty much the same thing, code blocks locks up completely, mid-way through displaying the crash report window. The crash report window is there but it hasn't been painted yet if that makes sense. I have to kill codeblocks completely. One time it even locked up my whole desktop and I had to Ctrl+Alt+Backspace. I'm on Ubuntu Gutsy.
In my case C::B just disappears silently from screen.
Wobien
Title: Re: The 28 November 2007 build (4681) is out.
Post by: pasgui on November 30, 2007, 05:34:22 pm
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1). Release built with wxWidgets 2.8.6.

Best regards, pasgui
Title: Re: The 28 November 2007 build (4681) is out.
Post by: XayC on November 30, 2007, 09:12:04 pm
Release built with wxWidgets 2.8.6.
Is that because the compiled wxWidgets 2.8.7 packages for Ubuntu are not available yet?
Title: Re: The 28 November 2007 build (4681) is out.
Post by: pasgui on November 30, 2007, 09:28:19 pm
Is that because the compiled wxWidgets 2.8.7 packages for Ubuntu are not available yet?
Right, the web site http://apt.wxwidgets.org/ (http://apt.wxwidgets.org/) does not provide 2.8.7 package

regards, pasgui
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Jenna on December 01, 2007, 01:12:20 am
Is that because the compiled wxWidgets 2.8.7 packages for Ubuntu are not available yet?
Right, the web site http://apt.wxwidgets.org/ (http://apt.wxwidgets.org/) does not provide 2.8.7 package

regards, pasgui
They just uploaded 2.8.7 there.
I try to compile the actual svn (4694 at the moment) and then move it to my repo.

I wasn't able to upload the current nightly, because I was out to earn some money (aka work) and had no internet in hotel.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Xaviou on December 01, 2007, 11:45:28 am
They just uploaded 2.8.7 there.

Not yet available for edgy  :?
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Jenna on December 01, 2007, 07:49:21 pm
I just updated my repo to svn4694.
Look at sig.
The packages are build against wxWidgets 2.8.7.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Kos on December 01, 2007, 07:51:04 pm
Erm... Just updated from RC1 and found something a bit weird:

Settings -> Editor -> Syntax highlighting

On the pattern list the options for the current debugger line background, error line background and breakpoint background are gone in this version for some reason. I'm used to black background so I noticed this one instantly.
Title: Re: The 28 November 2007 build (4681) is out.
Post by: AmR EiSa on December 02, 2007, 05:19:27 pm
I just updated my repo to svn4694.
Look at sig.
The packages are build against wxWidgets 2.8.7.

svn4694 did not save the Settings :( !

My system is deb 4

AmR EiSa
Title: Re: The 28 November 2007 build (4681) is out.
Post by: Jenna on December 02, 2007, 05:42:59 pm
svn4694 did not save the Settings :( !

As a workaround disable ToDoList-plugin.

Or wait until svn 4696 is uploaded.
This will be in about 2 hours, because I only have ISDN  at home :? and all three suites are about 66 MB.