Aeliton Germano | 6 May 22:56

compile error report on msys

Hi,

compiling agar (svn trunk) i got this error.

text_cache.c: In function `ExpireEntries':
text_cache.c:87: error: `u_int' undeclared (first use in this function)
text_cache.c:87: error: (Each undeclared identifier is reported only once
text_cache.c:87: error: for each function it appears in.)
text_cache.c:87: error: syntax error before "i"
text_cache.c:89: error: `i' undeclared (first use in this function)
text_cache.c:94: error: `j' undeclared (first use in this function)
make[2]: *** [text_cache.lo] Error 1
make[2]: Leaving directory `/home/aeliton/agar/gui'
make: failure
make[1]: *** [_lib_shobjs] Error 1
make[1]: Leaving directory `/home/aeliton/agar/gui'
make: *** [all-subdir] Error 1

on linux compile runs fine.
Thanks,


--
Aeliton G. da Silva

_______________________________________________
Agar mailing list
Agar@...
http://libagar.org/lists.html
Julien Nadeau | 8 May 16:44
Favicon

Re: compile error report on msys

On Tue, May 06, 2008 at 05:59:49PM -0300, Aeliton Germano wrote:
> Hi,
> 
> compiling agar (svn trunk) i got this error.
> 
> text_cache.c: In function `ExpireEntries':
> text_cache.c:87: error: `u_int' undeclared (first use in this function)
> text_cache.c:87: error: (Each undeclared identifier is reported only once
> text_cache.c:87: error: for each function it appears in.)
> text_cache.c:87: error: syntax error before "i"
> text_cache.c:89: error: `i' undeclared (first use in this function)
> text_cache.c:94: error: `j' undeclared (first use in this function)
> make[2]: *** [text_cache.lo] Error 1
> make[2]: Leaving directory `/home/aeliton/agar/gui'
> make: failure
> make[1]: *** [_lib_shobjs] Error 1
> make[1]: Leaving directory `/home/aeliton/agar/gui'
> make: *** [all-subdir] Error 1
> 
> on linux compile runs fine.
> Thanks,

Fixed in svn; thanks for the report!

Gmane