Il 01 Ottobre 2007 20:57:52 Lupine ha scritto: > Problem: Can't get wvstreams-4.2.2 to compile. > BLFS version: mostly SVN > GCC version: gcc (GCC) 4.1.1 > > Error: > ./configure --prefix=/usr \ > --sysconfdir=/etc --localstatedir=/var && > make > ./include/wvstring.h:396: error: extra qualification 'WvString::' on member > 'construct' make: *** [utils/wvbuffer.o] Error 1
Hi, it's a problem with a c++ syntax no more accepted from newer g++. Usually you just need to cut the string "WvString::" from the line and file indicated in the error. However it seems that newer wvstreams are out, maybe you want also check this: http://code.google.com/p/wvstreams/downloads/list A. Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
