You can try and remove the config.h file in your build tree and see if it regenerates it properly.<br><br><div class="gmail_quote">On Mon, May 9, 2011 at 9:08 AM, Biddiscombe, John A. <span dir="ltr">&lt;<a href="mailto:biddisco@cscs.ch">biddisco@cscs.ch</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">on my win7, visual studio 2010 x64 build<br>
<br>
in the protobuf part, the config.h file is generated as<br>
<br>
#define HAVE_HASH_MAP 0<br>
#define HAVE_HASH_SET 0<br>
<br>
and in hash.h there is<br>
#if defined(HAVE_HASH_MAP) &amp;&amp; defined(HAVE_HASH_SET)<br>
#include HASH_MAP_H<br>
#include HASH_SET_H<br>
<br>
<br>
so the build fails, because these are defined (as 0), but should be undefined. No idea why cmake decided to do this.<br>
<br>
just FYI. perhaps a small typo in the cmakelists. I had a quick look, but didn&#39;t spot anything wrong.<br>
<br>
Is it possible a failed configure step in my cmake wrote values to the cache and they are not removed next time around?<br>
<br>
<br>
JB<br>
<br>
--<br>
John Biddiscombe,                            email:biddisco @ <a href="http://cscs.ch" target="_blank">cscs.ch</a><br>
<a href="http://www.cscs.ch/" target="_blank">http://www.cscs.ch/</a><br>
CSCS, Swiss National Supercomputing Centre  | Tel:  <a href="tel:%2B41%20%2891%29%20610.82.07" value="+41916108207">+41 (91) 610.82.07</a><br>
Via Cantonale, 6928 Manno, Switzerland      | Fax:  <a href="tel:%2B41%20%2891%29%20610.82.82" value="+41916108282">+41 (91) 610.82.82</a><br>
<br>
<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div><br>