[poppler] Poppler 0.23.0 (0.24 Alpha) released
Albert Astals Cid
aacid at kde.org
Sun May 26 15:36:44 PDT 2013
El Dimecres, 22 de maig de 2013, a les 21:46:22, Even Rouault va escriure:
> Le mercredi 22 mai 2013 21:37:46, Even Rouault a écrit :
> > Le lundi 13 mai 2013 23:29:54, Albert Astals Cid a écrit :
> > > Available from
> > > http://poppler.freedesktop.org/poppler-0.23.0.tar.xz
> >
> > Hi,
> >
> > $INSTALL_POPPLER_ROOT/include/poppler/goo/gtypes.h has :
> > #include "poppler-config.h"
> >
> > Which cause compilation of my code to fail since it only has include path
> > to $INSTALL_POPPLER_ROOT/include and not
> > $INSTALL_POPPLER_ROOT/include/poppler where poppler-config.h is installed.
> >
> > Is this wanted ? Should I also add $INSTALL_POPPLER_ROOT/include/poppler
> > in
> > my include path ?
>
> Forget the above non-sense. I have always included
> $INSTALL_POPPLER_ROOT/include/poppler. My problem turned to be that
> libpoppler.so now needs to be linked against pthread.
>
> Why doesn't libpoppler explicitely link against pthread by the way (I've
> used configure to build poppler) ?
It seems we do it, and it works in the cmake build system, doesn't on the
autotools one, even if we have
libpoppler_la_LIBADD = \
$(PTHREAD_LIBS) \
It seems $(PTHREAD_LIBS) is not getting defined.
Anyone with autotools experience?
Cheers,
Albert
>
> > Best regards,
> >
> > Even
> > _______________________________________________
> > poppler mailing list
> > poppler at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/poppler
More information about the poppler
mailing list