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" <richard.sh...@virgin.net> > 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 _______________________________________________ Denemo-devel mailing list Denemo-devel@gnu.org https://lists.gnu.org/mailman/listinfo/denemo-devel