[PyKDE] Re: Re: ANN: PyQt 4.1, PyQt 3.17, QScintilla 1.7,
SIP 4.5 Released
Rex Dieter
rdieter at math.unl.edu
Wed Nov 8 13:16:13 GMT 2006
Phil Thompson wrote:
>> Phil Thompson wrote:
>>
>>> PyQt v4.1 has been released. The main feature is support for Qt v4.2.
>>> SIP
>>> v4.5 is required.
>>
>> I'm having trouble getting PyQt-4.1 to build on an rhel4/x86_64 box. No
>> matter what I do, after running configure.py, pyqtconfig.py contains:
>> 'LIBDIR_X11': '/usr/X11R6/lib',
>> instead of
>> 'LIBDIR_X11': '/usr/X11R6/lib64',
>> (which is what is in sipconfig.py).
>>
>> Any tips/tricks? Where is PyQt-4.x getting it's value of LIBDIR_X11 from
>> (other than sipconfig.py)?
>>
>> For the record, PyQt-3.17 builds fine and its pyqtconfig.py ends up with
>> 'LIBDIR_X11': '/usr/X11R6/lib64',
>
> PyQt gets everything from your Qt installation - not sipconfig.py.
So, qmake.conf? Where mine has:
QMAKE_LIBDIR_X11 = /usr/X11R6/lib64
-- Rex
More information about the PyQt
mailing list