[MacPorts] #35140: enblend: build error with boost 1.50
MacPorts
noreply at macports.org
Tue Jul 31 12:55:13 PDT 2012
#35140: enblend: build error with boost 1.50
----------------------------------+-----------------------------------------
Reporter: icaines77@… | Owner: hvdwolf@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: enblend |
----------------------------------+-----------------------------------------
Comment(by ryandesign@…):
I've attached my main.log and config.log from a failed build on Mountain
Lion. The relevant line in the config.log seems to be:
{{{
ld: library not found for -lboost_filesystem
}}}
This probably corresponds with an unrelated change that was made to boost
in r95845 turning off building of the single-threaded versions of the
boost libraries by default, leaving only the multithreaded libraries:
{{{
$ port contents boost |grep filesystem.*dylib
/opt/local/lib/libboost_filesystem-mt.dylib
}}}
So enblend needs to be doing -lboost_filesystem-mt etc. instead.
--
Ticket URL: <https://trac.macports.org/ticket/35140#comment:18>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list