User forums > Nightly builds

The 12 January 2008 build (4807) is out.

<< < (2/4) > >>

pasgui:
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

JGM:
I'm really happy to see the  ThreadedSearch plug in on my Ubuntu machine  :D

stahta01:
Patch needed to compile without PCH on windows.

Tim S


--- Code: ---Index: src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp (revision 4807)
+++ src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp (working copy)
@@ -10,7 +10,8 @@
 
 #include "sdk.h"
 #ifndef CB_PRECOMP
- #include <wx/splitter.h>
+ #include <wx/splitter.h>
+ #include "cbeditor.h"
  #include "configmanager.h"
  #include "editorcolourset.h"
 #endif
Index: src/plugins/contrib/ThreadSearch/ThreadSearch.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearch.cpp (revision 4807)
+++ src/plugins/contrib/ThreadSearch/ThreadSearch.cpp (working copy)
@@ -11,6 +11,7 @@
 #include <sdk.h> // Code::Blocks SDK
 #ifndef CB_PRECOMP
  #include <wx/xrc/xmlres.h>
+ #include "cbeditor.h"
  #include "configmanager.h"
  #include "sdk_events.h"
 #endif
Index: src/plugins/contrib/ThreadSearch/ThreadSearchViewManagerMessagesNotebook.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearchViewManagerMessagesNotebook.cpp (revision 4807)
+++ src/plugins/contrib/ThreadSearch/ThreadSearchViewManagerMessagesNotebook.cpp (working copy)
@@ -12,6 +12,7 @@
 
 #include <sdk.h> // Code::Blocks SDK
 #ifndef CB_PRECOMP
+ #include "configmanager.h"
  #include "manager.h"
 #endif
 

--- End code ---

killerbot:
thanks, applied : rev 4809

wmonk:
I build RPMs for Fedora 8 x86_64.
Where can I host these?
(If you like, I'll do i386 for F8 and both for CentOS5 in the future)

Greetings,
Thomas Peter

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version