Menu

#155 Compilation problem on Slackware current

v1.0_(example)
closed
nobody
None
5
2015-04-29
2015-04-29
No

During make this is the error occurs

samuel@vaiocco ~/S/s/x/xournal-0.4.8> 
./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man/ 
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
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 whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for Windows environment... no
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 locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  ca cs de es fr ja it nl pl pt_BR zh_CN zh_TW
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/ttsubset/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
samuel@vaiocco ~/S/s/x/xournal-0.4.8> make
make  all-recursive
make[1]: Entering directory `/home/samuel/Scaricati/slackware-build/xournal/xournal-0.4.8'
Making all in src
make[2]: Entering directory `/home/samuel/Scaricati/slackware-build/xournal/xournal-0.4.8/src'
Making all in ttsubset
make[3]: Entering directory `/home/samuel/Scaricati/slackware-build/xournal/xournal-0.4.8/src/ttsubset'
gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz  -DNO_MAPPERS -DNO_TYPE3 -DNO_TYPE42    -g -O2 -MT sft.o -MD -MP -MF .deps/sft.Tpo -c -o sft.o sft.c
sft.c: In function ‘GetCompoundTTOutline’:
sft.c:742:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
         if (listFind(glyphlist, (void *) (int) index)) {
                                 ^
sft.c:756:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
         listAppend(glyphlist, (void *) (int) index);
                               ^
sft.c: In function ‘GetTTGlyphOutline’:
sft.c:940:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
             listAppend(glyphlist, (void *) glyphID);
                                   ^
sft.c: In function ‘GetTTGlyphComponents’:
sft.c:1847:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     listAppend(glyphlist, (void *) glyphID);
                           ^
mv -f .deps/sft.Tpo .deps/sft.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz  -DNO_MAPPERS -DNO_TYPE3 -DNO_TYPE42    -g -O2 -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
mv -f .deps/list.Tpo .deps/list.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz  -DNO_MAPPERS -DNO_TYPE3 -DNO_TYPE42    -g -O2 -MT ttcr.o -MD -MP -MF .deps/ttcr.Tpo -c -o ttcr.o ttcr.c
ttcr.c: In function ‘glyfAdd’:
ttcr.c:1333:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
             currentID = (guint32) listCurrent(glyphlist);
                         ^
mv -f .deps/ttcr.Tpo .deps/ttcr.Po
rm -f libttsubset.a
ar cru libttsubset.a sft.o list.o ttcr.o 
ranlib libttsubset.a
make[3]: Leaving directory `/home/samuel/Scaricati/slackware-build/xournal/xournal-0.4.8/src/ttsubset'
make[3]: Entering directory `/home/samuel/Scaricati/slackware-build/xournal/xournal-0.4.8/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-misc.o -MD -MP -MF .deps/xo-misc.Tpo -c -o xo-misc.o xo-misc.c
mv -f .deps/xo-misc.Tpo .deps/xo-misc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-file.o -MD -MP -MF .deps/xo-file.Tpo -c -o xo-file.o xo-file.c
mv -f .deps/xo-file.Tpo .deps/xo-file.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-paint.o -MD -MP -MF .deps/xo-paint.Tpo -c -o xo-paint.o xo-paint.c
mv -f .deps/xo-paint.Tpo .deps/xo-paint.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-selection.o -MD -MP -MF .deps/xo-selection.Tpo -c -o xo-selection.o xo-selection.c
mv -f .deps/xo-selection.Tpo .deps/xo-selection.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-clipboard.o -MD -MP -MF .deps/xo-clipboard.Tpo -c -o xo-clipboard.o xo-clipboard.c                                     
mv -f .deps/xo-clipboard.Tpo .deps/xo-clipboard.Po                                                                                                                                                                                                                             
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-image.o -MD -MP -MF .deps/xo-image.Tpo -c -o xo-image.o xo-image.c                                                     
mv -f .deps/xo-image.Tpo .deps/xo-image.Po                                                                                                                                                                                                                                     
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-print.o -MD -MP -MF .deps/xo-print.Tpo -c -o xo-print.o xo-print.c                                                     
mv -f .deps/xo-print.Tpo .deps/xo-print.Po                                                                                                                                                                                                                                     
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-support.o -MD -MP -MF .deps/xo-support.Tpo -c -o xo-support.o xo-support.c                                             
mv -f .deps/xo-support.Tpo .deps/xo-support.Po                                                                                                                                                                                                                                 
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-interface.o -MD -MP -MF .deps/xo-interface.Tpo -c -o xo-interface.o xo-interface.c                                     
mv -f .deps/xo-interface.Tpo .deps/xo-interface.Po                                                                                                                                                                                                                             
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-callbacks.o -MD -MP -MF .deps/xo-callbacks.Tpo -c -o xo-callbacks.o xo-callbacks.c                                     
mv -f .deps/xo-callbacks.Tpo .deps/xo-callbacks.Po                                                                                                                                                                                                                             
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz     -g -O2 -MT xo-shapes.o -MD -MP -MF .deps/xo-shapes.Tpo -c -o xo-shapes.o xo-shapes.c                                                 
mv -f .deps/xo-shapes.Tpo .deps/xo-shapes.Po                                                                                                                                                                                                                                   
gcc  -g -O2  -lz -lm -o xournal main.o xo-misc.o xo-file.o xo-paint.o xo-selection.o xo-clipboard.o xo-image.o xo-print.o xo-support.o xo-interface.o xo-callbacks.o xo-shapes.o ttsubset/libttsubset.a -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpoppler-glib -lgio-2.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype   -lX11 -lz -lm                                                                                                                     
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_simple_progression@LIBJPEG_6.2"                                                                                                                                                                         
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_finish_compress@LIBJPEG_6.2"                                                                                                                                                                            
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_write_scanlines@LIBJPEG_6.2"                                                                                                                                                                            
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_std_error@LIBJPEG_6.2"                                                                                                                                                                                  
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_set_quality@LIBJPEG_6.2"                                                                                                                                                                                
/usr/lib64/../lib64/libtiff.so.5: riferimento non definito a "jpeg_finish_decompress@LIBJPEG_6.2"
/usr/lib64/../lib64/libtiff.so.5: riferimento non definito a "jpeg_destroy@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_set_defaults@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_read_scanlines@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_CreateCompress@LIBJPEG_6.2"
/usr/lib64/../lib64/libtiff.so.5: riferimento non definito a "jpeg_read_raw_data@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_start_compress@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_CreateDecompress@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_start_decompress@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_destroy_decompress@LIBJPEG_6.2"
/usr/lib64/../lib64/libtiff.so.5: riferimento non definito a "jpeg_write_tables@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_resync_to_restart@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_destroy_compress@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_set_colorspace@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_read_header@LIBJPEG_6.2"
/usr/lib64/../lib64/libtiff.so.5: riferimento non definito a "jpeg_write_raw_data@LIBJPEG_6.2"
/usr/lib64/../lib64/libtiff.so.5: riferimento non definito a "jpeg_abort@LIBJPEG_6.2"
/usr/lib64/../lib64/libpoppler.so.51: riferimento non definito a "jpeg_stdio_dest@LIBJPEG_6.2"
/usr/lib64/../lib64/libtiff.so.5: riferimento non definito a "jpeg_suppress_tables@LIBJPEG_6.2"
collect2: error: ld returned 1 exit status
make[3]: *** [xournal] Errore 1
make[3]: Leaving directory `/home/samuel/Scaricati/slackware-build/xournal/xournal-0.4.8/src'
make[2]: *** [all-recursive] Errore 1
make[2]: Leaving directory `/home/samuel/Scaricati/slackware-build/xournal/xournal-0.4.8/src'
make[1]: *** [all-recursive] Errore 1
make[1]: Leaving directory `/home/samuel/Scaricati/slackware-build/xournal/xournal-0.4.8'
make: *** [all] Errore 2

Discussion

  • Samuel Panicucci

    I've resolved installing libjpeg-turbo

     
  • Denis Auroux

    Denis Auroux - 2015-04-29

    Indeed, if poppler was compiled with libjpeg support then it should not have been installed without libjpeg. Your fix is correct. (Surprised that slackware's package system doesn't enforce such dependencies).

     
  • Denis Auroux

    Denis Auroux - 2015-04-29
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB