<HTML>
<HEAD>
<TITLE>Error in kwsys/Configure.h.in</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Marcus,<BR>
<BR>
I think you made an error in your last change to kwsys/Configure.h.in.  It causes compile errors when compiling with shared libraries on with a compile that is not windows and not GCC version 4 or greater.  It fails to set the export macro.  I think the following diff fixes the problem.<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>Index: Configure.h.in<BR>
===================================================================<BR>
RCS file: /cvsroot/VTK/VTK/Utilities/kwsys/Configure.h.in,v<BR>
retrieving revision 1.17<BR>
diff -u -r1.17 Configure.h.in<BR>
--- Configure.h.in      6 Jan 2010 17:00:36 -0000       1.17<BR>
+++ Configure.h.in      6 Jan 2010 20:14:42 -0000<BR>
@@ -97,6 +97,8 @@<BR>
 #  endif<BR>
 # elif __GNUC__ >= 4<BR>
 #  define @KWSYS_NAMESPACE@_EXPORT __attribute__ ((visibility("default")))<BR>
+# else<BR>
+#  define @KWSYS_NAMESPACE@_EXPORT<BR>
 # endif<BR>
 #else<BR>
 # define @KWSYS_NAMESPACE@_EXPORT<BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Please fix this today or several dashboards are going to break tonight.<BR>
<BR>
-Ken<BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
   ****      Kenneth Moreland<BR>
    ***      Sandia National Laboratories<BR>
***********  <BR>
*** *** ***  email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
**  ***  **  phone: (505) 844-8919<BR>
    ***      web:   <a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>