[MacPorts] #44204: qt5-mac: wrong pkg-config variables
#44204: qt5-mac: wrong pkg-config variables ---------------------+------------------------ Reporter: mojca@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: qt5-mac ---------------------+------------------------ {{{ $ pkg-config --flags Qt5Core }}} returns {{{ -I<prefix>/include/QtCore }}} but that path doesn't exist. The other flag: {{{ $ pkg-config --libs Qt5Core }}} returns {{{ -F<frameworks_dir> -framework QtCore }}} which seems OK (I had problems with `-framework QtCore` fetching files from the system, but that might have been unrelated). See `${prefix}/lib/pkgconfig/Qt5Core.pc` and others. -- Ticket URL: <https://trac.macports.org/ticket/44204> MacPorts <http://www.macports.org/> Ports system for OS X
#44204: qt5-mac: wrong pkg-config variables ----------------------+------------------------ Reporter: mojca@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: qt5-mac | ----------------------+------------------------ Comment (by mojca@…): See also my workaround in r121585. If you need something to test, you can start there. (Please note that I don't claim that gnuplot's configuration works properly.) -- Ticket URL: <https://trac.macports.org/ticket/44204#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#44204: qt5-mac: wrong pkg-config variables ----------------------+------------------------ Reporter: mojca@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: qt5-mac | ----------------------+------------------------ Comment (by samuel.hornus@…): I second that ticket! The pkg-config files /opt/local/lib/pkgconfig/Qt5*.pc give the wrong include paths: /opt/local/include/... instead of /opt/local/Library/Frameworks/Qt*.framework/Versions/5/Headers Please fix this, as it kills the compilation of any project using Macports' Qt5. -- Ticket URL: <https://trac.macports.org/ticket/44204#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts