cannot get gnome-keyring to build



No matter what versions or combinations of glib and gtk that I try, I keep getting the same error when I try to compile gnome-keyring-0.8.1. I even went as far as upgrading my glibc to the latest stable version 2.9 just in case that might help.

I have been trying different versions of everything that I can think of that might affect the situation, but I just do not understand this error. Any information concerning what might fix it or just help me understand what is going on would be greatly appreciated.

BTW, I have done much googleing and I have found some conversation about getting keyring to compile, however, their solutions did not work for me.

configure and make output is attached.

gnome-keyring-daemon-io.c: In function 'read_unix_socket_credentials':
gnome-keyring-daemon-io.c:184: error: storage size of 'cr' isn't known
make[1]: *** [gnome-keyring-daemon-io.o] Error 1
make[1]: Leaving directory `/sources3/gnome-keyring-0.8.1'
make: *** [install-recursive] Error 1


configure: loading cache /dev/null
/dev/null: line 1: ./configure:: No such file or directory
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether build environment is sane... 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 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 an ANSI C-conforming const... yes
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 dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
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 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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
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 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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
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
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... 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
appending configuration tag "F77" to libtool
checking for intltool >= 0.35.0... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GOBJECT... yes
checking for GTK... 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 whether socklen_t is defined... yes
checking for struct cmsgcred... no
checking for getpeerucred... no
checking for mkdtemp... yes
checking whether stat file-mode macros are broken... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for gettimeofday... yes
checking for fsync... yes
checking for socket in -lsocket... no
checking for socket... yes
checking for DBUS... yes
checking for /dev/random... no
checking for more warnings... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating reference/Makefile
config.status: creating gnome-keyring-1.pc
config.status: creating gnome-keyring-1-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
make  all-recursive
make[1]: Entering directory `/sources3/gnome-keyring-0.8.1'
Making all in .
make[2]: Entering directory `/sources3/gnome-keyring-0.8.1'
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT gnome-keyring.lo -MD -MP -MF ".deps/gnome-keyring.Tpo" \
	  -c -o gnome-keyring.lo `test -f 'gnome-keyring.c' || echo './'`gnome-keyring.c; \
	then mv -f ".deps/gnome-keyring.Tpo" ".deps/gnome-keyring.Plo"; \
	else rm -f ".deps/gnome-keyring.Tpo"; exit 1; \
	fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLIBEXECDIR=\"/usr/libexec\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -MT gnome-keyring.lo -MD -MP -MF .deps/gnome-keyring.Tpo -c gnome-keyring.c  -fPIC -DPIC -o .libs/gnome-keyring.o
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT gnome-keyring-proto.lo -MD -MP -MF ".deps/gnome-keyring-proto.Tpo" \
	  -c -o gnome-keyring-proto.lo `test -f 'gnome-keyring-proto.c' || echo './'`gnome-keyring-proto.c; \
	then mv -f ".deps/gnome-keyring-proto.Tpo" ".deps/gnome-keyring-proto.Plo"; \
	else rm -f ".deps/gnome-keyring-proto.Tpo"; exit 1; \
	fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLIBEXECDIR=\"/usr/libexec\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -MT gnome-keyring-proto.lo -MD -MP -MF .deps/gnome-keyring-proto.Tpo -c gnome-keyring-proto.c  -fPIC -DPIC -o .libs/gnome-keyring-proto.o
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT gnome-keyring-utils.lo -MD -MP -MF ".deps/gnome-keyring-utils.Tpo" \
	  -c -o gnome-keyring-utils.lo `test -f 'gnome-keyring-utils.c' || echo './'`gnome-keyring-utils.c; \
	then mv -f ".deps/gnome-keyring-utils.Tpo" ".deps/gnome-keyring-utils.Plo"; \
	else rm -f ".deps/gnome-keyring-utils.Tpo"; exit 1; \
	fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLIBEXECDIR=\"/usr/libexec\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -MT gnome-keyring-utils.lo -MD -MP -MF .deps/gnome-keyring-utils.Tpo -c gnome-keyring-utils.c  -fPIC -DPIC -o .libs/gnome-keyring-utils.o
/bin/sh ./libtool --mode=link gcc  -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include     -o libgnome-keyring-common.la   gnome-keyring-proto.lo gnome-keyring-utils.lo -lglib-2.0   -ldbus-1  
ar cru .libs/libgnome-keyring-common.a .libs/gnome-keyring-proto.o .libs/gnome-keyring-utils.o
ranlib .libs/libgnome-keyring-common.a
creating libgnome-keyring-common.la
(cd .libs && rm -f libgnome-keyring-common.la && ln -s ../libgnome-keyring-common.la libgnome-keyring-common.la)
/bin/sh ./libtool --mode=link gcc  -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include     -o libgnome-keyring.la -rpath /usr/lib -version-info 0:1:0 -no-undefined gnome-keyring.lo libgnome-keyring-common.la -lglib-2.0   -ldbus-1  
gcc -shared  .libs/gnome-keyring.o -Wl,--whole-archive ./.libs/libgnome-keyring-common.a -Wl,--no-whole-archive  /usr/lib/libglib-2.0.so /usr/lib/libdbus-1.so  -Wl,-soname -Wl,libgnome-keyring.so.0 -o .libs/libgnome-keyring.so.0.0.1
(cd .libs && rm -f libgnome-keyring.so.0 && ln -s libgnome-keyring.so.0.0.1 libgnome-keyring.so.0)
(cd .libs && rm -f libgnome-keyring.so && ln -s libgnome-keyring.so.0.0.1 libgnome-keyring.so)
creating libgnome-keyring.la
(cd .libs && rm -f libgnome-keyring.la && ln -s ../libgnome-keyring.la libgnome-keyring.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT aes.o -MD -MP -MF ".deps/aes.Tpo" \
	  -c -o aes.o `test -f 'aes.c' || echo './'`aes.c; \
	then mv -f ".deps/aes.Tpo" ".deps/aes.Po"; \
	else rm -f ".deps/aes.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT md5.o -MD -MP -MF ".deps/md5.Tpo" \
	  -c -o md5.o `test -f 'md5.c' || echo './'`md5.c; \
	then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; \
	else rm -f ".deps/md5.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT sha256.o -MD -MP -MF ".deps/sha256.Tpo" \
	  -c -o sha256.o `test -f 'sha256.c' || echo './'`sha256.c; \
	then mv -f ".deps/sha256.Tpo" ".deps/sha256.Po"; \
	else rm -f ".deps/sha256.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT gnome-keyring-daemon.o -MD -MP -MF ".deps/gnome-keyring-daemon.Tpo" \
	  -c -o gnome-keyring-daemon.o `test -f 'gnome-keyring-daemon.c' || echo './'`gnome-keyring-daemon.c; \
	then mv -f ".deps/gnome-keyring-daemon.Tpo" ".deps/gnome-keyring-daemon.Po"; \
	else rm -f ".deps/gnome-keyring-daemon.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT gnome-keyring-daemon-file.o -MD -MP -MF ".deps/gnome-keyring-daemon-file.Tpo" \
	  -c -o gnome-keyring-daemon-file.o `test -f 'gnome-keyring-daemon-file.c' || echo './'`gnome-keyring-daemon-file.c; \
	then mv -f ".deps/gnome-keyring-daemon-file.Tpo" ".deps/gnome-keyring-daemon-file.Po"; \
	else rm -f ".deps/gnome-keyring-daemon-file.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT gnome-keyring-daemon-io.o -MD -MP -MF ".deps/gnome-keyring-daemon-io.Tpo" \
	  -c -o gnome-keyring-daemon-io.o `test -f 'gnome-keyring-daemon-io.c' || echo './'`gnome-keyring-daemon-io.c; \
	then mv -f ".deps/gnome-keyring-daemon-io.Tpo" ".deps/gnome-keyring-daemon-io.Po"; \
	else rm -f ".deps/gnome-keyring-daemon-io.Tpo"; exit 1; \
	fi
gnome-keyring-daemon-io.c: In function 'read_unix_socket_credentials':
gnome-keyring-daemon-io.c:184: error: storage size of 'cr' isn't known
make[2]: *** [gnome-keyring-daemon-io.o] Error 1
make[2]: Leaving directory `/sources3/gnome-keyring-0.8.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sources3/gnome-keyring-0.8.1'
make: *** [all] Error 2
Making install in .
make[1]: Entering directory `/sources3/gnome-keyring-0.8.1'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBEXECDIR=\""/usr/libexec"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT gnome-keyring-daemon-io.o -MD -MP -MF ".deps/gnome-keyring-daemon-io.Tpo" \
	  -c -o gnome-keyring-daemon-io.o `test -f 'gnome-keyring-daemon-io.c' || echo './'`gnome-keyring-daemon-io.c; \
	then mv -f ".deps/gnome-keyring-daemon-io.Tpo" ".deps/gnome-keyring-daemon-io.Po"; \
	else rm -f ".deps/gnome-keyring-daemon-io.Tpo"; exit 1; \
	fi
gnome-keyring-daemon-io.c: In function 'read_unix_socket_credentials':
gnome-keyring-daemon-io.c:184: error: storage size of 'cr' isn't known
make[1]: *** [gnome-keyring-daemon-io.o] Error 1
make[1]: Leaving directory `/sources3/gnome-keyring-0.8.1'
make: *** [install-recursive] Error 1


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