User forums > Nightly builds
The 26 April 2008 build (5020) is out.
killerbot:
done
--- Quote from: stahta01 on May 07, 2008, 06:56:57 am ---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 ---
--- End quote ---
Jenna:
--- Quote from: szurilo on May 09, 2008, 03:47:46 pm ---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
--- End quote ---
I can confirm a behaviour that might be related to your problem, but not the copy&paste problem itself.
I just posted a new topic: Bug (?) in wxFile::Write() causes bug in the svn-version 5027 into my repo
stahta01:
Patch needed for NON PCH build.
Tim S
--- Code: ---Index: src/sdk/globals.cpp
===================================================================
--- src/sdk/globals.cpp (revision 5047)
+++ 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 ---
killerbot:
done
stahta01:
Patch needed for NON-PCH Windows Build.
Added include of infowindow.h.
--- Code: ---Index: src/sdk/editormanager.cpp
===================================================================
--- src/sdk/editormanager.cpp (revision 5054)
+++ src/sdk/editormanager.cpp (working copy)
@@ -34,6 +34,7 @@
#include "sdk_events.h"
#include <wx/file.h>
#include <wx/dir.h>
+ #include "infowindow.h"
#endif
#include "cbstyledtextctrl.h"
--- End code ---
There is a line with just a space at the bottom of patch.
Tim S
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version