[Asterisk-Users] Meetme2

Fabio Donaggio fabiodonaggio at inwind.it
Tue Jun 8 02:19:01 MST 2004


Hi!!

I try to install meetme2....i follow instructions that i found in 

http://www.areski.net/asterisk-meetme/about.php?s=0

but, when i modify the "Asterisk/apps/Makefile" and i run the "make" command,
I have this type of error:

[root at obelix apps]# make
cc -pipe  -fPIC -DUSEMYSQLVM -c -o app_meetme2.o app_meetme2.c
app_meetme2.c:31:22: libpq-fe.h: No such file or directory
app_meetme2.c:32:19: mysql.h: No such file or directory
app_meetme2.c:36:26: linux/zaptel.h: No such file or directory
app_meetme2.c: In function `launch_query':
app_meetme2.c:139: `PGconn' undeclared (first use in this function)
app_meetme2.c:139: (Each undeclared identifier is reported only once
app_meetme2.c:139: for each function it appears in.)
app_meetme2.c:139: `conn' undeclared (first use in this function)
app_meetme2.c:140: `PGresult' undeclared (first use in this function)
app_meetme2.c:140: `res' undeclared (first use in this function)
app_meetme2.c:142: `MYSQL' undeclared (first use in this function)
app_meetme2.c:142: parse error before "myconn"
app_meetme2.c:143: `MYSQL_RES' undeclared (first use in this function)
app_meetme2.c:143: `result' undeclared (first use in this function)
app_meetme2.c:144: `MYSQL_ROW' undeclared (first use in this function)
app_meetme2.c:144: parse error before "row"
app_meetme2.c:145: `my_ulonglong' undeclared (first use in this function)
app_meetme2.c:153: `CONNECTION_BAD' undeclared (first use in this function)
app_meetme2.c:164: `PGRES_TUPLES_OK' undeclared (first use in this function)
app_meetme2.c:180: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
app_meetme2.c:181: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
app_meetme2.c:182: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
app_meetme2.c:183: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
app_meetme2.c:184: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
app_meetme2.c:185: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
app_meetme2.c:186: warning: passing arg 2 of `strcpy' makes pointer from integer without a cast
app_meetme2.c:197: `myconn' undeclared (first use in this function)
app_meetme2.c:198: `MYSQL_OPT_COMPRESS' undeclared (first use in this function)
app_meetme2.c:217: `num_row' undeclared (first use in this function)
app_meetme2.c:224: `row' undeclared (first use in this function)
app_meetme2.c: In function `launch_query_onefield':
app_meetme2.c:255: `PGconn' undeclared (first use in this function)
app_meetme2.c:255: `conn' undeclared (first use in this function)
app_meetme2.c:256: `PGresult' undeclared (first use in this function)
app_meetme2.c:256: `res' undeclared (first use in this function)
app_meetme2.c:260: `MYSQL' undeclared (first use in this function)
app_meetme2.c:260: parse error before "myconn"
app_meetme2.c:262: `MYSQL_RES' undeclared (first use in this function)
app_meetme2.c:262: `myresult' undeclared (first use in this function)
app_meetme2.c:263: `MYSQL_ROW' undeclared (first use in this function)
app_meetme2.c:263: parse error before "row"
app_meetme2.c:264: `my_ulonglong' undeclared (first use in this function)
app_meetme2.c:269: `CONNECTION_BAD' undeclared (first use in this function)
app_meetme2.c:278: `PGRES_COMMAND_OK' undeclared (first use in this function)
app_meetme2.c:296: `PGRES_TUPLES_OK' undeclared (first use in this function)
app_meetme2.c:303: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
app_meetme2.c:332: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
app_meetme2.c:348: `myconn' undeclared (first use in this function)
app_meetme2.c:350: `MYSQL_OPT_COMPRESS' undeclared (first use in this function)
app_meetme2.c:380: `num_row' undeclared (first use in this function)
app_meetme2.c:387: `row' undeclared (first use in this function)
app_meetme2.c: In function `give_voice_next':
app_meetme2.c:606: `ZT_CONF_CONFMON' undeclared (first use in this function)
app_meetme2.c:606: `ZT_CONF_LISTENER' undeclared (first use in this function)
app_meetme2.c:621: `ZT_CONF_CONF' undeclared (first use in this function)
app_meetme2.c:621: `ZT_CONF_TALKER' undeclared (first use in this function)
app_meetme2.c: In function `build_conf':
app_meetme2.c:713: storage size of `ztc' isn't known
app_meetme2.c:741: `ZT_CONF_CONF' undeclared (first use in this function)
app_meetme2.c:741: `ZT_CONF_TALKER' undeclared (first use in this function)
app_meetme2.c:741: `ZT_CONF_LISTENER' undeclared (first use in this function)
app_meetme2.c:743: `ZT_SETCONF' undeclared (first use in this function)
app_meetme2.c: In function `conf_run':
app_meetme2.c:843: storage size of `ztc' isn't known
app_meetme2.c:843: storage size of `ztc_tmp' isn't known
app_meetme2.c:876: `ZT_BUFFERINFO' undeclared (first use in this function)
app_meetme2.c:876: parse error before "bi"
app_meetme2.c:939: `bi' undeclared (first use in this function)
app_meetme2.c:941: `ZT_POLICY_IMMEDIATE' undeclared (first use in this function)
app_meetme2.c:944: `ZT_SET_BUFINFO' undeclared (first use in this function)
app_meetme2.c:951: `ZT_SETLINEAR' undeclared (first use in this function)
app_meetme2.c:966: `ZT_GETCONF' undeclared (first use in this function)
app_meetme2.c:984: `ZT_CONF_CONFMON' undeclared (first use in this function)
app_meetme2.c:984: `ZT_CONF_LISTENER' undeclared (first use in this function)
app_meetme2.c:986: `ZT_CONF_CONF' undeclared (first use in this function)
app_meetme2.c:986: `ZT_CONF_TALKER' undeclared (first use in this function)
app_meetme2.c:993: `ZT_SETCONF' undeclared (first use in this function)
make: *** [app_meetme2.o] Error 1

Anyone can help me???

Thanks. F
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040608/f8bf6168/attachment.htm


More information about the asterisk-users mailing list