Hello Dominik, On my up-to-date Gentoo dev box, I am unable to compile the latest SVN checkout of podofo (svn v 1427). I can reproduce as follows:
$ rm -rf podofo $ svn co https://podofo.svn.sourceforge.net/svnroot/podofo/podofo/trunk podofo $ cd podofo $ svn info . # shows version 1427 $ cmake -G "Unix Makefiles" $ make The compile dies here: In file included from /home/djenkins/code/podofo/src/doc/PdfAcroForm.cpp:21: /home/djenkins/code/podofo/src/doc/PdfAcroForm.h:24:36: error: podofo/base/PdfDefines.h: No such file or directory (lots more errors omitted). Hopefully this is enough info for you to reproduce, or tell me what I've done incorrectly. Thank you for your time. On Sun, Mar 6, 2011 at 12:11 PM, Dominik Seichter <[email protected]> wrote: > Hi, > > I changed the build system so that only one library is build again. This > reverts the previous change where PoDoFo was split into two libraries podofo- > base and podofo-doc. Now, there is only one library libpodofo or podofo.dll. > > I reverted the change because of major linkage problems, which caused for > example crashes in PdfMemDocument. This and other reasons kept many people > from switching to trunk and to the latest version of PoDoFo. > These problem should all be gone and if you refused to upgrade, it should be > safe now. > > This is the basis for the upcoming PoDoFo 0.9.0 release, which I intend to > release next week. > > Please report any probles you encounter due to this change! > > Regards, > Dom > > -- > Dominik Seichter - [email protected] - http://domseichter.blogspot.com > KRename - http://www.krename.net - Powerful batch renamer for KDE > KBarcode - http://www.kbarcode.net - Barcode and label printing > PoDoFo - http://podofo.sf.net - PDF generation and parsing library > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > Podofo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/podofo-users > > ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
