[Paraview-developers] protobuf build error

Biddiscombe, John A. biddisco at cscs.ch
Mon May 9 10:52:04 EDT 2011


That was the first thing I tried, but it's always regenerated thusly.

I can't find anything in the cache that appears to refer to HASH_XXX

From: David Partyka [mailto:david.partyka at kitware.com]
Sent: 09 May 2011 15:11
To: Biddiscombe, John A.
Cc: paraview-developers at paraview.org
Subject: Re: [Paraview-developers] protobuf build error

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<mailto: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://cscs.ch>
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07<tel:%2B41%20%2891%29%20610.82.07>
Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82<tel:%2B41%20%2891%29%20610.82.82>


_______________________________________________
Paraview-developers mailing list
Paraview-developers at paraview.org<mailto: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/b7a38967/attachment.htm>


More information about the Paraview-developers mailing list