Your message dated Wed, 31 Jan 2007 19:39:42 +0000 with message-id <[EMAIL PROTECTED]> has caused the Debian Bug report #356601, regarding makes other packages FTBFS with G++ 4.1: endKeydata was not declared in this scope to be marked as having been forwarded to the upstream software author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---David, Find enclosed a patch you may wish to include upstream. Thanks, Mark * Thanks to Jonas Meyer & Amaya for picking up a typo in the debian/patches/ - Fixes: makes other packages FTBFS with G++ 4.1: endKeydata was not declared in this scope (Closes: #356601) diff -urNad libcommoncpp2-1.3.26~/include/cc++/misc.h libcommoncpp2-1.3.26/include/cc++/misc.h --- libcommoncpp2-1.3.26~/include/cc++/misc.h 2006-03-28 16:09:04.000000000 +0100 +++ libcommoncpp2-1.3.26/include/cc++/misc.h 2006-04-12 19:19:25.000000000 +0100 @@ -343,6 +343,9 @@ * @author David Sugar <[EMAIL PROTECTED]> * @short load text configuration files into keyword pairs. */ + +void endKeydata(void); + class __EXPORT Keydata : protected MemPager { public:
pgpLzhuY0LeCD.pgp
Description: PGP signature
--- End Message ---

