Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15031] kdebindings4 fails to compile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15031] kdebindings4 fails to compile
  • Date: 26 Mar 2009 16:57:06 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15031





--- Comment #8 from Julien "_kaze_" ROZO <julien AT rozo.org> 2009-03-26
11:57:04 ---
I've found the problem : qt3 headers are used instead of qt4 ones.

>From the compilation log :

"kalyptus: processing /usr/include/qt/qaccessible.h"

/usr/include/qt/ is from qt-x11 spell, not from qt4. It should be :
"kalyptus: processing /usr/include/Qt/qaccessible.h"


The cmake process assignes "/usr/include" to the QT_INCLUDE_DIR var. Then, at
compilation time, instead of getting headers in /usr/include/Qt, kalyptus (or
another process maybe ?) gets them in /usr/include/qt.

So the problem is not related to 32 or 64 bit arch, but to qt-x11 installed or
not.

One workaround for the moment is to :
- dispel qt-x11
- cast kdebindings4
- resurrect qt-x11


I'm trying to patch patch this spell, not very successfully atm.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page