View previous topic :: View next topic |
Author |
Message |
Jamon Guest
|
Posted: Wed Apr 24, 2002 9:49 pm Post subject: Abiword Broken? |
|
|
I tried to emerge Abiword today, and it fails with this:
g++ -DPACKAGE=\"AbiSuite\" -DVERSION=\"0.99.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_EXPAT=1 -DHAVE_PSICONV=1 -DHAVE_WV=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DRETSIGTYPE=void -DHAVE_RE_COMP=1 -DHAVE_REGCOMP=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. -I. -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gnome-xml -I/usr/include/gnome-vfs-1.0 -I/usr/lib/gnome-vfs-1.0/include -I/usr/include -I/usr/include/orbit-1.0 -I/usr/include/gconf/1 -D_REENTRANT -DHAVE_GNOME -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DSUPPORTS_UT_IDLE=1 -I'../../../../src/af/util/xp' -I'../../../../src/af/ev/xp' -I'../../../../src/af/ev/xp' -I'../../../../src/af/gr/xp' -I'../../../../src/af/xap/xp' -I'../../../../src/af/util/unix' -I'../../../../src/af/ev/unix' -I'../../../../src/af/gr/unix' -I'../../../../src/af/xap/unix' -I'../../../../src/af/xap/unix/gnome' -I'../../../../src/af/ev/unix/gnome' -I../../../../../libiconv/include -Wall -pedantic -ansi -D_POSIX_SOURCE -D_BSD_SOURCE -pipe -DNDEBUG -O3 -DABI_OPT_PERL -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.6.1/i686-linux/CORE -Ubool -DBIDI_ENABLED -I/var/tmp/portage/abiword-0.99.5/work/abiword-0.99.5/psiconv/ -I/var/tmp/portage/abiword-0.99.5/work/abiword-0.99.5/wv -DHAVE_LIBJPEG -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gnome-xml -I/usr/include/gnome-vfs-1.0 -I/usr/lib/gnome-vfs-1.0/include -I/usr/include -I/usr/include/orbit-1.0 -I/usr/include/gconf/1 -D_REENTRANT -DHAVE_GNOME -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DSUPPORTS_UT_IDLE=1 -DABI_BUILD_VERSION=\"0.99.4\" -c -o gr_UnixImage.o `test -f gr_UnixImage.cpp || echo './'`gr_UnixImage.cpp
gr_UnixImage.cpp:21: png.h: No such file or directory
gr_UnixImage.cpp:54: `png_structp' was not declared in this scope
gr_UnixImage.cpp:54: parse error before `,'
gr_UnixImage.cpp: In function `void _png_read(...)':
gr_UnixImage.cpp:56: `png_ptr' undeclared (first use this function)
gr_UnixImage.cpp:56: (Each undeclared identifier is reported only once
gr_UnixImage.cpp:56: for each function it appears in.)
gr_UnixImage.cpp:56: `png_get_io_ptr' undeclared (first use this function)
gr_UnixImage.cpp:59: `data' undeclared (first use this function)
gr_UnixImage.cpp:59: `length' undeclared (first use this function)
gr_UnixImage.cpp: At top level:
gr_UnixImage.cpp:63: parse error before `,'
gr_UnixImage.cpp:70: `png_structp' was not declared in this scope
gr_UnixImage.cpp:71: variable or field `_png_flush' declared void
gr_UnixImage.cpp:71: syntax error before `{'
gr_UnixImage.cpp: In method `bool GR_UnixImage::convertToBuffer(UT_ByteBuf **) const':
gr_UnixImage.cpp:112: parse error before `;'
gr_UnixImage.cpp:113: `png_infop' undeclared (first use this function)
gr_UnixImage.cpp:116: `PNG_LIBPNG_VER_STRING' undeclared (first use this function)
gr_UnixImage.cpp:116: `png_voidp' undeclared (first use this function)
gr_UnixImage.cpp:116: parse error before `__null'
gr_UnixImage.cpp:119: `info_ptr' undeclared (first use this function)
gr_UnixImage.cpp:119: `png_create_info_struct' undeclared (first use this function)
gr_UnixImage.cpp:122: `setjmp' undeclared (first use this function)
gr_UnixImage.cpp:125: `png_infopp' undeclared (first use this function)
gr_UnixImage.cpp:125: parse error before `__null'
gr_UnixImage.cpp:132: `png_set_write_fn' undeclared (first use this function)
gr_UnixImage.cpp:142: `PNG_COLOR_TYPE_RGB' undeclared (first use this function)
gr_UnixImage.cpp:143: `PNG_INTERLACE_NONE' undeclared (first use this function)
gr_UnixImage.cpp:144: `PNG_COMPRESSION_TYPE_BASE' undeclared (first use this function)
gr_UnixImage.cpp:145: `PNG_FILTER_TYPE_BASE' undeclared (first use this function)
gr_UnixImage.cpp:145: `png_set_IHDR' undeclared (first use this function)
gr_UnixImage.cpp:148: `png_write_info' undeclared (first use this function)
gr_UnixImage.cpp:185: `png_write_rows' undeclared (first use this function)
gr_UnixImage.cpp:196: `png_write_end' undeclared (first use this function)
gr_UnixImage.cpp:199: parse error before `__null'
gr_UnixImage.cpp: In method `bool GR_UnixImage::_convertPNGFromBuffer(const UT_ByteBuf *, int, int)':
gr_UnixImage.cpp:234: parse error before `;'
gr_UnixImage.cpp:236: `png_uint_32' undeclared (first use this function)
gr_UnixImage.cpp:240: `png_create_read_struct' undeclared (first use this function)
gr_UnixImage.cpp:251: parse error before `__null'
gr_UnixImage.cpp:262: parse error before `__null'
gr_UnixImage.cpp:272: `png_set_read_fn' undeclared (first use this function)
gr_UnixImage.cpp:277: `png_read_info' undeclared (first use this function)
gr_UnixImage.cpp:279: `width' undeclared (first use this function)
gr_UnixImage.cpp:279: `height' undeclared (first use this function)
gr_UnixImage.cpp:280: `png_get_IHDR' undeclared (first use this function)
gr_UnixImage.cpp:285: `png_set_packing' undeclared (first use this function)
gr_UnixImage.cpp:288: `png_set_expand' undeclared (first use this function)
gr_UnixImage.cpp:292: `png_set_strip_16' undeclared (first use this function)
gr_UnixImage.cpp:295: `png_set_gray_to_rgb' undeclared (first use this function)
gr_UnixImage.cpp:298: `png_set_strip_alpha' undeclared (first use this function)
gr_UnixImage.cpp:301: `png_set_interlace_handling' undeclared (first use this function)
gr_UnixImage.cpp:314: parse error before `__null'
gr_UnixImage.cpp:329: `png_read_rows' undeclared (first use this function)
gr_UnixImage.cpp:334: `png_read_end' undeclared (first use this function)
gr_UnixImage.cpp:337: parse error before `__null'
make[4]: *** [gr_UnixImage.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/abiword-0.99.5/work/abiword-0.99.5/abi/src/af/gr/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/abiword-0.99.5/work/abiword-0.99.5/abi/src/af/gr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/abiword-0.99.5/work/abiword-0.99.5/abi/src/af'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/abiword-0.99.5/work/abiword-0.99.5/abi/src'
make: *** [all-recursive] Error 1
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 45, Exitcode 2
!!! (no error message)
!!! emerge aborting on /usr/portage/app-office/abiword/abiword-0.99.5.ebuild .
Any ideas?
Jamon |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|