#49209: Problem with QT3 ---------------------+-------------------------- Reporter: andy@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: qt3 | ---------------------+-------------------------- Comment (by ryandesign@…): Replying to [comment:4 andy@…]:
The problem was that qt3 was expecting to find all of the freetype headers in /opt/include/freetype2/, when in the latest freetype port they are in /opt/include/freetype2/freetype/.
Ah yes, the headers did change location somewhat recently. That might be easy to fix in qt3.
Without hacking through the compilation scripts, I found an effective kluge:
{{{ cd /opt/include/freetype2 sudo ln -s freetype/*.h . }}}
This allows qt3 to compile, and I've confirmed xxdiff works.
I'm glad you found a workaround, but you should undo these changes to prevent future problems. -- Ticket URL: <https://trac.macports.org/ticket/49209#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X