Building boost 1.42 on FreeBSD 6.3
Posted
by Ivan Perekluyev
on Server Fault
See other posts from Server Fault
or by Ivan Perekluyev
Published on 2010-06-12T10:17:52Z
Indexed on
2010/06/12
10:24 UTC
Read the original article
Hit count: 306
Hi, i need to build mapnik on freebsd 6.3, but port marked as 'broken', so i forced to build it from source. With boost 1.41 (which is in ports) mapnik doesn't build. somewhere in internet, i found that mapnik successfully builded with boost 1.42. So, i download patch from wiki.freebsd.org/BoostPortingProject andd apply it:
wget http://alexanderchuranov.com/boost-port/boost-from-1.41-to-1.42-2010-02-16-17-11.diff
cd /usr/ports
patch -p0 -i ~/boost-from-1.41-to-1.42-2010-02-16-17-11.diff
after that, i trying to install boost-all metaport, but its failed.
cd devel/boost-all
make install 2>&1 | tee build.log
tail -n 100 build.log > short_build.log
Build.log (attention, >5m !): dl.dropbox.com/u/7365614/build.log Short build log: http://paste.pocoo.org/show/224474/
Thanks!
© Server Fault or respective owner