On Sun, Mar 30, 2008 at 11:45:49AM +0200, Michal Hocko wrote: > Hi. > > On Sat, Mar 29, 2008 at 09:00:52PM -0400, Robert Carlson wrote: > > I scanned a document to a PDF, and then used PDFEdit 0.3.2 to change the > > orientation to vertical. After saving the page, the top third of the > > PDF was cut off. Supposing this might be a bug that was fixed in the > > latest version, I downloaded 0.4.1. > > This seems to be same issue like > http://pdfedit.petricek.net/bt/view.php?id=220 which is solved in > current CVS (it was reported and solved after 0.4.1). So you can try to > apply the patch attached in the report, or use current CVS ( > $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/pdfedit co -P pdfedit > ). > Note that if you want to use CVS, then you have to generate configure > script manually (run autoconf in the source tree root) and you have > to have installed xsltproc and xsl docbook stylesheet. These are > required for online help generation which is done by us and it is > part of distribution tarball. > I suggest the first (apply patch to release 0.4.1) option and if the > problem is still there, please report it as new bug in our bug tracker > (http://pdfedit.petricek.net/bt/main_page.php) with original and rotated > documents attached. > > > I checked to make sure I had the > > required modules and ran ./configure, but got the following error, > > concerning which I am clueless: > > > > checking for stdbool.h that conforms to C99... yes > > checking for _Bool... no > > checking for an ANSI C-conforming const... yes > > checking for inline... inline > > checking for size_t... yes > > checking whether struct tm is in sys/time.h or time.h... time.h > > checking for boostlib >= 1.20.0... yes > > checking whether the Boost::IOStreams library is available... yes > > configure: error: Could not link against ! > > > > My system is OpenSUSE 10.2 x86_64, kernel 2.6.18.8-0.9. > > This seems like boost 32b/64b libraries are clashing. Something similar > was reported by Arch Linux guys. > We have fixed problem for them with attached patch.Could you try it and > pass additional > --with-boost-lib=PATH_TO_64b_BOOST_LIBS (I think that /usr/lib64 should > do it). > You have to *regenerate* configure script *after patching* (run autoconf > in the source tree root). > If it fails again, can you provide location of your boost libraries? > ( > find /lib{64,} /usr/lib{64,} /usr/local/lib{64,} /opt/lib{64,} -name > "libboost*" > boost_files 2>&1 > )
I have just tried OpenSUSE 10.3 x86_64 with (patch from previous email was applied - it will be part of next release) ./configure --with-boost-lib=/usr/lib64 and it worked for me. -- Michal Hocko ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
