Ticket #29144 (closed defect: worksforme)
kdelibs4: gives nonexistant /opt/local/include/QtCrypto to compiler
| Reported by: | shafff@… | Owned by: | snc@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | kdelibs, qt | Cc: | sharky@…, michaelld@… |
| Port: | kdelibs4 |
Description (last modified by ryandesign@…) (diff)
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
comment:1 Changed 2 years ago by ryandesign@…
- Cc sharky@…, michaelld@… added
- Owner changed from macports-tickets@… to snc@…
- Description modified (diff)
- Summary changed from gives nonexistant /opt/local/include/QtCrypto to compiler to kdelibs4: gives nonexistant /opt/local/include/QtCrypto to compiler
comment:2 Changed 2 years ago by mlk@…
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.
comment:3 Changed 2 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
Note: See
TracTickets for help on using
tickets.

