On Sat 22 Mar 2008 at 05:01:17 +0000, Duncan wrote:
> Among other things, it needs #include <cstring> now, based on the errors 

<cstring> is the C++ name for the C header file <string.h>. It may
possibly do something extra like wrap an extern "C" {} around it.
Something like

<cstring>:
extern "C" {
#include <string.h>
}

Maybe if you create files like that, it helps? Strange though that you
would not be having those files, they have been included with g++ for a
while, I think.

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert      -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl        -- Cetero censeo "authored" delendum esse.


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to