hummm ... strange, I've got the last cvs and it compile without problem.

But there seems to have two little spelling errors indeed

Dive a little in the code and try replacing the 'ap' and the 'V' by 'v'

-philippe


> Hi all,
> does anybody know what is the reason of below problem,and how i solve it?
> *****************************************
> [root@localhost cli_c]# make
> make  all-recursive
> make[1]: Entering directory `/install/pgui-dev20010624/cli_c'
> Making all in src
> make[2]: Entering directory `/install/pgui-dev20010624/cli_c/src'
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
> -I../include    -g -O2 -c api.c
> rm -f .libs/api.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wp,-MD,.deps/api.pp -c
> api.c  -fPIC -DPIC -o
> .libs/api.lo
> api.c: In function `pgRegisterApp':
> api.c:309: `ap' undeclared (first use in this function)
> api.c:309: (Each undeclared identifier is reported only once
> api.c:309: for each function it appears in.)
> api.c: In function `pgWriteCmd':
> api.c:721: `V' undeclared (first use in this function)
> make[2]: *** [api.lo] Error 1
> make[2]: Leaving directory `/install/pgui-dev20010624/cli_c/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/install/pgui-dev20010624/cli_c'
> make: *** [all-recursive-am] Error 2
> *****************************************
> Note:
> linux version is redhat 7.1
> installed sdl
> installed pegserver
> 
> _______________________________________________
> Pgui-devel mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/pgui-devel

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to