Code::Blocks
User forums => Nightly builds => Topic started 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:
- KeyBinder 1.0.44 2007/12/2
- add non-pch logmanager headers
- fix skipping of previously opened editors - applied patch of jens to make info panels hide again
- wxSmith:
* Added wxFileDialog
* Added wxDirDialog
* Some small code reorganizations - fix: [Bug #11976 ] Incorrect options for msp430-gcc
- wxSmith:
* Added wxMultiChoiceDialog
* Added wxSingleChoiceDialog - Added events for begin/end multiple files addition/removal
- CodeBlocksLogEvent is now handled by Manager (in other words don't use the obsolete Manager::Get()->GetAppWindow()->ProcessEvent() but use Manager::Get()->ProcessEvent() instead)
- If a non-logger is added using cbEVT_ADD_LOG_WINDOW, it is NOT deleted with cbEVT_REMOVE_LOG_WINDOW anymore
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
-
Auto hide message pane seem to be again bugged! :(
-
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.
-
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Best regards, pasgui
-
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).
-
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.
-
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
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;
-
- 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
-
Mega thanks to Byo for the wxSmith improvements :mrgreen::!: :!: :!:
-
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
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 !!!
-
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:
- Where to find the packages and .repo files: http://software.opensuse.org/home:/TheTuxKeeper/ + distribution name
- Howto install packages from my repository: http://en.opensuse.org/Build_Service/User
- Where to get the right wxWidgets package (only for 10.2 and below): Mirror from ftp://packman.links2linux.de/pub/packman/MIRRORS + "suse/" + suse version
All other distributions aren't supported atm.
have fun ;)
-
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]
-
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.
-
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.
-
@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
-
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