Re: [Podofo-users] Podofo, Freetype and MacOS Homebrew

2014-05-15 Thread Uli Zappe
Am 15.05.2014 um 23:25 schrieb Kunda Loves Scribus scribus.u...@gmail.com: Arno Uli, Which patch will it be? Well, my patch seems to comprise all the others, *but* it needs Lua 5.2, which Homebrew doesn't seem to offer. I feel that Homebrew should be updated to Lua 5.2, rather than Podofo

Re: [Podofo-users] Podofo, Freetype and MacOS Homebrew

2014-05-11 Thread Uli Zappe
Am 11.05.2014 um 18:41 schrieb Arno Gramatke a...@gramatke.biz: It looks like Uli worked on a PoDoFo release version Yep, that's correct; I used the latest release available. Then I applied several patches I found elsewhere on the net and finally added what wasn't covered by any existing

[Podofo-users] PoDoFo cannot load some PDFs with XMP metadata

2014-04-17 Thread Uli Zappe
Hi, I found that PoDoFo 0.9.2. cannot load some PDFs with XMP metadata. In these cases, when PoDoFo::PdfMemDocument::Load() is called (I didn't try reading from a file), an exception is thrown with the error message A number was expected but not found. Upon closer inspection of the affected

Re: [Podofo-users] PoDoFo cannot load some PDFs with XMP metadata

2014-04-17 Thread Uli Zappe
Am 18.04.2014 um 04:21 schrieb Uli Zappe u...@ritual.org: Am 18.04.2014 um 03:56 schrieb Leonard Rosenthol lrose...@adobe.com: I haven’t looked at the code in Load() in a while, but I can’t think of a reason that it is loading the XMP. Are you SURE that this where the exception is being

Re: [Podofo-users] Patches for compiling podofo 0.9.2 on OS X 10.9 Mavericks

2014-04-02 Thread Uli Zappe
Am 02.04.2014 um 08:53 schrieb zyx z...@litepdf.cz: you accidentally replied only to me, not to the list (for some reasontwice). Sorry, I had some mail issues (but I did see my message on this list!?) It would be better to reply to the list Yes, of course. I'd appreciate, if you give a

Re: [Podofo-users] Patches for compiling podofo 0.9.2 on OS X 10.9 Mavericks

2014-04-01 Thread Uli Zappe
Am 01.04.2014 um 21:32 schrieb zyx z...@litepdf.cz: I see that your changes are quite the same as those at [r1586]. Well, part of my patch file is indeed the same as r1586 (which wasn’t committed yet when I worked with PoDoFo), but as you noticed, there are also additional changes. Could

Re: [Podofo-users] Patches for compiling podofo 0.9.2 on OS X 10.9 Mavericks

2014-03-31 Thread Uli Zappe
On Monday, 2014-03-28, at 08:05 +0100, zyx wrote: could you _attach_ the patch as a file, rather than paste it in the message body, please? Sorry, I did this intentionally as most mailing lists I know do not allow attachments. I didn’t realize this one does. I attach the patch file to this

Re: [Podofo-users] PoDoFo::PdfStream::Set linker error [SOLVED]

2014-03-29 Thread Uli Zappe
An additional note: Now, in earlier versions of Xcode, Compiler Default meant exactly the libstdc++ library and the c++98 dialect, and according to Xcode’s Quick Help, it still does. But in fact, meanwhile it obviously does NOT (as of Xcode 5.1 (5B130a)). That does not seem to be

[Podofo-users] PoDoFo::PdfStream::Set linker error

2014-03-28 Thread Uli Zappe
Hi, I compiled podofo 0.9.2 on OS X 10.9 Mavericks (see my other mails for the patches I had to apply), and all the examples in the tools/ directory work just fine. However, I encounter a strange linker error if I use podofo in a Cocoa test application. In the Cocoa test application I link

[Podofo-users] Patches for compiling podofo 0.9.2 on OS X 10.9 Mavericks

2014-03-28 Thread Uli Zappe
Hi everyone, new to this list. :-) I compiled podofo 0.9.2 on OS X 10.9 Mavericks and had to apply the following patches. Contrary to other similar reports on this list, this does not refer to using something like Homebrew or MacPorts, but instead refers to compiling the podofo 0.9.2 source

Re: [Podofo-users] PoDoFo::PdfStream::Set linker error

2014-03-28 Thread Uli Zappe
Some additional data. According to the PoDoFo documentation, there are 5 PoDoFo::PdfStream::Set variants: • void Set (const char ∗szBuffer, pdf_long lLen, const TVecFilters vecFilters) • void Set (const char ∗szBuffer, pdf_long lLen) • void Set (PdfInputStream ∗pStream) • void Set