https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195105
Christopher Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #6 from Christopher Hall <[email protected]> --- I have the same problem on 10.2-RELEASE with g++5. I am trying to build lablqt with ocaml-opam which simply uses g++ and pkg-config to determine the correct include and library search paths. It looks to me as if pkg-config --cflags for all of Qt5 is missing a -I/usr/local/include though the all include some specific sub directories. I also notice that pkg-config --libs-only-L is empty for most Qt5 modules, only two of them: Qt5Bootstrap.pc and Qt5QmlDevTools.pc return the correct value: "-L/usr/local/lib". -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
