#1522: make xconfig error when using the first Qt Installation method ----------------------------------+----------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: 6.2.1 Component: BOOK | Version: SVN Severity: normal | Resolution: Keywords: | ----------------------------------+----------------------------------------- Comment (by [EMAIL PROTECTED]):
I think I know what the issue is, and I think I have a patch to fix it. If you do the standard Qt installation, you have $QTDIR/include with all the headers there, such as $QTDIR/include/qt.h. However, if you set QTDIR=/usr, you would have to use $QTDIR/include/qt/qt.h. This is not what all Qt using applications expect. A solution I found at Paldo is to use QTDIR=/usr/share/qt (which already exists) and to make symlinks to the needed bin, include, and lib directories. This also was a problem with the doxygen component doxywizard. See here: http://linuxfromscratch.org/pipermail/blfs-dev/2007-May/017220.html -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/1522#comment:8> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
