User forums > Nightly builds
The 14 April 2007 build is out.
cstudent:
Are you trying to install the Feisty deb on Edgy?
--- Quote from: Xerox on April 17, 2007, 09:23:06 pm ---sorry.... :lol:
I get this problem (maybe i am not in the right topic?)
"Unpacking replacement codeblocks ...
dpkg: dependency problems prevent configuration of codeblocks:
codeblocks depends on libwxbase2.6-0 (>= 2.6.3.2.1.5ubuntu0.1); however:
Version of libwxbase2.6-0 on system is 2.6.3.2.1.5.
codeblocks depends on libwxgtk2.6-0 (>= 2.6.3.2.1.5ubuntu0.1); however:
Version of libwxgtk2.6-0 on system is 2.6.3.2.1.5.
dpkg: error processing codeblocks (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
codeblocks"
--- End quote ---
Xerox:
darthdespotism: no I didn't... I don't know how to do it.
however, it seems to be already installed, according to the problem message....
cstudent: I installed the 64bits-version, i didn't look after the ubuntu version. i'm running on edgy. (i think about updating to feisty tomorrow :P)
would it change anything?
cstudent:
I was looking at the library version numbers in your error message. According to what is listed at http://packages.ubuntu.com , it looked like it was looking for versions listed under Feisty. Take a look at http://packages.ubuntu.com and do a search for libwx for any distribution and you'll see what I'm talking about.
And yes the message indicates you have a codeblocks deb installed, but it did not succeed in installing that particular package.
--- Quote from: Xerox on April 18, 2007, 02:20:02 pm ---darthdespotism: no I didn't... I don't know how to do it.
however, it seems to be already installed, according to the problem message....
cstudent: I installed the 64bits-version, i didn't look after the ubuntu version. i'm running on edgy. (i think about updating to feisty tomorrow :P)
would it change anything?
--- End quote ---
Xerox:
thanks, i'll see that tomorrow...
actually, it runs, but synaptic says that it has deteected a broken package (->codeblocks) and it wants to uninstall it when i want to install some other packages...
diilbert:
--- Quote from: Gibbon on April 17, 2007, 12:44:40 am ---
--- Quote from: stahta01 on April 15, 2007, 01:32:46 pm ---
--- Quote from: pauliusz on April 15, 2007, 12:49:27 pm ---
--- Quote from: Gibbon on April 15, 2007, 12:26:10 pm ---Latest SVN checkout:
Possible Quick Fix, needs tested.
--- Code: ---Index: src/sdk/editormanager.cpp
===================================================================
--- src/sdk/editormanager.cpp (revision 3858)
+++ src/sdk/editormanager.cpp (working copy)
@@ -64,6 +64,9 @@
#include "wx/wxFlatNotebook/wxFlatNotebook.h"
+#ifndef wxHAS_REGEX_ADVANCED
+ #define wxRE_ADVANCED 0
+#endif
namespace compatibility { typedef TernaryCondTypedef<wxMinimumVersion<2,5>::eval, wxTreeItemIdValue, long int>::eval tree_cookie_t; };
--- End code ---
--- End quote ---
That worked. Needed to compile without --enable-contrib.
--- End quote ---
Is there going to be a fix for this, since I would like to compile with --enable-contrib.
Thanks ;)
--- End quote ---
--- End quote ---
Navigation
[0] Message Index
[*] Previous page
Go to full version