GTK+-2.0.9 does not find pango 1.0.5? (2nd)



I've built GTK+2.0.x since the first stable 2.0.x with no problems.

[war war war]$ ls -ld /app/{atk*,glib*,gtk*,pango*}
drwxr-xr-x    5 war      war          4.0k Nov  5 08:55 /app/atk-1.0.3/
drwxr-xr-x    7 war      war          4.0k Nov  5 07:57 /app/glib-2.0.7/
drwxr-xr-x    8 war      war          4.0k Nov  9 21:49 /app/gtk+-2.0.8/
drwxr-xr-x    7 war      war          4.0k Nov  5 08:18 /app/pango-1.0.5/

btw incase you are wondering about the /app thing, it is based on relink:
relink, http://relink.sourceforge.net/
ex:

[war war war]$ mv /app/xchat-1.8.10/ .
[war war war]$ relink
17 link(s) removed
[war war war]$ # xchat removed
[war war war]$ mv xchat-1.8.10/ /app
[war war war]$ relink
17 link(s) installed
[war war war]$ # xchat installed
[war war war]$ # ie, ./configure --prefix=/app/`basename $PWD` ; make ; make install
[war war war]$ # and relink

I have no issues until 2.0.9, and according to vcheck pango 1.0.5 is the latest version.

prog pango = {
version   = 1.0.5
urgency   = high
dl        = yes
lastcheck = "2002-11-22 20:06"
url       = ftp://ftp.gtk.org/pub/gtk/v2.0/
regex     = pango-(__VER__)\.tar
}


With GTK+-2.0.9 I get this during configure:

[war war gtk+-2.0.9]$ ins
checking for a BSD-compatible install... /vapp/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /vapp/i686-pc-linux-gnu/bin/ld
checking if the linker (/vapp/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /vapp/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /vapp/bin/nm -B
checking for a sed that does not truncate output... /vapp/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /vapp/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/vapp/i686-pc-linux-gnu/bin/ld) supports shared lib
raries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking for native Win32... no
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /vapp/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for pkg-config... /vapp/bin/pkg-config
checking for glib-2.0 >= 2.0.6 atk >= 1.0.1 pango >= 1.0.1... yes
checking BASE_DEPENDENCIES_CFLAGS... -I/app/glib-2.0.7/include/glib-2.0 -I/app/g lib-2.0.7/lib/glib-2.0/include -I/app/atk-1.0.3/include/atk-1.0 -I/app/pango-1.0
.5/include/pango-1.0
checking BASE_DEPENDENCIES_LIBS... -Wl,--export-dynamic -L/app/glib-2.0.7/lib -L /app/atk-1.0.3/lib -L/app/pango-1.0.5/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -l
gmodule-2.0 -ldl -lglib-2.0
checking Whether to write dependencies into .pc files... no
checking for perl5... no
checking for perl... /vapp/bin/perl
checking for indent... indent
checking for lstat... yes
checking for mkstemp... yes
checking for flockfile... yes
checking for sigsetjmp... yes
checking whether make is GNU Make... yes
checking for ranlib... (cached) ranlib
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for msgfmt... /vapp/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /vapp/bin/msgfmt
checking for xgettext... /vapp/bin/xgettext
checking for catalogs to be installed... am ar az be bg ca cs cy da de el en_GB en IPA es et eu fa fi fr ga gl he hi hr hu ia it ja ko lt lv ms nl nn no pl pt
pt_BR ro ru sk sl sp sr sv tr uk vi wa zh_TW zh_CN
checking for extra flags to get ANSI library prototypes... none needed
checking for the BeOS... no
checking for extra flags for POSIX compliance... none needed
checking for pkg-config... (cached) /vapp/bin/pkg-config
checking for GLIB - version >= 2.0.6... yes (version 2.0.7)
checking for bind_textdomain_codeset... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking return type of signal handlers... void
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for getresuid... yes
checking for uid_t in sys/types.h... yes
checking for fd_set... yes, found in sys/types.h
checking for wchar.h... yes
checking for wctype.h... yes
checking for iswalnum... yes
checking if iswalnum() and friends are properly defined... yes
checking whether to build gmodulized gdk-pixbuf... yes
checking whether dynamic modules work... yes
checking for TIFFReadScanline in -ltiff... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
checking for jpeg_simple_progression in -ljpeg... yes
checking for libpng12... no
checking for png_read_info in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_structp in png.h... yes
checking pixbuf loaders to build...
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... (cached) void
checking for x86 platform... yes
checking compiler support for MMX... yes
checking for freetype-config... /vapp/bin/freetype-config
checking for FT_New_Face in -lfreetype... yes
checking For sufficiently new FreeType (at least 2.0.1)... yes
checking for X... libraries /usr/X11R6/lib, headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XRenderFindFormat in -lXrender... yes
checking for XftFontOpen in -lXft... yes
checking X11/Xft/XftFreetype.h usability... yes
checking X11/Xft/XftFreetype.h presence... yes
checking for X11/Xft/XftFreetype.h... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for XShapeCombineMask in -lXext... yes
checking for XConvertCase in -lX11... yes
checking for XkbQueryExtension in -lX11... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking X11/extensions/XShm.h... yes
checking Pango flags... -I/app/pango-1.0.5/include/pango-1.0 -I/usr/include/free type2 -I/app/glib-2.0.7/include/glib-2.0 -I/app/glib-2.0.7/lib/glib-2.0/include -Wl,--export-dynamic -L/app/pango-1.0.5/lib -L/app/glib-2.0.7/lib -lpangoxft-1
.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for pango_context_new in -lpango-1.0... no
configure: error:
*** Can't link to Pango. Pango is required to build
*** GTK+. For more information see http://www.pango.org
ESTIMATED COMPILE TIME: 11:39.62.
make: *** No targets specified and no makefile found.  Stop.
make: *** Error: Make failed.
make: *** Aborting!
[war war gtk+-2.0.9]$





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]