Error in compiling Alpha-5
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
Hey,
Check out the stuff below. Somehow Alpha 5 wont compile for me. The ABS does
more or less the same.
Jeroen
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/usr/local/src/eb-lite-alpha-5/missing: Unknown `--run' option
Try `/usr/local/src/eb-lite-alpha-5/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -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 (/usr/bin/ld) supports shared libraries... 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... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for lt_dlopen in -lltdl... yes
checking for library containing socket... none required
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.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 for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking whether lstat dereferences a symlink specified with a trailing
slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for memset... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for inet_ntoa... yes
checking for strerror... yes
checking for strstr... yes
checking for snprintf... yes
checking whether we need gethostname prototype... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/msn/Makefile
config.status: creating plugins/irc/Makefile
config.status: creating plugins/toc/Makefile
config.status: creating plugins/yahoo/Makefile
config.status: creating config.h
config.status: executing depfiles commands
[root@wizard eb-lite-alpha-5]# make
cd . && autoheader
autoheader: `config.h.in' is unchanged
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/usr/local/src/eb-lite-alpha-5'
Making all in plugins
make[2]: Entering directory `/usr/local/src/eb-lite-alpha-5/plugins'
Making all in msn
make[3]: Entering directory `/usr/local/src/eb-lite-alpha-5/plugins/msn'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/eb-lite-alpha-5/plugins/msn'
Making all in irc
make[3]: Entering directory `/usr/local/src/eb-lite-alpha-5/plugins/irc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/eb-lite-alpha-5/plugins/irc'
Making all in toc
make[3]: Entering directory `/usr/local/src/eb-lite-alpha-5/plugins/toc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/eb-lite-alpha-5/plugins/toc'
Making all in yahoo
make[3]: Entering directory `/usr/local/src/eb-lite-alpha-5/plugins/yahoo'
source='yahoo.c' object='yahoo.lo' libtool=yes \
depfile='.deps/yahoo.Plo' tmpdepfile='.deps/yahoo.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I../../src -no-cpp-precomp -g -O2 -Wall -DUSE_STRUCT_CALLBACKS=1 -c -o
yahoo.lo `test -f 'yahoo.c' || echo './'`yahoo.c
rm -f .libs/yahoo.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -no-cpp-precomp -g -O2 -Wall
-DUSE_STRUCT_CALLBACKS=1 -c yahoo.c -MT yahoo.lo -MD -MP -MF .deps/yahoo.TPlo
-fPIC -DPIC -o .libs/yahoo.lo
gcc: unrecognized option `-no-cpp-precomp'
yahoo.c: In function `ext_yahoo_got_im':
yahoo.c:516: warning: implicit declaration of function `eb_yahoo_add_user'
yahoo.c: At top level:
yahoo.c:831: warning: `eb_yahoo_add_user' was declared implicitly `extern' and
later `static'
yahoo.c:516: warning: previous declaration of `eb_yahoo_add_user'
yahoo.c:831: warning: type mismatch with previous implicit declaration
yahoo.c:516: warning: previous implicit declaration of `eb_yahoo_add_user'
yahoo.c:831: warning: `eb_yahoo_add_user' was previously implicitly declared
to return `int'
yahoo.c: In function `register_callbacks':
yahoo.c:1028: `sdfsdsdsfdsf' undeclared (first use in this function)
yahoo.c:1028: (Each undeclared identifier is reported only once
yahoo.c:1028: for each function it appears in.)
yahoo.c:1028: parse error before "yc"
make[3]: *** [yahoo.lo] Error 1
make[3]: Leaving directory `/usr/local/src/eb-lite-alpha-5/plugins/yahoo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/eb-lite-alpha-5/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/eb-lite-alpha-5'