Comment # 8
on bug 9641
from Hadriel Kaplan
Yup, you're right... it not working. I ran macosx-setup.sh, it downloaded Qt
(and a bunch more), compiled and installed it, all into some
'macosx-support-libs' sub-directory.
Then running autogen.sh followed by configure, gets me to the same spot you got
to:
checking for Qt5Core - version >= 4.6.0... no
checking for QtCore - version >= 4.6.0... no
configure: error: Qt is not available
That's not really surprising though, since there's no .pc file for it in
/usr/local/lib/pkgconfig as far as I can tell, and it looks like Qt installed
itself in the build directory deep inside macosx-support-libs, so it's no
wonder it can't be found. Ugh.
So then I added the pkgconfig directory path to Qt (it's deep inside
macosx-support-libs), and now it can't find uic, because of course that's also
somewhere else deep in macosx-support-libs.
BTW, I also hit the libsmi url issue - the ftp site is gone, it's now an https
site:
https://www.ibr.cs.tu-bs.de/projects/libsmi/download/
You are receiving this mail because:
- You are watching all bug changes.