Hi Ariel, On Thu, 2007-06-21 at 10:17 +0200, Ariel Burbaickij wrote: > boost is installed under /usr/include/boost-1_33_1/boost and there is > symbolic link > /usr/include/boost to /usr/include/boost-1_33_1/.
You could make the /usr/include/boost point to /usr/include/boost-1_33_1/boost rather than to /usr/include/boost-1_33_1. Alternatively, you might try to launch ./configure with CPPFLAGS=-I/usr/include/boost-1_33_1/boost argument. > config.log is attached I have deleted hostname as it should be of no > relevance, presumably. > I would rather like to compile it myself (or at least undestand where > the hook is) instead of just > using pre-canned binaries. > > /wbr > Ariel Burbaickij > On 6/21/07, Michal Hocko <[EMAIL PROTECTED]> wrote: > > > > > > On 6/21/07, Ariel Burbaickij <[EMAIL PROTECTED]> wrote: > > > checking boost/smart_ptr.hpp usability... no > > > checking boost/smart_ptr.hpp presence... no > > > checking for boost/smart_ptr.hpp... no > > > configure: error: You need boost library to compile PDFedit > > > > > > DOes it answer your question? > > > > Yes. > > Where are installed your boost headers? > > Can you attach whole output including command, you have used. > > I am not configure script author, but Martin can use this information > > to find out the problem. > > > > Have you tried also the prebuild exe from the source forge download > > section ? > > (http://sourceforge.net/project/showfiles.php?group_id=177354 > > ) > > > > > On 6/21/07, Michal Hocko <[EMAIL PROTECTED] > wrote: > > > > > > > > > > > > > > > > On 6/20/07, Ariel Burbaickij <[EMAIL PROTECTED]> wrote: > > > > > Hello all, > > > > > following situation: > > > > > configure exists in the middle of attempting to compile example file > > > > > which contains > > > > > some includes from boost libraty like smrt_ptr.hpp. I have boost > > > > > installed properly > > > > > and also tried to pass includedir parameter on the commnad line and > > > > > it did not help. > > > > > Any other ideas? > > > > > > > > What is an error message? > > > > > > > > Best regards > > > > -- > > > > Michal Hocko > > > > > > -- > > Michal Hocko Regards, -- Lubomir Kundrak (Red Hat Security Response Team) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
