[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] ProFTPD 1.2.2rc1 on RAQ2 / mips
- Subject: [cobalt-developers] ProFTPD 1.2.2rc1 on RAQ2 / mips
- From: "Thomas Schmitz" <ts-lists@xxxxxxxxxxxxxxxxx>
- Date: Mon Apr 9 07:30:18 2001
- Organization: SIC Internet Consulting
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hi,
has anybody succeeded in compiling the ProFTPD 1.2.2rc1 on a RAQ2 / Mips environment
(glibc 2.0.7-29.4C1) ?
Looks as if there's a problem with the fixed glob functions from glibc which have been introduced
in this version.
# make
cd lib ; make lib
make[1]: Entering directory `/home/redhat/BUILD/proftpd-1.2.2rc1/lib'
gcc -DLINUX -I.. -I../include -O2 -Wall -DUSESHADOW -c pr_fnmatch.c
In file included from ../include/libsupp.h:29,
from pr_fnmatch.c:39:
../include/glibc-glob.h:122: warning: no semicolon at end of struct or union
../include/glibc-glob.h:122: parse error before `__PMT'
../include/glibc-glob.h:126: parse error before `__PMT'
../include/glibc-glob.h:128: parse error before `__PMT'
../include/glibc-glob.h:134: parse error before `__PMT'
../include/glibc-glob.h:135: parse error before `__PMT'
../include/glibc-glob.h:137: warning: data definition has no type or storage class
../include/glibc-glob.h:187: parse error before `glob_t'
../include/glibc-glob.h:190: parse error before `*'
make[1]: *** [pr_fnmatch.o] Error 1
make[1]: Leaving directory `/home/redhat/BUILD/proftpd-1.2.2rc1/lib'
make: *** [lib] Error 2
Regards,
Thomas