<html>
I just tried a cvs update and make here.<br>
It seems to compile for me.&nbsp;&nbsp; <br>
<br>
Could be flag settings for the compiler:<br>
<br>
CMAKE_CXX_FLAGS:STRING=-w- -whid -waus -wpar -tWM<br>
//Flags for C compiler.<br>
CMAKE_C_FLAGS:STRING=-w- -whid -waus -tWM<br>
<br>
<br>
What is the compiler line that fails?<br>
<br>
<br>
At 06:47 PM 1/22/2002 +0000, Goodwin Lawlor wrote:<br>
<blockquote type=cite class=cite cite><font face="arial" size=2>Hi,</font><br>
<font face="arial" size=2>Has anyone seen and solved this compilation
error?</font><br>
<font face="arial" size=2>Thanks,</font><br>
<font face="arial" size=2>Goodwin</font><br>
<font face="arial" size=2>University College Dublin</font><br>
&nbsp;<br>
<font face="arial" size=2>Win98, vtk4.x from 22nd Jan CVS, Cmake 1.0,
Borland compiler (bcc55), static libs</font><br>
&nbsp;<br>
<font face="arial" size=2>Here's the complaint:</font><br>
&nbsp;<br>
<font face="arial" size=2>Borland C++ 5.5.1 for Win32 Copyright (c) 1993,
2000 Borland<br>
C:/Kitware/VTK/Wrapping/vtkParse.tab.c:<br>
Error E2034 vtkParse.y 56: Cannot convert 'void *' to 'char *' in
function vtkstrdup(const char *)<br>
Error E2268 vtkParse.l 11: Call to undefined function 'input' in function
yylex()<br>
Error E2268 vtkParse.l 25: Call to undefined function 'input' in function
yylex()<br>
Error E2268 vtkParse.l 34: Call to undefined function 'input' in function
yylex()<br>
Error E2268 vtkParse.l 40: Call to undefined function 'input' in function
yylex()<br>
*** 5 errors in Compile ***</font><br>
&nbsp;<br>
<font face="arial" size=2>** error 1 ** deleting
vtkParse.tab.obj</font><br>
&nbsp;<br>
<font face="arial" size=2>** error 1 ** deleting
build_Wrapping</font><br>
&nbsp;<br>
<font face="arial" size=2>** error 1 ** deleting
default_target</font></blockquote></html>