Summary: | Qt library could not be found when compiling SIP . . . | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Jason Flatt <jason> |
Component: | general | Assignee: | kde-bindings |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | christoph, eric, haizaar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | proper qt_dir definition |
Description
Jason Flatt
2005-03-08 07:42:54 UTC
Okay, I found a setting that seemed to work correctly for me. Setting line 8 of python/Makefile.am to this: qt_dir = ${QTDIR} gave me the correct variable settings and allowed kdebindings to continue building. Hmm, I thought I should mention that this bug is in the current stable version of kdebindings as well. Created attachment 14922 [details]
proper qt_dir definition
Same here.
I think the proper way to fix it is to AC_SUBST qt_dir from configure (together
with qt_includes and qt_libs) and then setting
qt_dir = @qt_dir@
in Makefile.am
Patch attached.
NOTE: after applying the patch you need to run 'make -f Makefile.cvs'
*** This bug has been confirmed by popular vote. *** BWT - I'm using kdebindings-3.5.1 + qt-3.3.5 Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. The bindings we had are no longer maintained and got removed with either KF5 or KF6, depending on the language. |