<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
sorry, forgot ITK mailing list<br>
<br>
-------- Original Message --------
<table border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Subject: </th>
      <td>Re: [Insight-users] #include <stdlib.h> missing</stdlib.h></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Date: </th>
      <td>Thu, 28 Jul 2005 01:46:11 +0200</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">From: </th>
      <td>Luca Picello <a class="moz-txt-link-rfc2396E" href="mailto:luca.picello@libero.it">&lt;luca.picello@libero.it&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">To: </th>
      <td>Julien Jomier <a class="moz-txt-link-rfc2396E" href="mailto:jjomier@cs.unc.edu">&lt;jjomier@cs.unc.edu&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">References: </th>
      <td><a class="moz-txt-link-rfc2396E" href="mailto:42E81A3A.3030106@libero.it">&lt;42E81A3A.3030106@libero.it&gt;</a>
<a class="moz-txt-link-rfc2396E" href="mailto:42E81B87.3080700@cs.unc.edu">&lt;42E81B87.3080700@cs.unc.edu&gt;</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>With #include &lt;stdlib.h&gt; the compilation process continues.
Till :

Z:\Insight\Utilities\gdcm\src\gdcmBase.cxx:
Error E2238 Z:\Insight\Utilities\gdcm\src\gdcmCommon.h 61: Multiple 
declaration
for 'int8_t'
Error E2344 C:\Program Files\Borland\CBuilder6\Include\stdint.h 20: 
Earlier decl
aration of 'int8_t'
*** 2 errors in Compile ***

gdcm should be updated with latest GDCM CVS where this bug is already fixed.

luca


Julien Jomier wrote:

&gt; Hi Luca,
&gt;
&gt; Does adding #include &lt;stdlib.h&gt; get ride of the errors?
&gt;
&gt; Julien
&gt;
&gt; Luca Picello wrote:
&gt;
&gt;&gt; It is my first time compiling ITK sources (it is from daily CVS) with 
&gt;&gt; Borland C++ Builder 6.
&gt;&gt; The compiler tells me:
&gt;&gt;
&gt;&gt; Z:\Insight\Utilities\MetaIO\metaCommand.cxx:
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 238: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atof' in function 
&gt;&gt; MetaCommand::GetValueAsFloat(_STL::string,_STL::strin
&gt;&gt; g)
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 262: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atof' in function 
&gt;&gt; MetaCommand::GetValueAsFloat(MetaCommand::Option,_STL
&gt;&gt; ::string)
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 288: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atoi' in function 
&gt;&gt; MetaCommand::GetValueAsInt(_STL::string,_STL::string)
&gt;&gt;
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 312: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atoi' in function 
&gt;&gt; MetaCommand::GetValueAsInt(MetaCommand::Option,_STL::
&gt;&gt; string)
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 527: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atoi' in function MetaCommand::ParseXML(const char *)
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 535: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atoi' in function MetaCommand::ParseXML(const char *)
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 547: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atoi' in function MetaCommand::ParseXML(const char *)
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 555: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atoi' in function MetaCommand::ParseXML(const char *)
&gt;&gt; Error E2268 Z:\Insight\Utilities\MetaIO\metaCommand.cxx 760: Call to 
&gt;&gt; undefined f
&gt;&gt; unction 'atof' in function MetaCommand::Parse(int,char * *)
&gt;&gt; *** 9 errors in Compile ***
&gt;&gt;
&gt;&gt; ** error 1 ** deleting metaCommand.obj
&gt;&gt;
&gt;&gt; in borlandc, atof() and atoi() are defined in &lt;stdlib.h&gt;
&gt;&gt;
&gt;&gt; Luca
&gt;&gt;
&gt;&gt; _______________________________________________
&gt;&gt; Insight-users mailing list
&gt;&gt; <a class="moz-txt-link-abbreviated" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>
&gt;&gt; <a class="moz-txt-link-freetext" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a>
&gt;
&gt; .
&gt;


</pre>
</body>
</html>