---------- Forwarded message ---------- From: Tonko Juricic <[EMAIL PROTECTED]> Date: Thu, Nov 20, 2008 at 11:43 PM Subject: Re: Development for Win32 To: zou lunkai <[EMAIL PROTECTED]>
On Thu, Nov 20, 2008 at 11:26 PM, Tonko Juricic <[EMAIL PROTECTED]> wrote: > They cause compiler redefinition errors because Gnash already uses > equivalent boost definitions. As you can see it happens only for MS > C/C++. What I wrote is wrong! Boost definitions are in boost namespace so there is no clash. However MSVC does not have inttypes.h or stdint.h headers.I downloaded one version in order to compile FFmpeg libavutil/common.h which includes <inttypes.h>. So I need to modify either this FFmpeg header or SDL header to include my version of <inttypes.h> _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

