Hi Jun, On Thu, Jul 15, 2010 at 9:12 AM, Deng Jun <[email protected]> wrote: > Hi,Hib > Thanks for your suggestion!! > I tried the development version of poppler. > but I am not familiar with Autotools(Seems the Autotools of Mingw > environment also has some problem...) > I typed : > autoconf > automake > ./configure > is the above command sequence right?
When you build from a git checkout, you should run ./autogen.sh instead. That will run automake, aclocal, autoconf, libtool and configure all together. So, the correct command sequence should be: git clone git://anongit.freedesktop.org/poppler/poppler cd poppler ./autogen.sh make Cheers, Hib _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
