<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I downloaded the latest release (as of two weeks
ago) through CVS and have compiled this on two separate PCs running
Win2000. Now I am trying to compile my code (using Visual compiler), which
was compiling fine with the 3.2 precompiled binaries and receive the /Zm error
message. I have tried many /Zm values and it does not clear the error
message. On one of my PCs I changed the vtkConfigure.h file
to:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>/* what byte order */<BR>#undef
VTK_WORDS_BIGENDIAN</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>/* what threading system are we using */<BR>#undef
VTK_USE_PTHREADS<BR>#undef VTK_USE_SPROC<BR>#undef VTK_HP_PTHREADS</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>/* Define if you have the <sys/prctl.h>
header file. */<BR>#undef HAVE_SYS_PRCTL_H</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>/* Define if you have the <unistd.h> header
file. */<BR>#undef HAVE_UNISTD_H</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>#define _HP_NO_FAST_MACROS</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>/* Define to use 64-bit ids */<BR>#undef
VTK_USE_64BIT_IDS</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>from (Original Version):</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>#define VTK_USE_ANSI_STDLIB<BR>#define
NOMINMAX</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>the longer version without VTK_USE_ANSI_STDLIB
defined compiles fine, but if I define this value I get the unending /Zm
messages. I tried this on the other PC, but was met with the following
types of error messages:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>wxVTKWindow.obj : error LNK2001: unresolved
external symbol "public: virtual void __thiscall vtkObject::PrintTrailer(class
ostream &,class vtkIndent)"
(?PrintTrailer@vtkObject@@UAEXAAVostream@@VvtkIndent@@@Z)<BR>mdrtkStandardProtocolJoystickInteractorStyle.obj
: error LNK2001: unresolved external symbol "public: virtual void __thiscall
vtkObject::PrintTrailer(class ostream &,class vtkIndent)"
(?PrintTrailer@vtkObject@@UAEXAAVostream@@VvtkIndent@@@Z)<BR>mdrtkVisAlgParams.obj
: error LNK2001: unresolved external symbol "public: virtual void __thiscall
vtkObject::PrintTrailer(class ostream &,class vtkIndent)"
(?PrintTrailer@vtkObject@@UAEXAAVostream@@VvtkIndent@@@Z)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2>If anyone has any
ideas I would appreciate it and it would probably save me countless more VTK
recompiles.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks.</FONT></DIV>
<DIV><FONT face=Arial size=2>-Tony<BR></DIV></FONT></BODY></HTML>