compile problems after libc6 upgrade

2000-10-04 Thread Pollywog
I was told this problem is definitely a problem with my system, and I just 
upgraded libc6 yesterday (to ver 2.1.94-3 ).  Will I have to downgrade to the 
stable Potato version?  Is the problem that I failed to upgrade something else 
when I upgraded libc6?

tnx

--
Andrew

 
 make[2]: Nothing to be done for `all'.
 make[2]: Leaving directory `/home/pollywog/cvs/licq/licq/share'
 Making all in src
 make[2]: Entering directory `/home/pollywog/cvs/licq/licq/src'
 c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include 
 -DINSTALL_PREFIX=\/usr/loca
 l\   -fPIC -DPIC -D_REENTRANT -I/usr/local/ssl/include/  -O2 -fno-exceptions 
 -f
 no-check-new -c licq.cpp
 In file included from 
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++
 -3/iostream.h:31,
  from 
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++
 -3/iterator.h:34,
  from 
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++
 -3/algobase.h:33,
  from 
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++
 -3/list.h:30,
  from licq.h:9,
  from licq.cpp:31:
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h: In 
 met
 hod `struct streampos streambuf::pubseekoff(long long int, ios::seek_dir, int 
 = 
 3)':
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h:362: 
 co
 nversion from `__off64_t' to non-scalar type `streampos' requested
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h: In 
 met
 hod `struct streampos streambuf::pubseekpos(_G_fpos64_t, int = 3)':
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h:364: 
 `s
 truct streampos' used where a `long long int' was expected
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h:364: 
 wa
 rning: control reaches end of non-void function 
 `streambuf::pubseekpos(_G_fpos64
 _t, int)'
 make[2]: *** [licq.o] Error 1



Re: compile problems after libc6 upgrade

2000-10-04 Thread Pollywog
On Wed, 04 Oct 2000 06:08:00 +
Pollywog [EMAIL PROTECTED] wrote:

 
  
  make[2]: Nothing to be done for `all'.
  make[2]: Leaving directory `/home/pollywog/cvs/licq/licq/share'
  Making all in src
  make[2]: Entering directory `/home/pollywog/cvs/licq/licq/src'
  c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include 
  -DINSTALL_PREFIX=\/usr/loca
  l\   -fPIC -DPIC -D_REENTRANT -I/usr/local/ssl/include/  -O2 
  -fno-exceptions -f
  no-check-new -c licq.cpp

=snip

I upgraded libstdc++ this morning and that fixed the problems.

--
Andrew