Geoff McLane wrote:

> So amending simgear/scene/material/Effects.hxx to 
> check the boost version and include accordingly :-
> 
> #include <boost/version.hpp>
> #if BOOST_VERSION > 103401
> #include <boost/tr1/unordered_map.hpp>
> #else
> #include <tr1/unordered_map> // for <c++/4.2/tr1/unordered_map>
> #endif
> and it all, SG/FG compiled and ran, in 
> Ubuntu 8.04 ;=))

....  as well as on Debian stable (lenny). Looks like a pretty
reasonable solution to me,

        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to