User forums > Nightly builds

The 28 December 2010 build (6906) is out.

<< < (3/5) > >>

keenblade:

--- Quote from: jens on January 02, 2011, 01:31:52 pm ---...Nevertheless, it should be fixed in svn r6907.

--- End quote ---
jens, thanks for fixing. Now, I have another error:

--- Code: ---editorbase.cpp: In member function 'virtual void EditorBase::InitFilename(const wxString&)':
editorbase.cpp:92:5: error: 'ProjectsArray' was not declared in this scope
editorbase.cpp:92:20: error: 'projects' was not declared in this scope
editorbase.cpp:92:66: error: invalid use of incomplete type 'struct ProjectManager'
../../src/include/manager.h:26:7: error: forward declaration of 'struct ProjectManager'
make[3]: *** [editorbase.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-util/codeblocks-9999/work/codeblocks-9999/src/sdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-util/codeblocks-9999/work/codeblocks-9999/src/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-util/codeblocks-9999/work/codeblocks-9999/src'
make: *** [all-recursive] Error 1
emake failed

--- End code ---

oBFusCATed:

--- Quote from: jens on January 02, 2011, 01:31:52 pm ---Works fine with wx2.8.10 on debian, openSuse and windows.

--- End quote ---
Jens, if I remember correctly he is using -disable-pch, that's why it is working for you :)

stahta01:
Patch needed for NON-PCH Build Under Windows. Tim S.

--- Code: ---Index: src/sdk/editorbase.cpp
===================================================================
--- src/sdk/editorbase.cpp (revision 6907)
+++ src/sdk/editorbase.cpp (working copy)
@@ -19,6 +19,7 @@
     #include "editormanager.h"
     #include "pluginmanager.h"
     #include "cbproject.h" // FileTreeData
+    #include "projectmanager.h" // ProjectsArray
     #include <wx/wfstream.h>
 #endif
 

--- End code ---


--- Code: ---Index: src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp (revision 6907)
+++ src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp (working copy)
@@ -17,6 +17,7 @@
     #include "cbeditor.h"
     #include "configmanager.h"
     #include "editorcolourset.h"
+    #include "logmanager.h"
 #endif
 
 #include "cbstyledtextctrl.h"

--- End code ---

Pecan:
Alt-g is showing every file in every project in the workspace. It used to show only the files in the activated workspace.

This is very confusing. If you pick a file from an inactive project, (say version.h), it can take hours to figure out what went wrong.

If this is going to change, it should be made an option or the picker dialog should show which project the file is associated with.

Jenna:

--- Quote from: stahta01 on January 02, 2011, 06:26:09 pm ---Patch needed for NON-PCH Build Under Windows. Tim S.

--- End quote ---

fixed in svn r6908

Thanks Tim !

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version