28 Jul
2008
28 Jul
'08
5:35 p.m.
AMDG Karthick Gururaj wrote:
I am porting code which compiles with gcc 3.2.3 and uses boost, to compile for gcc 3.4.3. http://3.4.3./ I get the following compilation errors. Also there are a lot of erros regarding scope, which can be fixed. Can anybody suggest what I should be looking at to resolve this.
<snip>
/inc/boost/integer_fwd.hpp:70: error: `long_long_type' is not a member of `boost'
You should not be getting an error like this.
I presume that you can compile hello world
(the std::cout version)?
Does this program give a similar error?
#include