[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] mintlib 0.59 ?
2009/2/28 Alan Hourihane <alanh@fairlite.co.uk>:
> Any chance we can release mintlib 0.59 ?
>
> Alan.
>
>
>
>
Hi!
Is still a goal of this new mintlib version to be compilable under gcc 2.95.3?
i get this error trying to compile:
gcc -Wall -O2 -fomit-frame-pointer -nostdinc -I../argp -I..
-I../include -I../mintlib -I../stdlib -I$(<../includepath)
-DHAVE_CONFIG_H -D_LIBC -D_REENTRANT -c ../argp/argp-help.c -o
argp-help.o
../argp/argp-help.c: In function `fill_in_uparams':
../argp/argp-help.c:218: parse error before `u'
../argp/argp-help.c:219: `u' undeclared (first use in this function)
../argp/argp-help.c:219: (Each undeclared identifier is reported only once
../argp/argp-help.c:219: for each function it appears in.)
../argp/argp-help.c:219: warning: value computed is not used
../argp/argp-help.c: At top level:
../argp/argp-help.c:575: warning: `always_inline' attribute directive ignored
../argp/argp-help.c: In function `__argp_error':
../argp/argp-help.c:1783: parse error before `char'
../argp/argp-help.c:1785: `buf' undeclared (first use in this function)
../argp/argp-help.c: In function `__argp_failure':
../argp/argp-help.c:1853: parse error before `char'
../argp/argp-help.c:1855: `buf' undeclared (first use in this function)
make[1]: *** [argp-help.o] Error 1
make[1]: Leaving directory `/i/CVS/mintlib/lib'
make: *** [all-recursive] Error 1