denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] The missing regex in mxe build


From: Richard Shann
Subject: Re: [Denemo-devel] The missing regex in mxe build
Date: Mon, 18 Feb 2013 19:10:13 +0000

On Mon, 2013-02-18 at 12:32 -0600, Jeremiah Benham wrote:
> Evince reuires a patch because of a change in api in poppler. Do you
> not have a patch for evince to build against poppler? It should be up
> on the denemo.org server if not.
> 
> Jeremiah
> 
> On Feb 18, 2013 8:24 AM, "Richard Shann" <address@hidden>
> wrote:
>         I have made progress hacking evince to not build the evince
>         executable
>         (just hacking the Makefile.in files directly).
>         Now Denemo is linking to evince statically (with
>         libpdfdocument
>         resolving the register_evince_backend()) but there seems to be
>         no
>         poppler library to link to. What does poppler.mk build?
>         As it is Denemo fails to link now because
>         
>         
> /home/rshann/mxe/usr/i686-pc-mingw32/lib/evince/3/backends/libpdfdocument.a(ev-poppler.o):
>  In function `Z29pdf_document_images_get_imageP17_EvDocumentImagesP8_EvImage':
>         
> /home/rshann/mxe/tmp-evince/evince-2.32.0/backend/pdf/ev-poppler.cc:1368: 
> undefined reference to `poppler_document_get_page'
>         
>         Do you know what needs to be done with poppler to get this
>         resolved?

Yes, I patched evince - then tried linked denemo with it and the pdf
backend. It fails because auto-tools has chosen to link with the C
library while the libpdfdocument.a requires C++. I am currently trying
to link to the C++ libraries. Then it looks like there is also cairo
stuff unresolved...

Richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]