On Sun, Sep 20, 2009 at 12:47 PM, David Henningsson <span dir="ltr">&lt;<a href="mailto:launchpad.web@epost.diwic.se">launchpad.web@epost.diwic.se</a>&gt;</span> wrote:<br><div class="gmail_quote"><br>The culprit is:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
In file included from FTutils.cpp:25:<br>
FTutils.hpp:125: error: &#39;int32_t&#39; does not name a type<br>
<br>
A quick Google search for int32_t and it turns out it is declared in<br>
stdint.h, so you should add the row<br>
<br>
#include &lt;stdint.h&gt;<br>
<br>
to FTutils.hpp, and/or send the bug upstream.<br>
<br>
(GCC 4.4 has redesigned some of their header files, so if it compiled<br>
with earlier GCC versions, it could be that one of the other include<br>
files included stdint.h then, but it doesn&#39;t do that anymore.)<br>
<font color="#888888"><br>
</font></blockquote></div>Hi,<br><br>Thanks for the reply <br><br>I had included stdint.h when I wrote this mail :)<br><br>But still no go<br><br>attaching the file(s)<br><br>Waiting for more ideas<br><br>Thanks and regards<br>
<br>-- <br>Bhavani Shankar.R<br><a href="https://launchpad.net/~bhavi">https://launchpad.net/~bhavi</a>, a proud ubuntu community  member.<br>What matters in life is application of mind!,<br>It makes great sense to have some common sense..!<br>
<br>