Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 05, 2007, 08:55:08 pm

Title: The 05 December 2007 build (4703) is out.
Post by: killerbot on December 05, 2007, 08:55:08 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 05 December 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071205_rev4703_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 05 December 2007 build (4703) is out.
Post by: reptils on December 05, 2007, 09:35:14 pm
Auto hide message pane seem to be again bugged! :(
Title: Re: The 05 December 2007 build (4703) is out.
Post by: Rayman on December 05, 2007, 10:21:42 pm
Auto hide message pane seem to be again bugged! :(

The same here. There is no change with the 'Auto hide message pane' compared to the previous version  :?

Best,
Stefan.
Title: Re: The 05 December 2007 build (4703) is out.
Post by: pasgui on December 05, 2007, 10:25:29 pm
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards, pasgui
Title: Re: The 05 December 2007 build (4703) is out.
Post by: Xaviou on December 05, 2007, 10:25:51 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 05 December 2007 build (4703) is out.
Post by: killerbot on December 05, 2007, 11:52:13 pm
due to some include fixes for linux I broke the windows build. Hope to have it fixed soon (tomorrow).

ipc.h : doesn't know HANDLE.
Title: Re: The 05 December 2007 build (4703) is out.
Post by: stahta01 on December 06, 2007, 01:18:40 am
due to some include fixes for linux I broke the windows build. Hope to have it fixed soon (tomorrow).

ipc.h : doesn't know HANDLE.

Quick patch for this, needs testing. And, there may be better patches than this.

Tim S

Code
Index: src/src/ipc.h
===================================================================
--- src/src/ipc.h (revision 4707)
+++ src/src/ipc.h (working copy)
@@ -9,6 +9,8 @@
  #include <sys/ipc.h>
  #include <sys/shm.h>
  #include <fcntl.h>
+#else
+    #include "wx/msw/wrapwin.h"
 #endif
 
 class wxString;
Title: Re: The 05 December 2007 build (4703) is out.
Post by: orel on December 06, 2007, 01:33:10 am
  • Added events for begin/end multiple files addition/removal

Oh really! very nice !! it will really be easier for me to implement one functionnality in SVNInside plugin :
look here http://forums.codeblocks.org/index.php/topic,7390.0.html (http://forums.codeblocks.org/index.php/topic,7390.0.html)

Thank you for that!!

regards,
orl
Title: Re: The 05 December 2007 build (4703) is out.
Post by: Grom on December 06, 2007, 05:58:20 am
Mega thanks to Byo for the wxSmith improvements  :mrgreen::!: :!: :!:
Title: Re: The 05 December 2007 build (4703) is out.
Post by: killerbot on December 06, 2007, 08:45:51 am
due to some include fixes for linux I broke the windows build. Hope to have it fixed soon (tomorrow).

ipc.h : doesn't know HANDLE.

Quick patch for this, needs testing. And, there may be better patches than this.

Tim S

Code
Index: src/src/ipc.h
===================================================================
--- src/src/ipc.h (revision 4707)
+++ src/src/ipc.h (working copy)
@@ -9,6 +9,8 @@
  #include <sys/ipc.h>
  #include <sys/shm.h>
  #include <fcntl.h>
+#else
+    #include "wx/msw/wrapwin.h"
 #endif
 
 class wxString;

thanks !!!
Title: Re: The 05 December 2007 build (4703) is out.
Post by: TheTuxKeeper on December 06, 2007, 10:29:54 am
Updated packages (rev4707 with killerbots include fixes) for Suse 10.1, 10.2, 10.3 and factory (i586 and x84_64) against wxgtk 2.8 are available:
All other distributions aren't supported atm.

have fun ;)
Title: Re: The 05 December 2007 build (4703) is out.
Post by: lobby on December 06, 2007, 03:18:47 pm
i use codeblocks on windows XP sp2, 1280*1024
i have upgraded to that nightly build, but there is some problems:
-when i doubleclick(or rightclick/open) a file to open with codeblocks, the explorer window doesn't respond, and is blocked until i close codeblocks
older nightly builds didn't get that bug, but i don't know when exactly it has been introduced

-the wxsmith settings options window is too small, it need to be resized to display correctly the bottom options (see attachment below)

the first bug is annoying, maybe someone have the same problem or a solution ?


[attachment deleted by admin]
Title: Re: The 05 December 2007 build (4703) is out.
Post by: The-Kenny on December 06, 2007, 04:21:29 pm

the first bug is annoying, maybe someone have the same problem or a solution ?


I don't have a solution, but the same problem.
The only difference is, that the explorer windows only sometimes block when I open a project.
Title: Re: The 05 December 2007 build (4703) is out.
Post by: Grom on December 06, 2007, 05:06:46 pm
i use codeblocks on windows XP sp2, 1280*1024
i have upgraded to that nightly build, but there is some problems:
-when i doubleclick(or rightclick/open) a file to open with codeblocks, the explorer window doesn't respond, and is blocked until i close codeblocks
older nightly builds didn't get that bug, but i don't know when exactly it has been introduced

-the wxsmith settings options window is too small, it need to be resized to display correctly the bottom options (see attachment below)

the first bug is annoying, maybe someone have the same problem or a solution ?


Try to resize Configure editor dialog window.
Title: Re: The 05 December 2007 build (4703) is out.
Post by: gd_on on December 06, 2007, 07:58:14 pm
@lobby and The-kenny
Look in the http://forums.codeblocks.org/index.php/topic,7286.msg55538.html#msg55538 (http://forums.codeblocks.org/index.php/topic,7286.msg55538.html#msg55538). You'll find acki, denk_mal and gd_on (myself) describing the double click problem and some workaround solutions (while waiting for a better solution).

gd_on
Title: Re: The 05 December 2007 build (4703) is out.
Post by: reptils on December 06, 2007, 08:56:30 pm

the first bug is annoying, maybe someone have the same problem or a solution ?


I don't have a solution, but the same problem.
The only difference is, that the explorer windows only sometimes block when I open a project.
+1