On Thu, Aug 28, 2008 at 02:58:37PM -0700, Posey, Jake E wrote: > > > I'm attempting to install pdfedit but when I run ./configure I get the > following error.
Which version do you use? > > checking for boostlib >= 1.20.0... yes > > checking whether the Boost::IOStreams library is available... no > > configure: error: Boost IOStreams is required by PDFedit > > > > I have BOOST_ROOT set to /usr/local/boost_1_36_0 > > > > I checked the config.log file and it says it is looking for the > following: > > > > conftest.cpp:23:48: boost/iostreams/filtering_stream.hpp: No such file > or directory > > conftest.cpp:24:131: boost/range/iterator_range.hpp: No such file or > directory > > > > but these files do exist. Where are they located (full path) > > > > I've included a copy of the config.log. > > > > Thanks, > > Jake > > > > > Content-Description: config_log.txt > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by PDFedit configure 0.4.1, which was > generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure --includedir=/usr/local/include/boost-1_36/boost includedir is ignored by our configure script, but you can use dedicated --with-boost=DIR (without boost directory which shouldn't be used because all headers are included as <boost/header_file>. [...] -- Michal Hocko ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
