User forums > Nightly builds
The 17 August 2009 build (5731) is out.
Jenna:
You only need to run bootstrap if files belonging to the automake-system have changed (acinclude.m4, Makefile.am, configure.in). Compiling and installing the changed files should not take very long, if no essential (sdk-)files have changed, that are used by many others.
If you use ./configure [--parameters here]; make; make install, you do not need to run ./update.
If you want to compile C::B with itself you need the update-script. In this case you can start C::B with the run.sh-script that is generated in the output-directory.
stefanos_:
Thanks jens, really appreciated. I will test it with the first chance. Cheers mate ;)
Loaden:
SVN5754 problem: About AStyle
This code:
--- Code: ---if (1) 2;
--- End code ---
With AStyle formatting, will "if" and "(" remove the spaces between, and becomes:
--- Code: ---if(1) 2;
--- End code ---
SVN5731 not have this problem.
stefanos_:
You didn't mentioned the name of file, header or source file? I have compiled it without any problem on my system.
I exclusively use Fedora 10, gcc version 4.3.2 20081105, wxWidgets 2.8.10 and didn't faced any issue up to now.
stahta01:
Patch needed to compile trunk under Windows not using PCH.
Second patch replaces tab with 4 spaces in addition.
Tim S.
--- Code: ---Index: src/plugins/codecompletion/parser/token.cpp
===================================================================
--- src/plugins/codecompletion/parser/token.cpp (revision 5810)
+++ src/plugins/codecompletion/parser/token.cpp (working copy)
@@ -9,6 +9,8 @@
#include <sdk.h>
#include <globals.h>
+#include <logmanager.h>
+#include <manager.h>
#include "token.h"
#include <wx/intl.h>
#include <wx/tokenzr.h>
--- End code ---
--- Code: ---Index: src/plugins/contrib/ThreadSearch/SearchInPanel.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/SearchInPanel.cpp (revision 5810)
+++ src/plugins/contrib/ThreadSearch/SearchInPanel.cpp (working copy)
@@ -17,8 +17,12 @@
#include "sdk.h"
#ifndef CB_PRECOMP
- #include <wx/checkbox.h>
- #include <wx/sizer.h>
+ #include <wx/bmpbuttn.h>
+ #include <wx/checkbox.h>
+ #include <wx/imaglist.h>
+ #include <wx/sizer.h>
+
+ #include <configmanager.h>
#endif
#include "SearchInPanel.h"
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version