compiling gtk on OSF1



Hi,
the current libgtk+ version,

GTK_MAJOR_VERSION=1
GTK_MINOR_VERSION=2
GTK_MICRO_VERSION=8
GTK_INTERFACE_AGE=3
GTK_BINARY_AGE=8

...crashes while compiling for OSF1.

here is my configure line:
LD_LIBRARY_PATH=/vol/pi/lib LDFLAGS=-L/usr/shlib ./configure --enable-shared=yes --with-glib-prefix=/vol/pi --prefix=/vol/pi --sysconfdir=/vol/pi/share/etc --infodir=/vol/pi/share/info --x-libraries=/usr/shlib --x-includes=/usr/include

here the configure output:
creating cache ./config.cache
checking for a BSD compatible install... /vol/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... alphaev6-dec-osf4.0f
checking build system type... alphaev6-dec-osf4.0f
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc  -L/usr/shlib) works... yes
checking whether the C compiler (gcc  -L/usr/shlib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... none
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 if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm output... failed
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... osf4.0f ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... alphaev6-dec-osf4.0f
checking whether build environment is sane... yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 -L/usr/shlib) works... yes
checking whether the C compiler (gcc -g -O2 -L/usr/shlib) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /vol/gnu/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for mawk... no
checking for gawk... gawk
checking for perl5... no
checking for perl... perl
checking for indent... indent
checking whether make is GNU Make... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for working 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 unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) 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... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking for libintl.h... no
checking whether catgets can be used... no
found xgettext program is not GNU xgettext; ignore it
checking for extra flags to get ANSI library prototypes... none needed
checking for extra flags for POSIX compliance... none needed
checking for glib-config... /vol/pi/bin/glib-config
checking for GLIB - version >= 1.2.8... yes
checking for X... libraries /usr/shlib, headers /usr/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... yes
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... 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 XUnregisterIMInstantiateCallback in -lX11... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking X11/extensions/XShm.h... yes
checking need -DX_LOCALE... no
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking return type of signal handlers... void
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) 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
updating cache ./config.cache
creating ./config.status
creating gtk+.spec
creating docs/gtk-config.1
creating Makefile
creating gtk-config
creating po/Makefile.in
creating docs/Makefile
creating gdk/Makefile
creating gtk/Makefile
creating gtk/gtkfeatures.h
creating config.h
config.h is unchanged

here the error:
Making all in gtk
make[2]: Entering directory `/amnt/eiche/volumes/pi02/reputer/src/gtk+-1.2.8/gtk'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H -DGTK_EXE_PREFIX=\"/vol/pi\" -DGTK_DATA_PREFIX=\"/vol/pi\" -DGTK_SYSCONFDIR=\"/vol/pi/share/etc\" -DGTK_LOCALEDIR=\"/vol/pi//locale\" -I.. -DGTK_NO_CHECK_CASTS -DUSE_XIM -I/vol/pi/lib/glib/include -I/vol/pi/include -D_REENTRANT -I/usr/include    -g -O2 -Wall -c gtkarg.c
rm -f .libs/gtkarg.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H -DGTK_EXE_PREFIX=\"/vol/pi\" -DGTK_DATA_PREFIX=\"/vol/pi\" -DGTK_SYSCONFDIR=\"/vol/pi/share/etc\" -DGTK_LOCALEDIR=\"/vol/pi//locale\" -I.. -DGTK_NO_CHECK_CASTS -DUSE_XIM -I/vol/pi/lib/glib/include -I/vol/pi/include -D_REENTRANT -I/usr/include -g -O2 -Wall -c gtkarg.c  -DPIC -o .libs/gtkarg.lo
gtkarg.c: In function `gtk_args_collect':
gtkarg.c:276: warning: implicit declaration of function `__builtin_isfloat'
gtkarg.c:276: parse error before `gint'
gtkarg.c:276: parse error before `gint'
gtkarg.c:276: parse error before `)'
gtkarg.c:276: parse error before `guint'
gtkarg.c:276: parse error before `guint'
gtkarg.c:276: parse error before `)'
gtkarg.c:276: parse error before `gint'
gtkarg.c:276: parse error before `guint'
gtkarg.c:276: parse error before `guint'
gtkarg.c:276: parse error before `)'
gtkarg.c:276: parse error before `glong'
gtkarg.c:276: parse error before `glong'
gtkarg.c:276: parse error before `)'
gtkarg.c:276: parse error before `gulong'
gtkarg.c:276: parse error before `gulong'
gtkarg.c:276: parse error before `)'
gtkarg.c:276: parse error before `gdouble'
gtkarg.c:276: parse error before `gdouble'
gtkarg.c:276: parse error before `)'
gtkarg.c:276: parse error before `gdouble'
gtkarg.c:276: parse error before `gdouble'
gtkarg.c:276: parse error before `)'
gtkarg.c:276: parse error before `gchar'
[andsoon andsoon]


does someone have an idea what is happening here?
any help would be greatly appreciated.


best regards

chris

-- 

------------------------------------------------------------------------------
Dipl.-Inform. Chris Schleiermacher                      Office: M3-128
AG PI, Technische Fakultaet, Universitaet Bielefeld     Fon: +49 521 106 2908
PO Box 100 131                                          Fax: +49 521 106 6411
D - 33501 Bielefeld, Germany    http://www.TechFak.Uni-Bielefeld.DE/~icschlei/




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