<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi all, I wanted to install an asterisk application called (app_rtsp.c) that I got from (<tt><a class="ecxecxmoz-txt-link-freetext" href="https://asteriskvideo.svn.sourceforge.net/svnroot/asteriskvideo/app_rtsp/app_rtsp.c" target="_blank">https://asteriskvideo.svn.sourceforge.net/svnroot/asteriskvideo/app_rtsp/app_rtsp.c</a>). However, when i try to install the application (by putting it in apps folder and using the 'sudo make' command), I got the following error:</tt><br><br>[CC] app_rtsp.c -&gt; app_rtsp.o
  <br>
In file included from /usr/include/inttypes.h:28,
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from
/opt/asterisk-1.4.26/include/asterisk/compat.h:20,
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /opt/asterisk-1.4.26/include/asterisk.h:27,
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from app_rtsp.c:24:
  <br>
/usr/include/<b>stdint.h:37</b>: error: expected ‘=’, ‘,’, ‘;’, ‘asm’
or ‘__attribute__’ before ‘typedef’
  <br>
  <br>
  <br>I tried this on Ubuntu Hardy, Interpid and Jaunty systems and
got the same error. I also used asterisk-1.4.21, -1.4.26 and -1.4.29 versions.<br><br>
The following is what is in the <b>stdint.h</b> file:<br>
  <br>
&nbsp;36 # define __int8_t_defined
  <br>
&nbsp;37 typedef signed char&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int8_t;
  <br>
&nbsp;38 typedef short int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int16_t;
  <br>
&nbsp;39 typedef int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int32_t;
  <br>
  <br><br>There is no mention of int8 in the app_rtsp (but uses signed and unsigned char). I posted the question on the asterisk video but didn't get a response. I think this is a general installation problem. I am thinking that it relates to compiler
version? Should I use a specific c or c plus plus compiler? What do u think is the problem? <br>
  <br>
Thank you.<br>
  <br>
Best regards,<br>
  <br>
- Zelalem S. <br><br>                                               <br /><hr />Hotmail: Powerful Free email with security by Microsoft. <a href='https://signup.live.com/signup.aspx?id=60969' target='_new'>Get it now.</a></body>
</html>