I just build the 0.5.9l from source. You need to specify --enable-xpdf-headers when ./configure, otherwise, it won't install xpdf headers, which is required for bindings. But there are other issues which break PopplerKit.
Yen-Ju On 8/16/07, Yen-Ju Chen <[EMAIL PROTECTED]> wrote: > Could you confirm whether you have "GlobalParams.h" installed ? > And when you tried 0.5.4, are you sure PopplerKit really use 0.5.4 ? > PopplerKit uses pkg-config in config.sh, > which may still pick up your installed 0.5.9. > I look at the poppler library in cvs, > which still use GlobalParams.h in many places with latest code. > > Since poppler is about to make 0.6.0 release and Etoile 0.2 is out, > maybe it is worth for us to use poppler 0.6.0 in -trunk. > > Yen-Ju > > On 8/16/07, Martin Mortensen <[EMAIL PROTECTED]> wrote: > > I am using 0.5.91, however I have tried with 0.5.4 where exactly the > > same problem persists. Currently I am clueless how to make this work - > > I have tried with different version etc. > > > > Quoting Yen-Ju Chen <[EMAIL PROTECTED]>: > > > > > On 8/16/07, Martin Mortensen <[EMAIL PROTECTED]> wrote: > > >> Greetings, > > >> > > >> I have tried compiling Etoile for a while, but following compile error > > >> keeps coming (it doesn't matter if it's svn or the stable release) > > >> > > >> Compiling file poppler.cc ... > > >> poppler.cc:22:26: warning: GlobalParams.h: No such file or directory > > > > > > It has been reported before. > > > Which version of poppler library do you have ? > > > As far as I can remember, GlobalParams.h becomes a private header in > > > the later release, but still in 0.5.4, which is the official one. > > > So it is not fixed at that time. > > > But I guess the bigger problem is that if it is a private header in > > > the future, > > > is there an equivalent functions for global parameters ? > > > > > > Yen-Ju > > > > > >> poppler.cc: In function 'int poppler_init(const unsigned char*, const > > >> unsigned char**, unsigned int)': > > >> poppler.cc:89: error: 'globalParams' was not declared in this scope > > >> poppler.cc:113: warning: comparison between signed and unsigned > > >> integer expressions > > >> poppler.cc:121: warning: too few arguments for format > > >> poppler.cc:126: error: expected type-specifier before 'GlobalParams' > > >> poppler.cc:126: error: expected `;' before 'GlobalParams' > > >> poppler.cc: At global scope: > > >> poppler.cc:25: warning: 'void dump_fonts(FcConfig*)' defined but not used > > >> make[4]: *** [obj/poppler.o] Error 1 > > >> make[3]: *** [bindings.all.subproject.variables] Error 2 > > >> make[3]: Leaving directory > > >> `/home/loke/etoile-svn/src/etoile-build/Etoile/Frameworks/PopplerKit/bindings' > > >> make[2]: *** [PopplerKit.all.framework.variables] Error 2 > > >> make[2]: Leaving directory > > >> `/home/loke/etoile-svn/src/etoile-build/Etoile/Frameworks/PopplerKit' > > >> make[1]: *** [internal-all] Error 2 > > >> make[1]: Leaving directory > > >> `/home/loke/etoile-svn/src/etoile-build/Etoile/Frameworks' > > >> make: *** [internal-all] Error 2 > > >> > > >> Any ideas how to fix this? > > >> > > >> _______________________________________________ > > >> Etoile-discuss mailing list > > >> [email protected] > > >> https://mail.gna.org/listinfo/etoile-discuss > > >> > > > > > > _______________________________________________ > > > Etoile-discuss mailing list > > > [email protected] > > > https://mail.gna.org/listinfo/etoile-discuss > > > > > > > > > > > _______________________________________________ > > Etoile-discuss mailing list > > [email protected] > > https://mail.gna.org/listinfo/etoile-discuss > > > _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
