> On Lug. 15, 2014, 9:28 p.m., Luca Beltrame wrote: > > cmake/modules/FindPyQt.py, line 40 > > <https://git.reviewboard.kde.org/r/119302/diff/1/?file=290346#file290346line40> > > > > If I understand correctly, configuring without -DPYQT4_SIP_DIR > > specified may cause undefined behavior? > > > > While this may be a workaround, I'd suggest to ask Phil upstream to > > introduce a way to access it somehow.
Answering myself: no, I see it's required to be set manually in this case, so a non-issue. Still, bringing this upstream would be a nice idea. - Luca ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119302/#review62432 ----------------------------------------------------------- On Lug. 15, 2014, 9:19 p.m., Raphael Kubo da Costa wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/119302/ > ----------------------------------------------------------- > > (Updated Lug. 15, 2014, 9:19 p.m.) > > > Review request for Build System, KDE Bindings, kdelibs, Alex Merry, Luca > Beltrame, and Simon Edwards. > > > Bugs: 337462 > http://bugs.kde.org/show_bug.cgi?id=337462 > > > Repository: kdelibs > > > Description > ------- > > Since PyQt 4.10, PyQt.pyqtconfig is deprecated and not available unless > PyQt is built using the old configure script. > > There is no direct replacement for it, as PyQt's new build system does > not provide as much information as before by design. Luckily, most of > the variables we are interested in can be obtained from PyQt's QtCore > module itself even if its old build system is used. > > The only exception is `pyqt_sip_dir`, which cannot be determined at all > if pyqtconfig is not available. In this case, there is nothing we can do > but ask the user to specify it manually via CMake with something like > `-DPYQT4_SIP_DIR=/usr/share/sip`. To this effect, all variables set by > FindPyQt4.cmake have been made cache variables, which means their values > can be overriden by the user, thus ignoring the contents read via > FindPyQt.py. > > > Diffs > ----- > > cmake/modules/FindPyQt.py 5d2f9514d87553d5a16a95943618572316c92861 > cmake/modules/FindPyQt4.cmake b176b4f8cfee471a1b7aecdd2723d165b0496a85 > > Diff: https://git.reviewboard.kde.org/r/119302/diff/ > > > Testing > ------- > > I was able to make Kate find PyQt by passing `-DPYQT4_SIP_DIR=<...>` with my > PyQt installation without `pyqtconfig.py`, and calling `FindPyQt.py` by hand > on a Debian system with `pyqtconfig.py` worked as before. > > > Thanks, > > Raphael Kubo da Costa > >
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
