-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Martin Michlmayr schrieb: >> x86_64-linux-gnu-g++ -DVERSION_EXTRA=\"+deb2\" -D_FORTIFY_SOURCE=2 -fPIC -O2 >> -fomit-frame-pointer -DHAVE_IPV6 -Wall -W -Wno-unused-parameter >> -Woverloaded-virtual -Wshadow -DHAVE_LIBSSL -D_MODULES >> -D_MODDIR_=\"/usr/lib/znc\" -D_DATADIR_=\"/usr/share/znc\" -c -o Utils.o >> Utils.cpp -MMD -MF .depend/Utils.cpp.dep >> In file included from Utils.cpp:9: >> Utils.h: In function 'bool ReadFile(const CString&, CString&)': >> Utils.h:260: error: 'fopen' was not declared in this scope >> Utils.h:266: error: 'fread' was not declared in this scope >> Utils.h:270: error: 'fclose' was not declared in this scope >> Utils.h: In function 'bool WriteFile(const CString&, const CString&)': >> Utils.h:279: error: 'fopen' was not declared in this scope >> Utils.h:284: error: 'fwrite' was not declared in this scope >> Utils.h:286: error: 'fclose' was not declared in this scope >> make[1]: *** [Utils.o] Error 1 > > --- Utils.h~ 2008-11-08 06:12:26.000000000 +0000 > +++ Utils.h 2008-11-08 06:12:40.000000000 +0000 > @@ -11,6 +11,7 @@ > > #include "String.h" > #include <assert.h> > +#include <cstdio> > #include <map> > #include <sys/file.h> > #include <sys/time.h> >
Also fixed in upstream svn, thanks. - -- /* Mit freundlichem Gruß / With kind regards, Patrick Matthäi E-Mail: [EMAIL PROTECTED] Comment: Always if we think we are right, we were maybe wrong. */ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkkZ1A4ACgkQ2XA5inpabMcR5wCfQ4oYQHknXmM23ZC0ppp6daUy oLwAn0q4LWZ92KWv5O8ObXtG0+4opNb9 =XKCa -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

