Re: [Podofo-users] Heads-Up: Drawing API to be changed within the next few weeks

2014-06-15 Thread zyx
On Thu, 2014-06-05 at 17:17 +0200, zyx wrote:
 I'd like to include it in the next release. The merge will take some
 time, though. I'll announce when it's done (I'll be working on it 
 mostly
 during weekends).


Hi,
the changes from zyx_integration branch are committed to trunk now, it 
ends at revision 1639. The zyx_integration branch is dead now.

I'll give the trunk some testing during the next week, then I'd guess 
it'll be ready for the 0.9.3 release. Any pre-release testing of the 
svn trunk [1] will be appreciated.
Bye,
zyx

[1] A svn command to get latest trunk code of PoDoFo is:
    $ svn co https://svn.code.sf.net/p/podofo/code/podofo/trunk podofo-trunk


-- 
http://www.litePDF.cz i...@litepdf.cz


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users


Re: [Podofo-users] PoDoFo Patch - Count as reference in page tree

2014-06-15 Thread zyx
On Thu, 2014-06-12 at 07:56 +0200, zyx wrote:
 Otherwise the patch looks fine.

Hi,
I went ahead and committed, slightly changed, Petr's patch
as r1640.
http://sourceforge.net/p/podofo/code/1640
Bye,
zyx


-- 
http://www.litePDF.cz i...@litepdf.cz


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users


Re: [Podofo-users] Heads-Up: Drawing API to be changed within the next few weeks

2014-06-15 Thread Dennis Jenkins
SVN rev 1640 fails to build on my 64-bit Gentoo Linux system (building from
SVN src, not from Gentoo portage).

Until this evening, I was using SVN rev 1600.  When 1640 failed to build
for me, I began a binary search to narrow down when the build first
failed.  SVN rev 1612 builds for me, but with lots of warnings.  Rev 1613
fails with some errors, but not like the errors, nor the amount of errors,
as seen in the 1640 rev build.

Please let me know if I can help you further.

My testing methodology:

djenkins@ostara ~/src/podofo/podofo-head $ svn info . | grep ^URL
URL: http://svn.code.sf.net/p/podofo/code/podofo/trunk

djenkins@ostara ~/src/podofo/podofo-head $ svn up -r 1613

djenkins@ostara ~/src/podofo/podofo-head $ make clean  cmake .  make
-j4 all test



SVN REV 1640 build log:

Linking CXX executable CreationTest
CMakeFiles/CreationTest.dir/CreationTest.cpp.o: In function
`CreateUnicodeAnnotationFreeText(PoDoFo::PdfPage*, PoDoFo::PdfDocument*)':
CreationTest.cpp:(.text+0x409): undefined reference to
`PoDoFo::PdfDocument::CreateFont(char const*, bool, PoDoFo::PdfEncoding
const*, PoDoFo::PdfFontCache::EFontCreationFlags, bool)'
CMakeFiles/CreationTest.dir/CreationTest.cpp.o: In function
`LineTest(PoDoFo::PdfPainter*, PoDoFo::PdfPage*, PoDoFo::PdfDocument*)':
CreationTest.cpp:(.text+0xc76): undefined reference to
`PoDoFo::PdfDocument::CreateFont(char const*, bool, bool, bool,
PoDoFo::PdfEncoding const*, PoDoFo::PdfFontCache::EFontCreationFlags, bool,
char const*)'
CreationTest.cpp:(.text+0xd33): undefined reference to
`PoDoFo::PdfString::PdfString(wchar_t const*, long)'
CreationTest.cpp:(.text+0xda6): undefined reference to
`PoDoFo::PdfString::PdfString(wchar_t const*, long)'
CreationTest.cpp:(.text+0xe95): undefined reference to
`PoDoFo::PdfPainter::Rectangle(double, double, double, double, double,
double)'
CreationTest.cpp:(.text+0xffa): undefined reference to
`PoDoFo::PdfDocument::CreateFont(char const*, bool, bool, bool,
PoDoFo::PdfEncoding const*, PoDoFo::PdfFontCache::EFontCreationFlags, bool,
char const*)'
CreationTest.cpp:(.text+0x127a): undefined reference to
`PoDoFo::PdfDocument::CreateFont(char const*, bool, bool, bool,
PoDoFo::PdfEncoding const*, PoDoFo::PdfFontCache::EFontCreationFlags, bool,
char const*)'
CreationTest.cpp:(.text+0x1510): undefined reference to
`PoDoFo::PdfPainter::SetStrokeStyle(PoDoFo::EPdfStrokeStyle, char const*,
bool, double, bool)'
CreationTest.cpp:(.text+0x15af): undefined reference to
`PoDoFo::PdfPainter::SetStrokeStyle(PoDoFo::EPdfStrokeStyle, char const*,
bool, double, bool)'
CreationTest.cpp:(.text+0x164e): undefined reference to
`PoDoFo::PdfPainter::SetStrokeStyle(PoDoFo::EPdfStrokeStyle, char const*,
bool, double, bool)'
CreationTest.cpp:(.text+0x16ed): undefined reference to
`PoDoFo::PdfPainter::SetStrokeStyle(PoDoFo::EPdfStrokeStyle, char const*,
bool, double, bool)'
CreationTest.cpp:(.text+0x178c): undefined reference to
`PoDoFo::PdfPainter::SetStrokeStyle(PoDoFo::EPdfStrokeStyle, char const*,
bool, double, bool)'
CMakeFiles/CreationTest.dir/CreationTest.cpp.o:CreationTest.cpp:(.text+0x182b):
more undefined references to
`PoDoFo::PdfPainter::SetStrokeStyle(PoDoFo::EPdfStrokeStyle, char const*,
bool, double, bool)' follow
CMakeFiles/CreationTest.dir/CreationTest.cpp.o: In function
`RectTest(PoDoFo::PdfPainter*, PoDoFo::PdfPage*, PoDoFo::PdfDocument*)':
CreationTest.cpp:(.text+0x1ac9): undefined reference to
`PoDoFo::PdfDocument::CreateFont(char const*, bool, PoDoFo::PdfEncoding
const*, PoDoFo::PdfFontCache::EFontCreationFlags, bool)'
CreationTest.cpp:(.text+0x1c7e): undefined reference to
`PoDoFo::PdfPainter::Rectangle(double, double, double, double, double,
double)'
CreationTest.cpp:(.text+0x1dff): undefined reference to
`PoDoFo::PdfPainter::Rectangle(double, double, double, double, double,
double)'
CreationTest.cpp:(.text+0x1efb): undefined reference to
`PoDoFo::PdfPainter::Rectangle(double, double, double, double, double,
double)'
CreationTest.cpp:(.text+0x1fe9): undefined reference to
`PoDoFo::PdfPainter::Rectangle(double, double, double, double, double,
double)'
CreationTest.cpp:(.text+0x2100): undefined reference to
`PoDoFo::PdfPainter::Rectangle(double, double, double, double, double,
double)'
CreationTest.cpp:(.text+0x2114): undefined reference to
`PoDoFo::PdfPainter::FillAndStroke(bool)'
CreationTest.cpp:(.text+0x2224): undefined reference to
`PoDoFo::PdfPainter::Rectangle(double, double, double, double, double,
double)'
CreationTest.cpp:(.text+0x2238): undefined reference to
`PoDoFo::PdfPainter::FillAndStroke(bool)'
CreationTest.cpp:(.text+0x23d4): undefined reference to
`PoDoFo::PdfPainter::Fill(bool)'
CMakeFiles/CreationTest.dir/CreationTest.cpp.o: In function
`TextTest(PoDoFo::PdfPainter*, PoDoFo::PdfPage*, PoDoFo::PdfDocument*)':
CreationTest.cpp:(.text+0x2614): undefined reference to
`PoDoFo::PdfDocument::CreateFont(char const*, bool, PoDoFo::PdfEncoding
const*, PoDoFo::PdfFontCache::EFontCreationFlags, bool)'

[Podofo-users] podofo patch (minor spelling error)

2014-06-15 Thread Dennis Jenkins



podofo.patch
Description: Binary data
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users