gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] build error


From: Andrea Palmatè
Subject: Re: [Gnash-dev] build error
Date: Mon, 11 Oct 2010 15:37:17 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4

Il 11/10/2010 15:18, dww ha scritto:
I would appreciate help with the following when i build Gnash there are
a few errors like the following.  It appears that
BOOST_PP_ITERATION_DEPTH() is not defined. Is there something that I
need to do with configure?

Thank you

Dennis

this is a problem with old BOOST version and GCC 4.4
In the BOOST include files you must change all

if BOOST_PP_ITERATION_DEPTH() == N

with:

if BOOST_PP_ITERATION_DEPTH == N

Andrea



reply via email to

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