Re: [pcre-dev] mingw ... bits/type_traits.h usability...no

Page principale
Supprimer ce message
Auteur: Christian Ehrlicher
Date:  
À: Larry Pritchett
CC: pcre-dev
Sujet: Re: [pcre-dev] mingw ... bits/type_traits.h usability...no
Larry Pritchett schrieb:
> I'm trying to install pcre-7.8 on a mingw/msys installation, to run
> programs developed by a sister organization in a unix environment.
> ./configure reports 'bits/type_traits.h usability...no' along 'no' for
> everything that refers to type_traits.h. I can proceed with 'make' and
> 'make install' but when I try to build my application I get a bunch of
> errors starting with type_traits.h not found, and __type_traits not a
> class.
>
>
>
> Can you tell me how to address this?
>

Use the cmake scripts and a plin command line instead msys and it will
compile fine.


Christian