Jun Armirola wrote:
>
> Hi listers,
>
> How do I fix this error in "make"?
>
> vdeloldusers.c:46: parse error before `mysql'
> vdeloldusers.c:46: warning: type defaults to `int' in declaration of `mysql'
> vdeloldusers.c:46: warning: data definition has no type or storage class
> vdeloldusers.c:47: parse error before `*'
> vdeloldusers.c:47: warning: type defaults to `int' in declaration of `res'
> vdeloldusers.c:47: warning: data definition has no type or storage class
> vdeloldusers.c:48: parse error before `row'
> vdeloldusers.c:48: warning: type defaults to `int' in declaration of `row'
> vdeloldusers.c:48: warning: data definition has no type or storage class
> make[2]: *** [vdeloldusers.o] Error 1
> make[2]: Leaving directory `/var/tmp/vpopmail-4.10.1'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/var/tmp/vpopmail-4.10.1'
> make: *** [all-recursive-am] Error 2
>
> Any help will be appreciated.
>
> Thanks,
> Jun
Get the latest development copy, 4.10.3
Ken Jones