Hello,
   I am trying to compile Licq 1.0.4 on my Linux box and seem to be
running into n error. I have included the results of ./configure
(configure.txt) and make (make.txt). ./configure seems to go find but
make errors out with an error message I am not familiar with.  I have
Licq 1.0.0 running ATM but have noticed a few bugs recently so I
decided to upgrade in hopes that these bugs disappear. My main problem
with 1.0.0 is when people add me to their list they can't get any
messages from me. 
My system is an P-166 with 128M ram running Slackware 7.1. Other details
are....


gcc -V
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

make -v
GNU Make version 3.79, by Richard Stallman and Roland McGrath.

gtk-config --version
1.2.10

glib-config --version
1.2.10

I would include my qt version however I can't seem to get it to tell me
what version I am running. Licq 1.0.0 compiled without a problem and
./configure didn't say I needed to upgrade so I believe it is new
enough. 

Thanks in advance for your help.
-Thymus
checking build system type... i586-pc-linux-gnu
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
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 executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking how to run the C preprocessor... gcc -E
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++... gcc
checking whether g++ accepts -fno-exceptions -fno-check-new... yes
checking how to run the C++ preprocessor... g++ -E
checking for strerror in -lcposix... no
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for ranlib... ranlib
checking for strip... /usr/local/bin/strip
checking for size... /usr/local/bin/size
Setting Linux compilation options
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for getopt.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for pwd.h... yes
checking for unistd.h... yes
checking for paths.h... yes
checking for inet_addr in -lxnet... no
checking for socket in -lsocket... no
checking for gethostname... yes
checking for pthread_cancel in -lc_r... no
checking for pthread_cancel in -lpthread... yes
checking for dlopen in -lc_r... no
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
checking for dlopen modes... RTLD_LAZY
checking for inet_addr... yes
checking for inet_aton... yes
checking for mktime... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for hstrerror... yes
checking for readdir_r... yes
checking whether to enable SOCKS5 support... no
checking if OpenSSL support is desired... yes
checking for openssl/ssl.h... yes
checking for DH_free in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking if OpenSSL support can be enabled... yes
checking for vector.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... 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... (cached) yes
checking for size_t... yes
checking for socklen_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for sys_errlist and sys_nerr... yes
checking for tm_gmtoff... yes
checking for extern long timezone... yes
checking for ld used by GCC... /usr/i386-slackware-linux/bin/ld
checking if the linker (/usr/i386-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i386-slackware-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 73729
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/i386-slackware-linux/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 command to parse /usr/local/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
creating libtool
updating cache /dev/null
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes
checking for objdir... .libs
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
finding the maximum length of command line arguments... 73729
checking if g++ supports -c -o file.o... yes
checking if g++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/i386-slackware-linux/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 command to parse /usr/local/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... no
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating bin/Makefile
config.status: creating share/Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged


SOCKS5 support is disabled.
OpenSSL secure channel support is enabled.

--- Now type "gmake" to build Licq ---
--- If gmake is not working, try "make" ---

cd . \
  && CONFIG_FILES= CONFIG_HEADERS=config.h \
     /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/installsrc/licq-1.0.4'
Making all in share
make[2]: Entering directory `/installsrc/licq-1.0.4/share'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/installsrc/licq-1.0.4/share'
Making all in src
make[2]: Entering directory `/installsrc/licq-1.0.4/src'
source='licq.cpp' object='licq.o' libtool=no \
depfile='.deps/licq.Po' tmpdepfile='.deps/licq.TPo' \
depmode=gcc /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/usr/local\"   
-fPIC -DPIC -D_REENTRANT  -O2 -fno-exceptions -fno-check-new -c -o licq.o `test -f 
licq.cpp || echo './'`licq.cpp
/usr/include/g++-2/streambuf.h: In method `struct streampos 
streambuf::pubseekoff(streamoff, enum _seek_dir, int = 3)':
In file included from /usr/include/g++-2/iostream.h:31,
                 from /usr/include/g++-2/stl_algobase.h:53,
                 from /usr/include/g++-2/list:30,
                 from licq.h:9,
                 from licq.cpp:31:
/usr/include/g++-2/streambuf.h:362: conversion from `__off64_t' to non-scalar type 
`streampos' requested
/usr/include/g++-2/streambuf.h: In method `struct streampos 
streambuf::pubseekpos(struct streampos, int = 3)':
/usr/include/g++-2/streambuf.h:364: `struct streampos' used where a `__off64_t' was 
expected
/usr/include/g++-2/streambuf.h:364: warning: control reaches end of non-void function 
`streambuf::pubseekpos(streampos, int)'
make[2]: *** [licq.o] Error 1
make[2]: Leaving directory `/installsrc/licq-1.0.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/installsrc/licq-1.0.4'
make: *** [all] Error 2

Reply via email to