User forums > Nightly builds
The 26 April 2008 build (5020) is out.
Barking_Mad:
Running 5020 here on Ubuntu 8.04 and its all good, nice job :)
stahta01:
FYI: If anyone does noPCH testing on windows I had to add this patch to fix an compile error.
Tim S
PS, this patch does not need to be applied to SVN, because it only affects me and anyone else doing noPCH testing on windows.
Patch
--- Code: ---Index: src/plugins/contrib/ThreadSearch/ThreadSearch.cbp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearch.cbp (revision 5021)
+++ src/plugins/contrib/ThreadSearch/ThreadSearch.cbp (working copy)
@@ -50,6 +50,7 @@
<Add directory="$(#CB.include)" />
<Add directory="$(#CB.include)\wxscintilla\include" />
<Add directory="$(#cb.include)\wxFlatNotebook\include" />
+ <Add directory="$(#CB.include)\tinyxml" />
<Add directory="$(#WX.include)" />
<Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
</Compiler>
--- End code ---
Error
--- Code: ---src/include/tinyxml/tinyxml.h:52:22: tinystr.h: No such file or directory
--- End code ---
Jenna:
I'll be on work in the german wilderness the next five days. I think there will be no Internet at hotel and no time to spend on C::B during the days.
That means I will not be able to update my svn-repo next week until friday night.
So I decided to upload the actual svn (r5027) to my server.
I used the patch described here.
If there are any problems with it please give me a feedback.
stahta01:
Patch Needed under Windows when doing an Non-PCH build.
Updated patch to SVN 5039.
Tim S
--- Code: ---Index: src/plugins/codecompletion/classbrowser.h
===================================================================
--- src/plugins/codecompletion/classbrowser.h (revision 5039)
+++ src/plugins/codecompletion/classbrowser.h (working copy)
@@ -15,6 +15,7 @@
#include "classbrowserbuilderthread.h"
class NativeParser;
+class wxComboBox;
class wxTreeCtrl;
class wxTextCtrl;
class cbProject;
Index: src/sdk/globals.cpp
===================================================================
--- src/sdk/globals.cpp (revision 5039)
+++ src/sdk/globals.cpp (working copy)
@@ -20,6 +20,7 @@
#include "manager.h"
#include "configmanager.h" // ReadBool
#include "filemanager.h"
+ #include "projectmanager.h"
#endif
#include "tinyxml/tinyxml.h"
--- End code ---
szurilo:
I downloaded nightly 5027 from Jens's repository. I dont know whether this problem come from elsewhere but my CB editor works strange.
If i copy&paste a cpp source in the editor, half sentences and command fragments appear in the end of the file. If i edit my files, CB simply doesnt save them. It seems it saves but the compile process fail and if i check the file outside CB the strange fragments is still there at the end of the file. I manually have to edit my cpp files and save them with a text editor. Anyway i have the correct permissions on these files.
Anyone else has same experience?
Distro: Linux Debian, wxWidgets 2.8.7 unicode build, CB nightly rev5027
Szurilo
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version