First steps, first problem
Pigi <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <2995188.VWRhCReHIh@topolinux> |
Hi all,
I've discovered this project in the last iiug bulletin and decided to give a try.
Compiled 1.5 from source and fixed some of my errors on environment.
Now I'm trying to compile a program and it's not working with following errors:
informix@myserver:~/develop/qp/src/eqpmain$ 4glpc qp.4gl
Warning : UPDATE with no WHERE clause @ line 2356
Warning : UPDATE with no WHERE clause @ line 2375
Warning : UPDATE with no WHERE clause @ line 2645
Warning : UPDATE with no WHERE clause @ line 2660
Warning : UPDATE with no WHERE clause @ line 3305
Warning : Error file is not empty - but I got no error
Check qp.warn for details
( don't look at UPDATE messages, I know there is no WHERE clause :) )
and looking at this last one:
informix@myserver:~/develop/qp/src/eqpmain$ cat qp.warn
qp.c: In function 'aclfgl_u_cursor':
qp.c:20599:10: warning: implicit declaration of function 'A4GL_execute_sql' [-Wimplicit-function-declaration]
A4GL_execute_sql(A4GL_get_ident("qp","s_u_cursor_2","qp_s_u_cursor_2"),0,0);
^
I can find this function in :
informix@myserver:~/develop/qp/src/eqpmain$ nm /home/informix/aubit4glbin/lib/libaubit4gl-1.5_1.so | grep A4GL_execute_sql
00000000000aeef1 T A4GL_execute_sql
so the question is: what I'm doing wrong ?
Thanks in advance
Pierluigi
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss