<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi!!</DIV>
<DIV> </DIV>
<DIV>I try to install meetme2....i follow instructions that i found in </DIV>
<DIV> </DIV>
<DIV><A
href="http://www.areski.net/asterisk-meetme/about.php?s=0">http://www.areski.net/asterisk-meetme/about.php?s=0</A></DIV>
<DIV> </DIV>
<DIV>but, when i modify the "Asterisk/apps/Makefile" and i run the "make"
command,</DIV>
<DIV>I have this type of error:</DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>[root@obelix apps]# make<BR>cc -pipe -fPIC
-DUSEMYSQLVM -c -o app_meetme2.o app_meetme2.c<BR>app_meetme2.c:31:22:
libpq-fe.h: No such file or directory<BR>app_meetme2.c:32:19: mysql.h: No such
file or directory<BR>app_meetme2.c:36:26: linux/zaptel.h: No such file or
directory<BR>app_meetme2.c: In function `launch_query':<BR>app_meetme2.c:139:
`PGconn' undeclared (first use in this function)<BR>app_meetme2.c:139: (Each
undeclared identifier is reported only once<BR>app_meetme2.c:139: for each
function it appears in.)<BR>app_meetme2.c:139: `conn' undeclared (first use in
this function)<BR>app_meetme2.c:140: `PGresult' undeclared (first use in this
function)<BR>app_meetme2.c:140: `res' undeclared (first use in this
function)<BR>app_meetme2.c:142: `MYSQL' undeclared (first use in this
function)<BR>app_meetme2.c:142: parse error before
"myconn"<BR>app_meetme2.c:143: `MYSQL_RES' undeclared (first use in this
function)<BR>app_meetme2.c:143: `result' undeclared (first use in this
function)<BR>app_meetme2.c:144: `MYSQL_ROW' undeclared (first use in this
function)<BR>app_meetme2.c:144: parse error before "row"<BR>app_meetme2.c:145:
`my_ulonglong' undeclared (first use in this function)<BR>app_meetme2.c:153:
`CONNECTION_BAD' undeclared (first use in this function)<BR>app_meetme2.c:164:
`PGRES_TUPLES_OK' undeclared (first use in this function)<BR>app_meetme2.c:180:
warning: passing arg 1 of `atoi' makes pointer from integer without a
cast<BR>app_meetme2.c:181: warning: passing arg 1 of `atoi' makes pointer from
integer without a cast<BR>app_meetme2.c:182: warning: passing arg 1 of `atoi'
makes pointer from integer without a cast<BR>app_meetme2.c:183: warning: passing
arg 1 of `atoi' makes pointer from integer without a cast<BR>app_meetme2.c:184:
warning: passing arg 1 of `atoi' makes pointer from integer without a
cast<BR>app_meetme2.c:185: warning: passing arg 1 of `atoi' makes pointer from
integer without a cast<BR>app_meetme2.c:186: warning: passing arg 2 of `strcpy'
makes pointer from integer without a cast<BR>app_meetme2.c:197: `myconn'
undeclared (first use in this function)<BR>app_meetme2.c:198:
`MYSQL_OPT_COMPRESS' undeclared (first use in this
function)<BR>app_meetme2.c:217: `num_row' undeclared (first use in this
function)<BR>app_meetme2.c:224: `row' undeclared (first use in this
function)<BR>app_meetme2.c: In function
`launch_query_onefield':<BR>app_meetme2.c:255: `PGconn' undeclared (first use in
this function)<BR>app_meetme2.c:255: `conn' undeclared (first use in this
function)<BR>app_meetme2.c:256: `PGresult' undeclared (first use in this
function)<BR>app_meetme2.c:256: `res' undeclared (first use in this
function)<BR>app_meetme2.c:260: `MYSQL' undeclared (first use in this
function)<BR>app_meetme2.c:260: parse error before
"myconn"<BR>app_meetme2.c:262: `MYSQL_RES' undeclared (first use in this
function)<BR>app_meetme2.c:262: `myresult' undeclared (first use in this
function)<BR>app_meetme2.c:263: `MYSQL_ROW' undeclared (first use in this
function)<BR>app_meetme2.c:263: parse error before "row"<BR>app_meetme2.c:264:
`my_ulonglong' undeclared (first use in this function)<BR>app_meetme2.c:269:
`CONNECTION_BAD' undeclared (first use in this function)<BR>app_meetme2.c:278:
`PGRES_COMMAND_OK' undeclared (first use in this function)<BR>app_meetme2.c:296:
`PGRES_TUPLES_OK' undeclared (first use in this function)<BR>app_meetme2.c:303:
warning: passing arg 1 of `strlen' makes pointer from integer without a
cast<BR>app_meetme2.c:332: warning: passing arg 1 of `strlen' makes pointer from
integer without a cast<BR>app_meetme2.c:348: `myconn' undeclared (first use in
this function)<BR>app_meetme2.c:350: `MYSQL_OPT_COMPRESS' undeclared (first use
in this function)<BR>app_meetme2.c:380: `num_row' undeclared (first use in this
function)<BR>app_meetme2.c:387: `row' undeclared (first use in this
function)<BR>app_meetme2.c: In function `give_voice_next':<BR>app_meetme2.c:606:
`ZT_CONF_CONFMON' undeclared (first use in this function)<BR>app_meetme2.c:606:
`ZT_CONF_LISTENER' undeclared (first use in this function)<BR>app_meetme2.c:621:
`ZT_CONF_CONF' undeclared (first use in this function)<BR>app_meetme2.c:621:
`ZT_CONF_TALKER' undeclared (first use in this function)<BR>app_meetme2.c: In
function `build_conf':<BR>app_meetme2.c:713: storage size of `ztc' isn't
known<BR>app_meetme2.c:741: `ZT_CONF_CONF' undeclared (first use in this
function)<BR>app_meetme2.c:741: `ZT_CONF_TALKER' undeclared (first use in this
function)<BR>app_meetme2.c:741: `ZT_CONF_LISTENER' undeclared (first use in this
function)<BR>app_meetme2.c:743: `ZT_SETCONF' undeclared (first use in this
function)<BR>app_meetme2.c: In function `conf_run':<BR>app_meetme2.c:843:
storage size of `ztc' isn't known<BR>app_meetme2.c:843: storage size of
`ztc_tmp' isn't known<BR>app_meetme2.c:876: `ZT_BUFFERINFO' undeclared (first
use in this function)<BR>app_meetme2.c:876: parse error before
"bi"<BR>app_meetme2.c:939: `bi' undeclared (first use in this
function)<BR>app_meetme2.c:941: `ZT_POLICY_IMMEDIATE' undeclared (first use in
this function)<BR>app_meetme2.c:944: `ZT_SET_BUFINFO' undeclared (first use in
this function)<BR>app_meetme2.c:951: `ZT_SETLINEAR' undeclared (first use in
this function)<BR>app_meetme2.c:966: `ZT_GETCONF' undeclared (first use in this
function)<BR>app_meetme2.c:984: `ZT_CONF_CONFMON' undeclared (first use in this
function)<BR>app_meetme2.c:984: `ZT_CONF_LISTENER' undeclared (first use in this
function)<BR>app_meetme2.c:986: `ZT_CONF_CONF' undeclared (first use in this
function)<BR>app_meetme2.c:986: `ZT_CONF_TALKER' undeclared (first use in this
function)<BR>app_meetme2.c:993: `ZT_SETCONF' undeclared (first use in this
function)<BR>make: *** [app_meetme2.o] Error 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Anyone can help me???</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks. F</FONT></DIV></BODY></HTML>