Mailing List Archive

[kde-testing] KDevelop4: needs kdebase/workspace, cmake fixxor and some love
http://apaku.wordpress.com/2009/05/08/new-dependency-for-kdevelopgdb/ :
> KDevelop4 from trunk requires kdebase/workspace since this week
> Also I’d like to note that right now OpenSuSE and Gentoo packages for kdebase/workspace have a bug, which prevents automatic finding of the relevant cmake modules when building KDevelop.

Workaround for bug:
http://lists.kde.org/?l=kdevelop-devel&m=124165590830731&w=2

By the way, kdevelop don't compile for me after 5th may (ever after
applying workaround), but this is mainstream problem I guess.

Also it will be nice, if debuggers (valgrind and gdb) and maybe some
other optionable stuff inside kdevelop4 will be compiled only if USE
flag is set on.
Re: [kde-testing] KDevelop4: needs kdebase/workspace, cmake fixxor and some love [ In reply to ]
I tried to fix the thing, or i mgiht break all kdebase-workspace apps.
Pick one. :D
so recompile kdebase-workspace stuff and try again
Re: [kde-testing] KDevelop4: needs kdebase/workspace, cmake fixxor and some love [ In reply to ]
On Понедельник 11 мая 2009 02:23:42 Tomáš Chvátal wrote:
> I tried to fix the thing, or i mgiht break all kdebase-workspace apps.
> Pick one. :D
> so recompile kdebase-workspace stuff and try again

Recompiling @live-rebuild now...

Also, I've just tested: after commenting "add_subdirectory(debuggers)" line in
CMakeLists.txt of kdevelop, it compiles and works. Is there any way to make
debuggers (or separately gdb and valgrind) optional (depending on USE flag)?