[Paraview-developers] protobuf build error

David Partyka david.partyka at kitware.com
Mon May 9 09:11:18 EDT 2011


You can try and remove the config.h file in your build tree and see if it
regenerates it properly.

On Mon, May 9, 2011 at 9:08 AM, Biddiscombe, John A. <biddisco at cscs.ch>wrote:

> on my win7, visual studio 2010 x64 build
>
> in the protobuf part, the config.h file is generated as
>
> #define HAVE_HASH_MAP 0
> #define HAVE_HASH_SET 0
>
> and in hash.h there is
> #if defined(HAVE_HASH_MAP) && defined(HAVE_HASH_SET)
> #include HASH_MAP_H
> #include HASH_SET_H
>
>
> so the build fails, because these are defined (as 0), but should be
> undefined. No idea why cmake decided to do this.
>
> just FYI. perhaps a small typo in the cmakelists. I had a quick look, but
> didn't spot anything wrong.
>
> Is it possible a failed configure step in my cmake wrote values to the
> cache and they are not removed next time around?
>
>
> JB
>
> --
> John Biddiscombe,                            email:biddisco @ cscs.ch
> http://www.cscs.ch/
> CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
> Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20110509/76d711cf/attachment.htm>


More information about the Paraview-developers mailing list