[poppler] make poppler-0.10.4 error on Ubuntu6.06

Shengli Xu shengli.xu.xu at gmail.com
Fri Feb 27 02:26:22 PST 2009


Dear all,

The output of make is :

make  all-recursive
make[1]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4'
Making all in goo
make[2]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4/goo'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4/goo'
Making all in fofi
make[2]: Entering directory `/home/xsl/software/poppler/poppler-0.10.4/fofi'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4/fofi'
Making all in splash
make[2]: Entering directory
`/home/xsl/software/poppler/poppler-0.10.4/splash'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/xsl/software/poppler/poppler-0.10.4/splash'
Making all in poppler
make[2]: Entering directory
`/home/xsl/software/poppler/poppler-0.10.4/poppler'
make  all-am
make[3]: Entering directory
`/home/xsl/software/poppler/poppler-0.10.4/poppler'
/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
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
ArthurOutputDev.cc:583:2: warning: #warning FIX THIS
ArthurOutputDev.cc: In member function ‘void
ArthurOutputDev::startDoc(XRef*)’:
ArthurOutputDev.cc:108: error: ‘class QPainter’ has no member named
‘testRenderHint’
ArthurOutputDev.cc: In member function ‘virtual void
ArthurOutputDev::updateFont(GfxState*)’:
ArthurOutputDev.cc:454: error: ‘class QPainter’ has no member named
‘worldMatrix’
make[3]: *** [ArthurOutputDev.lo] Error 1
make[3]: Leaving directory
`/home/xsl/software/poppler/poppler-0.10.4/poppler'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/xsl/software/poppler/poppler-0.10.4/poppler'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xsl/software/poppler/poppler-0.10.4'
make: *** [all] Error 2

the ./configure output is:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for library containing strerror... none required
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached)
-std=gnu99
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for gettimeofday... yes
checking for localtime_r... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for X... libraries /usr/X11R6/lib, headers
checking whether -R must be followed by a space... neither works
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for gethostbyname... (cached) yes
checking for nanosleep... yes
checking for popen... yes
checking for mkstemp... yes
checking for mkstemps... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... 1
checking for fseek64... no
checking for ftell64... no
checking for opj_cio_open in -lopenjpeg... no
checking openjpeg.h usability... no
checking openjpeg.h presence... no
checking for openjpeg.h... no
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FREETYPE... yes
checking for FONTCONFIG... yes
checking for CAIRO... no
checking for POPPLER_GLIB... yes
checking for glib-mkenums... /usr/bin/glib-mkenums
checking for GDK... yes
checking for Qt headers... /usr/share/qt3/include
checking for Qt libraries... /usr/lib
checking if Qt needs -pthread... no
checking for POPPLER_QT4... yes
checking for POPPLER_QT4_TEST... yes
checking for Qt4 moc... /usr/bin/moc-qt4
checking for GTK_TEST... no
checking for ABIWORD... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating goo/Makefile
config.status: creating fofi/Makefile
config.status: creating splash/Makefile
config.status: creating poppler/Makefile
config.status: creating utils/Makefile
config.status: creating glib/Makefile
config.status: creating glib/poppler-features.h
config.status: creating glib/reference/Makefile
config.status: creating glib/demo/Makefile
config.status: creating test/Makefile
config.status: creating qt/Makefile
config.status: creating qt4/Makefile
config.status: creating qt4/src/Makefile
config.status: creating qt4/tests/Makefile
config.status: creating qt4/demos/Makefile
config.status: creating poppler.pc
config.status: creating poppler-cairo.pc
config.status: creating poppler-splash.pc
config.status: creating poppler-glib.pc
config.status: creating poppler-qt.pc
config.status: creating poppler-qt4.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating poppler/poppler-config.h
config.status: poppler/poppler-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

Building poppler with support for:
  splash output:      yes
  cairo output:       no
  abiword output:     yes
  qt wrapper:         yes
  qt4 wrapper:        yes
  glib wrapper:       yes
    use GDK:          yes
  use gtk-doc:        no
  use libjpeg:        yes
  use zlib:           no
  use libopenjpeg:    no
  command line utils: yes

  Warning: Using libopenjpeg is recommended

thanks.

-- 
Shengli Xu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/poppler/attachments/20090227/fe088188/attachment-0001.html 


More information about the poppler mailing list