<div dir="ltr">Part of the reason you are not getting responses is because the vtk developer community does not use that compiler any more. And, at least for ITK, we stopped supporting it and ripped out all of the borland workarounds.<div>
<br></div><div style>If you can find a vtk developer that has good C++ and cmake skills that has your compiler, then you could probably make better progress. I remember years ago the cmake folks added response files to reduce command line lengths, but I&#39;m not sure they did it for the borland compiler.</div>
<div style><br></div><div style>I see there is a nightly cmake build for bcc32 but I don&#39;t know how that is related to your compiler.</div><div style><br></div><div style><br></div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Wed, Aug 7, 2013 at 11:51 AM, Bo Berglund <span dir="ltr">&lt;<a href="mailto:bo.berglund@gmail.com" target="_blank">bo.berglund@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, 06 Aug 2013 06:48:56 +0200, Bo Berglund<br>
<div class="im">&lt;<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>&gt; wrote:<br>
<br>
&gt;On Mon, 05 Aug 2013 11:21:31 +0200, Bo Berglund<br>
&gt;&lt;<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>&gt; wrote:<br>
&gt;<br>
<br>
</div><div class="im">&gt;But in order to see if a later version would be &quot;better&quot; build-wise I<br>
&gt;have also used release 5.10.1 (latest on the 5 level) and this does<br>
&gt;not choke on &quot;eatwhite&quot;, in fact it continues for some time before it<br>
&gt;also hits a roadblock on Undefined structure &#39;_stati64&#39; :<br>
&gt;<br>
</div><div class="im">&gt;C:\Engineering\VTK5.10.1\Utilities\vtkhdf5\src\H5FDcore.c 496:<br>
&gt;Undefined symbol &#39;st_size&#39; in function H5FD_core_open<br>
&gt;  *** 3 errors in Compile ***<br>
<br>
</div>This particular error is mentioned in another post here dealing with<br>
compiling 5.6.1:<br>
<a href="http://vtk.1045678.n5.nabble.com/Recipe-for-building-VTK-5-6-1-with-C-Builder-XE-bcc32-6-31-td3337807.html" target="_blank">http://vtk.1045678.n5.nabble.com/Recipe-for-building-VTK-5-6-1-with-C-Builder-XE-bcc32-6-31-td3337807.html</a><br>

(See last post specifically where Oliver Weinheimer gives a stepwise<br>
recepie to fix the error above and a few more for version 5.8.0)<br>
<br>
I applied fixes a), b) and c) and could move forward. But then I had<br>
an error not mentioned in the recepie and even applying fix d) did not<br>
solve it:<br>
<br>
        tlib /p512 /a &quot;..\..\..\bin\vtkhdf5.lib&quot;<br>
&quot;CMakeFiles\vtkhdf5.dir\H5.c.obj&quot;<br>
&quot;CMakeFiles\vtkhdf5.dir\H5checksum.c<br>
.obj&quot;  &quot;CMakeFiles\vtkhdf5.dir\H5dbg.c.obj&quot;<br>
&quot;CMakeFiles\vtkhdf5.dir\H5system.c.obj&quot;<br>
... long list of obj files follows ....<br>
&quot;CMakeFiles\vtkhdf5.dir\__\H5Tinit.c.obj&quot;<br>
&quot;CMakeFiles\vtkhdf5.dir\__\H5lib_settings.c.obj&quot;<br>
Fatal: Command arguments too long<br>
<br>
So it seems like tlib cannot deal with the list of files supplied on<br>
the command line...<br>
<br>
Is there any solution to this problem found by anyone here?<br>
I asked on the embarcadero list but only got a suggestion to replace<br>
tlib with a tlib of my own which would eat the arguments and put them<br>
into a response file and then start the Embarcadero tlib with the file<br>
list replaced by the response file.<br>
A man-in-the-middle workaround...<br>
But I am not sure that it would even work so it would be better if<br>
CMake could be configured to use a response file instead and call tlib<br>
directly.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
Bo Berglund<br>
Developer in Sweden<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</div>