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

Build of heimdal 0.8-rc7 fails



HI!

Unfortunately building heimdal 0.8-rc7 fails on my system (see below).
Maybe because I have the MIT KRB libs installed? (needed due to many
package dependencies of the openSUSE 10.2 distro)

Any help is appreciated.

Ciao, Michael.

------------------------------------------------------------------------
 gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I../../lib/roken -I../../lib/roken -DBUILD_ROKEN_LIB -Wall
-Wmissing-prototypes -Wpointer-arith -Wbad-function-cast
-Wmissing-declarations -Wnested-externs -g -I/opt/db-4.5/include -c
getnameinfo.c  -fPIC -DPIC -o .libs/getnameinfo.o
getnameinfo.c:102: error: conflicting types for 'getnameinfo'
/usr/include/netdb.h:649: error: previous declaration of 'getnameinfo'
was here
make[3]: *** [getnameinfo.lo] Error 1
make[3]: Leaving directory `/usr/src/heimdal-0.8-rc7/lib/roken'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/heimdal-0.8-rc7/lib/roken'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/heimdal-0.8-rc7/lib'
make: *** [all-recursive] Error 1

------------------------------------------------------------------------

$ gcc -v
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2
--enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --program-suffix=-4.1
--enable-version-specific-runtime-libs --without-system-libunwind
--with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)