PDA

View Full Version : compiling Kdevplatform


gmclachl
August 3rd, 2008, 11:30 AM
I am trying to compile kdevelop4 and because of this have to also compile the kdevplatform.

I am getting an error about Kross::Manager, which I think I have tracked back to the fact I don't have cpptoxml installed, so the pre-generated information may be out of sync.

Anyway I can't seem to find much reference to cpptoxml and have no real idea how to install it.


*Edit*
The error I am actually getting is
/home/gmclachl/kdevplatform/kross/krossplugin.cpp:74: error: ‘class Kross::Manager’ has no member named ‘setStrictTypesEnabled’

George

Vorian
August 3rd, 2008, 12:23 PM
I am trying to compile kdevelop4 and because of this have to also compile the kdevplatform.

I am getting an error about Kross::Manager, which I think I have tracked back to the fact I don't have cpptoxml installed, so the pre-generated information may be out of sync.

Anyway I can't seem to find much reference to cpptoxml and have no real idea how to install it.


*Edit*
The error I am actually getting is
/home/gmclachl/kdevplatform/kross/krossplugin.cpp:74: error: ‘class Kross::Manager’ has no member named ‘setStrictTypesEnabled’

GeorgeYou'll need the latest builds from kdelibs, kdebase, kdepimlibs, and kdebindings (witch will have the latest cpptoxml) to compile kdevplatform

gmclachl
August 3rd, 2008, 12:29 PM
I was afraid of that. Ah well, I might give up on this just now.

George