search for: launch_query

Displaying 3 results from an estimated 3 matches for "launch_query".

2004 Oct 05
1
Cannot compile Meetme2
...9; undeclared (first use in this function) /usr/include/asterisk/lock.h:300: error: (Each undeclared identifier is reported only once /usr/include/asterisk/lock.h:300: error: for each function it appears in.) app_meetme2.c:31:22: libpq-fe.h: No such file or directory app_meetme2.c: In function `launch_query': app_meetme2.c:139: error: `PGconn' undeclared (first use in this function) app_meetme2.c:139: error: `conn' undeclared (first use in this function) app_meetme2.c:140: error: `PGresult' undeclared (first use in this function) app_meetme2.c:140: error: `res' undeclared (firs...
2004 Jun 08
1
Meetme2
...ror: [root@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&...
2005 Mar 05
2
cant compile app_meetme2
...l/lib/mysql $(CFLAGS) -c -o app_meetme2.o app_meetme2.c app_meetme2.so: app_meetme2.o $(CC) $(SOLINK) -o $@ $< -lpq -I/usr/local/include/mysql -L/usr/local/li b/mysql -lmysqlclient # $(CC) $(SOLINK) -o $@ $< -lgdbm app_meetme2.o app_meetme2.c app_meetme2.c: In function `launch_query': app_meetme2.c:138: error: `PGconn' undeclared (first use in this function) app_meetme2.c:138: error: (Each undeclared identifier is reported only once app_meetme2.c:138: error: for each function it appears in.) app_meetme2.c:138: error: `conn' undeclared (first use in this function) a...