Dear all,<br><br>The output of make is : <br><br>make  all-recursive<br>make[1]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4&#39;<br>Making all in goo<br>make[2]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4/goo&#39;<br>
make[2]: Nothing to be done for `all&#39;.<br>make[2]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4/goo&#39;<br>Making all in fofi<br>make[2]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4/fofi&#39;<br>
make[2]: Nothing to be done for `all&#39;.<br>make[2]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4/fofi&#39;<br>Making all in splash<br>make[2]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4/splash&#39;<br>
make[2]: Nothing to be done for `all&#39;.<br>make[2]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4/splash&#39;<br>Making all in poppler<br>make[2]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4/poppler&#39;<br>
make  all-am<br>make[3]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4/poppler&#39;<br>/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo   -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml   -I/usr/include/libxml2   -I/usr/include/freetype2       -Wall -Wno-write-strings -g -O2 -pthread -MT ArthurOutputDev.lo -MD -MP -MF .deps/ArthurOutputDev.Tpo -c -o ArthurOutputDev.lo ArthurOutputDev.cc<br>
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/libxml2 -I/usr/include/freetype2 -Wall -Wno-write-strings -g -O2 -pthread -MT ArthurOutputDev.lo -MD -MP -MF .deps/ArthurOutputDev.Tpo -c ArthurOutputDev.cc  -fPIC -DPIC -o .libs/ArthurOutputDev.o<br>
ArthurOutputDev.cc:583:2: warning: #warning FIX THIS<br>ArthurOutputDev.cc: In member function ‘void ArthurOutputDev::startDoc(XRef*)’:<br>ArthurOutputDev.cc:108: error: ‘class QPainter’ has no member named ‘testRenderHint’<br>
ArthurOutputDev.cc: In member function ‘virtual void ArthurOutputDev::updateFont(GfxState*)’:<br>ArthurOutputDev.cc:454: error: ‘class QPainter’ has no member named ‘worldMatrix’<br>make[3]: *** [ArthurOutputDev.lo] Error 1<br>
make[3]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4/poppler&#39;<br>make[2]: *** [all] Error 2<br>make[2]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4/poppler&#39;<br>make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4&#39;<br>make: *** [all] Error 2<br><br>the ./configure output is:<br><br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... no<br>checking for mawk... mawk<br>checking whether make sets $(MAKE)... yes<br>checking build system type... i686-pc-linux-gnu<br>checking host system type... i686-pc-linux-gnu<br>
checking for style of include used by make... GNU<br>checking for gcc... gcc<br>checking for C compiler default output file name... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>
checking for suffix of executables... <br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO C89... none needed<br>
checking dependency style of gcc... gcc3<br>checking for a sed that does not truncate output... /bin/sed<br>checking for grep that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/grep -E<br>checking for fgrep... /bin/grep -F<br>
checking for ld used by gcc... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU ld... yes<br>checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
checking whether ln -s works... yes<br>checking the maximum length of command line arguments... 98304<br>checking whether the shell understands some XSI constructs... yes<br>checking whether the shell understands &quot;+=&quot;... yes<br>
checking for /usr/bin/ld option to reload object files... -r<br>checking how to recognize dependent libraries... pass_all<br>checking for ar... ar<br>checking for strip... strip<br>checking for ranlib... ranlib<br>checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking how to run the C preprocessor... gcc -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>
checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking for dlfcn.h... yes<br>checking for objdir... .libs<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>checking for gcc option to produce PIC... -fPIC -DPIC<br>checking if gcc PIC flag -fPIC -DPIC works... yes<br>checking if gcc static flag -static works... yes<br>
checking if gcc supports -c -o file.o... yes<br>checking if gcc supports -c -o file.o... (cached) yes<br>checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes<br>checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate<br>checking whether stripping libraries is possible... yes<br>checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>checking whether to build static libraries... yes<br>checking for gcc... (cached) gcc<br>checking whether we are using the GNU C compiler... (cached) yes<br>checking whether gcc accepts -g... (cached) yes<br>
checking for gcc option to accept ISO C89... (cached) none needed<br>checking dependency style of gcc... (cached) gcc3<br>checking for g++... g++<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether g++ accepts -g... yes<br>
checking dependency style of g++... gcc3<br>checking whether we are using the GNU C++ compiler... (cached) yes<br>checking whether g++ accepts -g... (cached) yes<br>checking dependency style of g++... (cached) gcc3<br>checking how to run the C++ preprocessor... g++ -E<br>
checking for ld used by g++... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU ld... yes<br>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>checking for g++ option to produce PIC... -fPIC -DPIC<br>
checking if g++ PIC flag -fPIC -DPIC works... yes<br>checking if g++ static flag -static works... yes<br>checking if g++ supports -c -o file.o... yes<br>checking if g++ supports -c -o file.o... (cached) yes<br>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate<br>checking for library containing strerror... none required<br>checking for gcc option to accept ISO C99... -std=gnu99<br>
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99<br>checking whether we are using the GNU C++ compiler... (cached) yes<br>checking whether g++ accepts -g... (cached) yes<br>checking dependency style of g++... (cached) gcc3<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>checking for gettimeofday... yes<br>checking for localtime_r... yes<br>checking for the pthreads library -lpthreads... no<br>checking whether pthreads work without any flags... no<br>
checking whether pthreads work with -Kthread... no<br>checking whether pthreads work with -kthread... no<br>checking for the pthreads library -llthread... no<br>checking whether pthreads work with -pthread... yes<br>checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE<br>
checking if more special flags are required for pthreads... no<br>checking for X... libraries /usr/X11R6/lib, headers <br>checking whether -R must be followed by a space... neither works<br>checking for gethostbyname... yes<br>
checking for connect... yes<br>checking for remove... yes<br>checking for shmat... yes<br>checking for IceConnectionNumber in -lICE... yes<br>checking for dirent.h that defines DIR... yes<br>checking for library containing opendir... none required<br>
checking for gethostbyname... (cached) yes<br>checking for nanosleep... yes<br>checking for popen... yes<br>checking for mkstemp... yes<br>checking for mkstemps... no<br>checking for special C compiler options needed for large files... no<br>
checking for _FILE_OFFSET_BITS value needed for large files... 64<br>checking for _LARGEFILE_SOURCE value needed for large files... 1<br>checking for fseek64... no<br>checking for ftell64... no<br>checking for opj_cio_open in -lopenjpeg... no<br>
checking openjpeg.h usability... no<br>checking openjpeg.h presence... no<br>checking for openjpeg.h... no<br>checking for libjpeg6b... no<br>checking for libjpeg... -ljpeg<br>checking for pkg-config... /usr/bin/pkg-config<br>
checking pkg-config is at least version 0.9.0... yes<br>checking for FREETYPE... yes<br>checking for FONTCONFIG... yes<br>checking for CAIRO... no<br>checking for POPPLER_GLIB... yes<br>checking for glib-mkenums... /usr/bin/glib-mkenums<br>
checking for GDK... yes<br>checking for Qt headers... /usr/share/qt3/include<br>checking for Qt libraries... /usr/lib<br>checking if Qt needs -pthread... no<br>checking for POPPLER_QT4... yes<br>checking for POPPLER_QT4_TEST... yes<br>
checking for Qt4 moc... /usr/bin/moc-qt4<br>checking for GTK_TEST... no<br>checking for ABIWORD... yes<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating goo/Makefile<br>
config.status: creating fofi/Makefile<br>config.status: creating splash/Makefile<br>config.status: creating poppler/Makefile<br>config.status: creating utils/Makefile<br>config.status: creating glib/Makefile<br>config.status: creating glib/poppler-features.h<br>
config.status: creating glib/reference/Makefile<br>config.status: creating glib/demo/Makefile<br>config.status: creating test/Makefile<br>config.status: creating qt/Makefile<br>config.status: creating qt4/Makefile<br>config.status: creating qt4/src/Makefile<br>
config.status: creating qt4/tests/Makefile<br>config.status: creating qt4/demos/Makefile<br>config.status: creating poppler.pc<br>config.status: creating poppler-cairo.pc<br>config.status: creating poppler-splash.pc<br>config.status: creating poppler-glib.pc<br>
config.status: creating poppler-qt.pc<br>config.status: creating poppler-qt4.pc<br>config.status: creating config.h<br>config.status: config.h is unchanged<br>config.status: creating poppler/poppler-config.h<br>config.status: poppler/poppler-config.h is unchanged<br>
config.status: executing depfiles commands<br>config.status: executing libtool commands<br><br>Building poppler with support for:<br>  splash output:      yes<br>  cairo output:       no<br>  abiword output:     yes<br>  qt wrapper:         yes<br>
  qt4 wrapper:        yes<br>  glib wrapper:       yes<br>    use GDK:          yes<br>  use gtk-doc:        no<br>  use libjpeg:        yes<br>  use zlib:           no<br>  use libopenjpeg:    no<br>  command line utils: yes<br>
<br>  Warning: Using libopenjpeg is recommended<br><br>thanks.<br clear="all"><br>-- <br>Shengli Xu<br>