<div dir="ltr">It compiled now Maxim !! , thanks alot for your efforts <br><br>just a simple note : you should take in your consideration that the default gnu make on solaris 10 is gmake not make <br>and to avoid the problem of editing the Makefile I linked my gmake with make symlink <br>
<br>make&nbsp; all-am<br>make[1]: Entering directory `/usr/share/src/rtpproxy&#39;<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT main.o -MD -MP -MF &quot;.deps/main.Tpo&quot; -c -o main.o main.c; \<br>
then mv -f &quot;.deps/main.Tpo&quot; &quot;.deps/main.Po&quot;; else rm -f &quot;.deps/main.Tpo&quot;; exit 1; fi<br>main.c: In function `main&#39;:<br>main.c:787: warning: unsigned int format, pid_t arg (arg 3)<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtp_server.o -MD -MP -MF &quot;.deps/rtp_server.Tpo&quot; -c -o rtp_server.o rtp_server.c; \<br>
then mv -f &quot;.deps/rtp_server.Tpo&quot; &quot;.deps/rtp_server.Po&quot;; else rm -f &quot;.deps/rtp_server.Tpo&quot;; exit 1; fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtpp_record.o -MD -MP -MF &quot;.deps/rtpp_record.Tpo&quot; -c -o rtpp_record.o rtpp_record.c; \<br>
then mv -f &quot;.deps/rtpp_record.Tpo&quot; &quot;.deps/rtpp_record.Po&quot;; else rm -f &quot;.deps/rtpp_record.Tpo&quot;; exit 1; fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtpp_util.o -MD -MP -MF &quot;.deps/rtpp_util.Tpo&quot; -c -o rtpp_util.o rtpp_util.c; \<br>
then mv -f &quot;.deps/rtpp_util.Tpo&quot; &quot;.deps/rtpp_util.Po&quot;; else rm -f &quot;.deps/rtpp_util.Tpo&quot;; exit 1; fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtp.o -MD -MP -MF &quot;.deps/rtp.Tpo&quot; -c -o rtp.o rtp.c; \<br>
then mv -f &quot;.deps/rtp.Tpo&quot; &quot;.deps/rtp.Po&quot;; else rm -f &quot;.deps/rtp.Tpo&quot;; exit 1; fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtp_resizer.o -MD -MP -MF &quot;.deps/rtp_resizer.Tpo&quot; -c -o rtp_resizer.o rtp_resizer.c; \<br>
then mv -f &quot;.deps/rtp_resizer.Tpo&quot; &quot;.deps/rtp_resizer.Po&quot;; else rm -f &quot;.deps/rtp_resizer.Tpo&quot;; exit 1; fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtpp_session.o -MD -MP -MF &quot;.deps/rtpp_session.Tpo&quot; -c -o rtpp_session.o rtpp_session.c; \<br>
then mv -f &quot;.deps/rtpp_session.Tpo&quot; &quot;.deps/rtpp_session.Po&quot;; else rm -f &quot;.deps/rtpp_session.Tpo&quot;; exit 1; fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtpp_command.o -MD -MP -MF &quot;.deps/rtpp_command.Tpo&quot; -c -o rtpp_command.o rtpp_command.c; \<br>
then mv -f &quot;.deps/rtpp_command.Tpo&quot; &quot;.deps/rtpp_command.Po&quot;; else rm -f &quot;.deps/rtpp_command.Tpo&quot;; exit 1; fi<br>rtpp_command.c: In function `handle_command&#39;:<br>rtpp_command.c:607: warning: implicit declaration of function `alloca&#39;<br>
if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtpp_log.o -MD -MP -MF &quot;.deps/rtpp_log.Tpo&quot; -c -o rtpp_log.o rtpp_log.c; \<br>then mv -f &quot;.deps/rtpp_log.Tpo&quot; &quot;.deps/rtpp_log.Po&quot;; else rm -f &quot;.deps/rtpp_log.Tpo&quot;; exit 1; fi<br>
gcc -std=gnu99 -Wall -Wno-uninitialized -g -O2&nbsp; -lsocket -lnsl -lxnet -lrt -o rtpproxy&nbsp; main.o rtp_server.o rtpp_record.o rtpp_util.o rtp.o rtp_resizer.o rtpp_session.o rtpp_command.o rtpp_log.o -lm<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp;&nbsp;&nbsp; -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT makeann.o -MD -MP -MF &quot;.deps/makeann.Tpo&quot; -c -o makeann.o makeann.c; \<br>
then mv -f &quot;.deps/makeann.Tpo&quot; &quot;.deps/makeann.Po&quot;; else rm -f &quot;.deps/makeann.Tpo&quot;; exit 1; fi<br>gcc -std=gnu99 -Wall -Wno-uninitialized -g -O2&nbsp; -lsocket -lnsl -lxnet -lrt -o makeann&nbsp; makeann.o<br>
make[1]: Leaving directory `/usr/share/src/rtpproxy&#39;<br><br>Regards <br></div>