[Paraview-developers] protobuf build error

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon May 9 09:11:36 EDT 2011


Odd, I use the same setup (Win7, VS2010, 64 bit) on my home machine
without any issues. I think your guess about the failed configuration
step is highly likely. Can you try a clean configure?

Utkarsh

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
>


More information about the Paraview-developers mailing list