gnash fails to build with boost 1_47_0 (Bug #92)
Description
That's what I get when I cast gnash with current boost in master (the full compile log is attached):
CXX SWFMovieDefinition.lo
In file included from /usr/include/boost/random.hpp:41:0,
from ../../libcore/vm/VM.h:32,
from SWFMovieDefinition.cpp:43:
/usr/include/boost/random/lagged_fibonacci.hpp:72:9: error: 'SeedSeq' has not been declared
/usr/include/boost/random/lagged_fibonacci.hpp:72:18: error: 'seq' has not been declared
/usr/include/boost/random/lagged_fibonacci.hpp:101:64: error: 'SeedSeq' has not been declared...
History
Updated by Paul Vinogradov almost 2 years ago
- Assignee set to Paul Vinogradov