Opened 14 years ago
Closed 13 years ago
#29144 closed defect (worksforme)
kdelibs4: gives nonexistant /opt/local/include/QtCrypto to compiler
Reported by: | shafff@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | kdelibs, qt | Cc: | sharky@…, michaelld (Michael Dickens) |
Port: | kdelibs4 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
building kdelibs-4.6.2 from ports fails because there is no /opt/local/include/QtCrypto dir.
issuing
sudo ln -s /opt/local/libexec/qt4-mac/include/QtCrypto /opt/local/include/QtCrypto
solves the problem
Change History (5)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | sharky@… michaelld@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to snc@… |
Summary: | gives nonexistant /opt/local/include/QtCrypto to compiler → kdelibs4: gives nonexistant /opt/local/include/QtCrypto to compiler |
comment:2 Changed 14 years ago by michaelld (Michael Dickens)
comment:3 Changed 14 years ago by shafff@…
i'm using qt4-mac, updated to the latest version.
header for other modules like QtCore do reside where you say they should be.
also, kdelibs4 build did fail after i set up the symlink - this time it complained that it doesn't know how to make libqca.dylib needed for libplasma.3.dylib
comment:4 Changed 14 years ago by michaelld (Michael Dickens)
What does "port installed | grep qt4" return for you? Your qt4-mac install is messed up -- if you have the latest version of qt4-mac (4.7.3_0), then there should be nothing in /opt/local/libexec/qt4-mac .
comment:5 Changed 13 years ago by nerdling (Jeremy Lavergne)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing; not enough information.
Note: See
TracTickets for help on using
tickets.
qt4-mac should reside in ${prefix} -- in this case, /opt/local -- not in ${prefix}/libexec/qt4-mac . Are you using qt4-mac-devel? If so, please remove it an use qt4-mac; qt4-mac-devel is older.