I have glibc-2.3.2-14mdk installed. Is the version of
glibc the problem?
my e-mail address is
pmcpu@hotmail.com
I get this long error message:
___________
make[2]: Entering directory `/home/pacman/Magick-
2.0/src/crypt'
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -W -Wall -
Wimport -Wmissing-prototypes -Wpointer-arith -
Wsign-compare -Wwrite-strings -I../../include -
I/usr/local/ace-5.1/ACE_wrappers -I/usr/include/linux -
Wunused -W -Wall -Wimport -Wmissing-prototypes -
Wpointer-arith -Wsign-compare -Wwrite-strings -
I../../include -g -O2 -Wbad-function-cast -Wmissing-
declarations -Wnested-externs -c bf_skey.c
In file included from /usr/include/_G_config.h:44,
from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from bf_skey.c:61:
/usr/include/gconv.h:72: error: syntax error
before "size_t"
/usr/include/gconv.h:85: error: syntax error
before "size_t"
/usr/include/gconv.h:94: error: syntax error
before "size_t"
/usr/include/gconv.h:170: error: syntax error
before "size_t"
/usr/include/gconv.h:173: error: syntax error before '}'
token
In file included from /usr/include/libio.h:32,
from /usr/include/stdio.h:72,
from bf_skey.c:61:
/usr/include/_G_config.h:47: error: field `__cd' has
incomplete type
/usr/include/_G_config.h:50: error: field `__cd' has
incomplete type
In file included from /usr/include/stdio.h:72,
from bf_skey.c:61:
/usr/include/libio.h:350: error: syntax error
before "size_t"
/usr/include/libio.h:359: error: syntax error
before "size_t"
/usr/include/libio.h:467: error: syntax error
before "_IO_sgetn"
/usr/include/libio.h:467: error: syntax error
before "size_t"
In file included from bf_skey.c:61:
/usr/include/stdio.h:302: error: syntax error
before "size_t"
/usr/include/stdio.h:309: error: syntax error
before "size_t"
/usr/include/stdio.h:351: error: syntax error
before "size_t"
/usr/include/stdio.h:355: error: syntax error
before "size_t"
/usr/include/stdio.h:600: error: syntax error
before "fread"
/usr/include/stdio.h:600: error: syntax error
before "size_t"
/usr/include/stdio.h:606: error: syntax error
before "fwrite"
/usr/include/stdio.h:606: error: syntax error
before "size_t"
/usr/include/stdio.h:628: error: syntax error
before "fread_unlocked"
/usr/include/stdio.h:628: error: syntax error
before "size_t"
/usr/include/stdio.h:630: error: syntax error
before "fwrite_unlocked"
/usr/include/stdio.h:630: error: syntax error
before "size_t"
bf_skey.c: In function `BF_set_key':
bf_skey.c:73: warning: implicit declaration of function
`memcpy'
bf_skey.c: At top level:
/usr/include/gconv.h:172: warning: array `__data'
assumed to have one element
make[2]: *** [bf_skey.o] Error 1
make[2]: Leaving directory `/home/pacman/Magick-
2.0/src/crypt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pacman/Magick-
2.0/src'
make: *** [all-recursive] Error 1
_______________