A new version is available and a simple version bump from 0.8.0 works fine. Note that the soname is version bumped from 0.8.0 to 0.8.1 and Scribus rebuilds fine with podofo-0.8.1 for me.
Created attachment 236683 [details] build log with error in EncryptTest.cpp I'm getting a build failure here: EncryptTest.cpp:329: error: conversion from ‘long int’ to ‘const PoDoFo::PdfObject’ is ambiguous Portage 2.2_rc67_p176 (default/linux/x86/10.0/desktop, gcc-4.4.3, glibc-2.11.1-r0, 2.6.33-0528-x86-64 i686) ================================================================= System uname: Linux-2.6.33-0528-x86-64-i686-Intel-R-_Core-TM-2_Duo_CPU_T9300_@_2.50GHz-with-gentoo-2.0.1 Timestamp of tree: Mon, 31 May 2010 06:30:01 +0000 distcc 3.1 i686-pc-linux-gnu [disabled] ccache version 2.4 [disabled] app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11 dev-lang/python: 2.6.5-r2, 3.1.2-r3 dev-python/pycrypto: 2.1.0 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.6.1-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.4_p6-r1, 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.3.4, 4.4.3-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.7b virtual/os-headers: 2.6.33
(In reply to comment #1) > Created an attachment (id=236683) [details] > build log with error in EncryptTest.cpp > > I'm getting a build failure here: > > EncryptTest.cpp:329: error: conversion from ‘long int’ to ‘const > PoDoFo::PdfObject’ is ambiguous I'm not running into that unit test problem, but I'll attach a recent upstream patch that adds the missing casts which should fix the problem.
Created attachment 236685 [details, diff] Add missing casts This patch adds missing casts for the encrypt unit test. It was pulled from upstream repository.
Thanks, this is in cvs now.