linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00225
[Bug 481833] Re: MacPorts boost lib not detected on OS X
Thanks for the write up. I was actually thinking of just adding a "Known
Issues" section with the mac include path issue. We can also integrate
the mac dependencies you provided into the regular dependencies section.
The rest of the text is mostly covered by the existing text. Later once
launchpad finally adds a wiki (bug #240067), we can add your complete
write up there. But if you think it's better to have a separate Mac
section we can do that. What do you think?
--
MacPorts boost lib not detected on OS X
https://bugs.launchpad.net/bugs/481833
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
Status in Linux DC++: New
Bug description:
Hi,
Tested with latest bzr repository, after installing all dependencies via MacPorts 1.8.1,
this error remains when launching build with scons:
---
...
Checking for C++ header file boost/version.hpp... no
boost not found.
Note: You might have the lib but not the headers
---
boost headers *are* installed in /opt/local/include/boost/*, but it's not picked.
(all other MacPorts dependencies are recognized)
If I comment out the check in SConstruct and add -I/opt/local/include to CXXFLAGS,
it builds correctly.
References