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
