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
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev