Actions
Bug #1453
closed
Need PKG_CONFIG_PATH for MacPorts pkgconfig
Start date:
04/08/2014
Due date:
% Done:
100%
Estimated time:
Description
In ndn-cpp-dev, the prerequisites in INSTALL.md give instructions for MacPorts:
sudo port install pkgconfig boost sqlite3 libcryptopp
Then sudo ./waf install puts libndn-cpp-dev.pc in /usr/local/lib/pkgconfig. But in NFD, ./waf configure gives the error libndn-cpp-dev not found. This is because MacPorts does not set the environment variable PKG_CONFIG_PATH. The NFD README should give instructions for this situation.
Updated by Alex Afanasyev over 11 years ago
- Category set to Build
- Assignee set to Alex Afanasyev
- Target version set to v0.1
Updated by Alex Afanasyev over 11 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Updated by Alex Afanasyev over 11 years ago
- Status changed from Feedback to Code review
Updated by Alex Afanasyev over 11 years ago
- Status changed from Code review to Closed
Actions