[PyKDE] Re: kiocmodule fails to buld (kdelibs 3.1.3 / kdebase 3.1.2)

Jim Bublitz jbublitz at nwinternet.com
Fri Aug 8 20:46:01 BST 2003


On Friday August 8 2003 10:42, Mateusz Korniak wrote:

> /usr/X11R6 is the KDE base directory.
> /usr/X11R6/include contains kdeversion.h.
> KDE 3.1.2 is being used.
> ^^^^^^^^^^^^^^^^^^^^^^
> /usr/X11R6/bin/qmake will be used to generate Makefiles.

> $ grep VERSION /usr/X11R6/include/kdeversion.h
> #ifndef _KDE_VERSION_H_
> #define _KDE_VERSION_H_
> #define KDE_VERSION_STRING "3.1.3"
> #define KDE_VERSION_MAJOR 3
> #define KDE_VERSION_MINOR 1
> #define KDE_VERSION_RELEASE 3
> #define KDE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) |
> (c)) #define KDE_VERSION \

> > build.py will tell you what KDE version it thinks you have
> > near the top of its output.

> I'll check build.py tomorrow / tonight.

That's weird - do you have another kdeversion.h in /usr/X11R6? A 
quick look at build.py seems to indicate it will only look in 
/usr/X11R6 and /usr/X11R6/include.  Let me know if you figure it 
out

The relevant functions are 'checkKDEDirAndVersion' and 
'checkKDEIncl' right above that.

Jim




More information about the PyQt mailing list