[email protected] wrote:

I receive 'bash: qmake: command not found' when compiling qtwebkit. I
compiled qt in /usr and /usr/bin/qt5/qmake exists.  Qtwebkit compiles if I
enter /usr/bin/qt5/qmake.

Also, I receive 'find: '/lib/pkgconfig': No such file or directory.'  My
$QT5PREFIX variable exists from compiling qt, but I have no $QT5DIR
variable and am confused where $QT5DIR is set. Setting QT5DIR to /usr
eliminates the pkgconfig error.

So, by using /usr/bin/qt5/qmake and setting QT5DIR to /usr qtwebkit
compiles successfully.  Where have I made a wrong turn?

Add /usr/bin/qt5 to your PATH. I suspect you may also need to add /usr/lib/qt5 to /etc/ld/so.conf, but I'm not sure.

Note that I have no experience building qt in /usr.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to