[C++-sig] Re: Code Warrior and Boost python

David Abrahams dave at boost-consulting.com
Wed Sep 24 00:43:18 CEST 2003


"Xavier WARIN(Compte LOCAL) - I23" <xavier.warin at der.edfgdf.fr> writes:

> Hi ,
>
> I try to use Boost V2 with codewarrior. I use version 7.0 that I have
> just upgraded to 7.2.

I dropped support for CW 7.x in the current CVS.  It doesn't support
one very important metaprogramming technique (i.e. it is nonconforming
in an important way), the workarounds for which tend to be very costly
in development time.  CW 8.3 works great, though.  I *think* Boost
1.30.2 still supports CW 7.x as well, but I'm not positive.

> While trying to compile the Boost python source files i get a weird
> error in cstdio generated by
> boost/comptibility/generate_cpp_c_headers.py

Whoa.  You shouldn't be using the compatibility library with
Metrowerks.  It has a very good standard library of its own.

> I've got a lot of errors like :
> undefined identifier 'FILE'
> cstdio line 12 using::FILE ;
>
> undefined identifier 'fpos_t'
> cstdio line 13 using::fpos_t;
>
> etc ...
>
> What did i do wrong ? Any idea ?
> Thank you


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





More information about the Cplusplus-sig mailing list