[C++-sig] Re: avoiding long long warning in boost

David Abrahams dave at boost-consulting.com
Tue May 20 20:54:34 CEST 2003


Philippe Fremy <phil at freehackers.org> writes:

> 	Hi,
>
> I am trying to build my first python extension with boost. For personal 
> reasons I am using a tmake based makefile instead of the bjam one. But it 
> should not relate to my question.

Sure it does!  The Jamfile doesn't add -pedantic!

> When building my extension, I get tons of warning, some from the long long 
> usage, others being obscure to me.
>
> I was wondering if there is any way to disable the use of long long in 
> boost, so that I don't get all these warnings. There seem to be some macro 
> testing before enabling the use of long long but I am too unfamiliar with 
> boost to understand where I can configure that.
>
> I also welcome any information from the second error.

I strongly suggest you get a version of Boost at least as recent as
1.30.0.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





More information about the Cplusplus-sig mailing list