Re: CVS build failure with gcc 3.4
Chris Webb <[email protected]> Thu, 16 Dec 2004 21:27:25 +0000
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
And similarly later in the same build (yusing make -k) if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/include -I//include -I.. -I../async -I../arpc -I../crypt -I../sfsmisc -I../sfsrodb -I../adb -I../svc -I../svc -DEXECDIR=\"/lib/sfs-0.8pre\" -DETCDIR=\"/etc/sfs\" -DDATADIR=\"/share/sfs\" -DPIDDIR=\"/var/run\" -DSFSDIR=\"/var/lib/sfs\" -g -O2 -Wall -Werror -MT chan.o -MD -MP -MF ".deps/chan.Tpo" -c -o chan.o chan.C; \ then mv -f ".deps/chan.Tpo" ".deps/chan.Po"; else rm -f ".deps/chan.Tpo"; exit 1; fi chan.C: In member function `virtual void chanfd::data(svccb*)': chan.C:299: error: no matching function for call to `wrap(chanfd* const, void (chanfd::*)(int, int), int&, <anonymous enum>)' $ gcc --version gcc (GCC) 3.4.3 [...] No others that I can see. (I've built just the two .C files that fail with gcc-3.3.2 instead, which seems to have generated working binaries linked against the new libstdc++.) Cheers, Chris.