pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Anyone get pan compiling with gcc 4.3 yet?


From: Rhialto
Subject: Re: [Pan-users] Anyone get pan compiling with gcc 4.3 yet?
Date: Sat, 22 Mar 2008 14:25:24 +0100
User-agent: Mutt/1.4.2.3i

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]