User forums > Nightly builds
The 07 September 2007 build (4439) is out.
stahta01:
--- Quote from: Ceniza on September 08, 2007, 04:42:52 pm ---I'm not that sure about the change for the bzip2 and zlib #includes. I think it would be better to modify the cbp file to include those directories.
--- End quote ---
Yeah, you can fix it that way. And in some ways its better.
Tim S
patch below works for me.
--- Code: ---Index: src/plugins/contrib/help_plugin/help-plugin.cbp
===================================================================
--- src/plugins/contrib/help_plugin/help-plugin.cbp (revision 4441)
+++ src/plugins/contrib/help_plugin/help-plugin.cbp (working copy)
@@ -44,6 +44,8 @@
<Add option="-DcbDEBUG" />
<Add option="-DTIXML_USE_STL" />
<Add option="-DwxUSE_UNICODE" />
+ <Add directory="bzip2" />
+ <Add directory="zlib" />
</Compiler>
<Linker>
<Add library="bzip2/libbzip2.a" />
Index: src/plugins/contrib/help_plugin/MANFrame.cpp
===================================================================
--- src/plugins/contrib/help_plugin/MANFrame.cpp (revision 4443)
+++ src/plugins/contrib/help_plugin/MANFrame.cpp (working copy)
@@ -7,8 +7,11 @@
#include <wx/wfstream.h>
#include <wx/filename.h>
#include <stdio.h>
#include <bzlib.h>
#include <zlib.h>
+#ifndef CB_PRECOMP
+ #include "globals.h" // cbC2U
+#endif
namespace
{
--- End code ---
tvaster:
What happened to XRC option checkbox when creating a new project from main page?
Worked about a week ago I believe.
SVN 4443 Suse 10.2
Thanks.
wwolf:
Thanks guys!
Attila
h8or:
--- Quote from: orefa on September 08, 2007, 03:24:59 pm ---Between build 4429 and this 4439 build, the help_plugin.dll has stopped loading under Windows 2000...
--- End quote ---
... and under Windows XP SP2.
Icek:
Hi all, i dont know if this was already reported, but i have this problem :
I open some file, write some code, then try build and if there is any error, codeblocks open new panel with the same file and show me error there. This later produce problems with saving files and / or codeblocks show message that this file has been modified outside of codeblocks, but it is not true.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version