[Top][All Lists]
[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.
- [Pan-users] Anyone get pan compiling with gcc 4.3 yet?, Duncan, 2008/03/22
- [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Duncan, 2008/03/22
- Re: [Pan-users] Anyone get pan compiling with gcc 4.3 yet?,
Rhialto <=
- [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Keith Richie, 2008/03/23
- [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Duncan, 2008/03/23
- [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Keith Richie, 2008/03/24
- [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Duncan, 2008/03/27
- Re: [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Daniel Rahn, 2008/03/27
- [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Duncan, 2008/03/27
- [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Duncan, 2008/03/27
- Re: [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Daniel Rahn, 2008/03/27
- [Pan-users] Re: Anyone get pan compiling with gcc 4.3 yet?, Duncan, 2008/03/27