<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks, Burlen. I'll plan to look into it before we tag 5.5.2.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Utkarsh</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jun 6, 2018 at 5:58 PM Burlen Loring <<a href="mailto:bloring@lbl.gov">bloring@lbl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Utkarsh,<br>
<br>
Sorry I missed your reply, I thought my post got bounced and didn't look.<br>
<br>
BUILD_SHARED_LIBS=OFF and PARAVIEW_USE_VISITBRIDGE=ON will reproduce the <br>
issue.<br>
<br>
I was able to quickly move past it by finding VISIT_STATIC in the cmake <br>
code and making the following change<br>
<br>
ParaView/Utilities/VisItBridge$git diff<br>
diff --git a/Library/VisItLib/CMake/VisItCommon.cmake <br>
b/Library/VisItLib/CMake/VisItCommon.cmake<br>
index 0bfad93..b4f136c 100644<br>
--- a/Library/VisItLib/CMake/VisItCommon.cmake<br>
+++ b/Library/VisItLib/CMake/VisItCommon.cmake<br>
@@ -26,14 +26,14 @@ if(VISIT_DISABLE_COMPILER_WARNINGS)<br>
  endif(VISIT_DISABLE_COMPILER_WARNINGS)<br>
<br>
  #set up some vars we need to compile<br>
-set(VISIT_STATIC)<br>
-if (BUILD_SHARED_LIBS)<br>
+#set(VISIT_STATIC)<br>
+#if (BUILD_SHARED_LIBS)<br>
    set(VISIT_STATIC 0)<br>
    add_definitions(-DVISIT_BUILD_SHARED_LIBS)<br>
-else(VISIT_STATIC)<br>
-  set(VISIT_STATIC 1)<br>
-  add_definitions(-DVISIT_STATIC -DGLEW_STATIC)<br>
-endif()<br>
+#else(VISIT_STATIC)<br>
+#  set(VISIT_STATIC 1)<br>
+#  add_definitions(-DVISIT_STATIC -DGLEW_STATIC)<br>
+#endif()<br>
<br>
  set(VISIT_SOURCE_DIR ${VisItBridgePlugin_SOURCE_DIR})<br>
  set(VISIT_BINARY_DIR ${VisItBridgePlugin_BINARY_DIR})<br>
<br>
<br>
On 06/05/2018 01:15 PM, Utkarsh Ayachit wrote:<br>
> Burlen,<br>
><br>
> Are you doing a static build of ParaView? What Cmake flags did you use?<br>
><br>
> Utkarsh<br>
<br>
</blockquote></div>