<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Check your Makefile to see if it’s correctly generated by autotools
or not<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
vls-devel-bounces@videolan.org [mailto:vls-devel-bounces@videolan.org] <b>On
Behalf Of </b>Bui Manh Nam<br>
<b>Sent:</b> Tuesday, October 27, 2009 2:47 PM<br>
<b>To:</b> vls-devel@videolan.org<br>
<b>Subject:</b> [vls-devel] please help me<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p>Hi&nbsp;all,<br>
I tried to install VLS on Linux( centos 5.3 x64). When I type &quot;make&quot;,
the system tell me following:<o:p></o:p></p>

<p>checking build system type... x86_64-unknown-linux-gnu<br>
checking host system type... x86_64-unknown-linux-gnu<br>
checking target system type... x86_64-unknown-linux-gnu<br>
checking whether make sets $(MAKE)... yes<br>
checking for gcc... gcc<br>
checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables... <br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking for g++... g++<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking how to run the C++ preprocessor... g++ -E<br>
checking for ranlib... ranlib<br>
checking for ar... ar<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether byte ordering is bigendian... no<br>
checking for gettimeofday... yes<br>
checking for select... yes<br>
checking for strerror... yes<br>
checking for strtol... yes<br>
checking for opendir... yes<br>
checking for usleep... yes<br>
checking for sigaction... yes<br>
checking for egrep... grep -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for stdlib.h... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking for getpagesize... yes<br>
checking for working mmap... yes<br>
checking return type of signal handlers... void<br>
checking for dlopen in -ldl... yes<br>
checking for crypt in -lcrypt... yes<br>
checking for connect... yes<br>
checking for gethostbyname... yes<br>
checking for sem_post... no<br>
checking for sem_post in -lposix4... no<br>
checking for nanosleep... yes<br>
checking for pthread_attr_init in -lpthread... yes<br>
checking for stdint.h... (cached) yes<br>
checking for inttypes.h... (cached) yes<br>
checking stddef.h usability... yes<br>
checking stddef.h presence... yes<br>
checking for stddef.h... yes<br>
checking for strings.h... (cached) yes<br>
checking sys/sockio.h usability... no<br>
checking sys/sockio.h presence... no<br>
checking for sys/sockio.h... no<br>
checking fcntl.h usability... yes<br>
checking fcntl.h presence... yes<br>
checking for fcntl.h... yes<br>
checking sys/time.h usability... yes<br>
checking sys/time.h presence... yes<br>
checking for sys/time.h... yes<br>
checking sys/times.h usability... yes<br>
checking sys/times.h presence... yes<br>
checking for sys/times.h... yes<br>
checking dlfcn.h usability... yes<br>
checking dlfcn.h presence... yes<br>
checking for dlfcn.h... yes<br>
checking arpa/inet.h usability... yes<br>
checking arpa/inet.h presence... yes<br>
checking for arpa/inet.h... yes<br>
checking net/if.h usability... yes<br>
checking net/if.h presence... yes<br>
checking for net/if.h... yes<br>
checking netinet/in.h usability... yes<br>
checking netinet/in.h presence... yes<br>
checking for netinet/in.h... yes<br>
checking sys/socket.h usability... yes<br>
checking sys/socket.h presence... yes<br>
checking for sys/socket.h... yes<br>
checking crypt.h usability... yes<br>
checking crypt.h presence... yes<br>
checking for crypt.h... yes<br>
checking for getopt_long... yes<br>
checking for socklen_t... yes<br>
checking for inet_pton... yes<br>
checking for sockaddr_in6 in netinet/in.h... yes<br>
checking whether setsockopt accepts SO_BINDTODEVICE... no<br>
checking if $CXX accepts -shared... yes<br>
checking if $CXX accepts -bundle -undefined error -lcc_dynamic... no<br>
checking if $CXX accepts -rdynamic... yes<br>
checking for size_t... yes<br>
checking whether time.h and sys/time.h may both be included... yes<br>
checking syslog.h usability... yes<br>
checking syslog.h presence... yes<br>
checking for syslog.h... yes<br>
checking dvdread/dvd_reader.h usability... yes<br>
checking dvdread/dvd_reader.h presence... yes<br>
checking for dvdread/dvd_reader.h... yes<br>
checking dvbpsi/dvbpsi.h usability... yes<br>
checking dvbpsi/dvbpsi.h presence... yes<br>
checking for dvbpsi/dvbpsi.h... yes<br>
configure: creating ./config.status<br>
config.status: creating Makefile.opts<br>
config.status: creating src/server/config.h<br>
config.status: creating src/core/defs.h<br>
config.status: src/core/defs.h is unchanged<br>
global configuration<br>
--------------------<br>
system&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: linux-gnu<br>
architecture&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: x86_64<br>
debug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: 0<br>
profiling&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: 0<br>
vls configuration<br>
-----------------<br>
vls
version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: 0.5.6<br>
debug
mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: 0<br>
system logging&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 1<br>
daemon
mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : <br>
built-in modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp; filechannel
netchannel filereader ts2ts ps2ts localinput videoinput<br>
plug-in modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;
dvdreader<br>
&nbsp;<br>
I do not know how to solve this problem. Do anyone know how to solve this
problem?<o:p></o:p></p>

<p>[root@server140 vls-0.5.6]# make<br>
dep/core/application.dpp:1: *** missing separator.&nbsp; Stop.<br>
make: *** [dep/core/application.dpp] Error 2<o:p></o:p></p>

<p><br>
&nbsp;yum install libdvdread-devel libdvbpsi-devel linuxdoc-tools <br>
Package libdvdread-devel-0.9.7-1.el5.rf.x86_64 already installed and latest
version<br>
Package libdvbpsi-devel-0.1.5-2.el5.rf.x86_64 already installed and latest
version<br>
Package linuxdoc-tools-0.9.21-7.1.x86_64 already installed and latest version<o:p></o:p></p>

<p>Can you send me document to test vls, please ? <br>
I'm hearing from you<br>
many Thanks !<br clear=all>
<br>
-- <br>
***********************************************<br>
Best regard.<br>
VCCORP<br>
BaamBoo System<br>
Bùi M<span style='font-family:"Arial","sans-serif"'>ạ</span>nh Nam<br>
T<span style='font-family:"Arial","sans-serif"'>ầ</span>ng 22 tháp B Vincom 191
Bà Tri<span style='font-family:"Arial","sans-serif"'>ệ</span>u HBT-HN <br>
Moile Phone: 0989385673 or 0948022610<br>
ĐT: 04-9748899/EXT: 365, <br>
Fax: 04-9743413<br>
***********************************************<o:p></o:p></p>

</div>

</div>

</body>

</html>