Apache-Talk mailing list archive (apache-talk@lists.lexa.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[apache-talk] Ошбика компиляции mod_ geo
Здравствуйте, пытаюсь скомпилировать mod_geo в результате:
===> src/modules/extra
cc -c -I../../os/unix -I../../include -I/usr/local/include -funsigned-char
-O2 -pipe -funroll-loops -ffast-math -march=pentium4
-DDOCUMENT_LOCATION=\"/usr/local/www/data\"
-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512
`../../apaci` mod_geo.c
In file included from /usr/include/sys/_types.h:33,
from /usr/include/machine/endian.h:37,
from /usr/include/sys/types.h:44,
from ../../include/ap_config.h:45,
from ../../include/httpd.h:29,
from mod_geo.c:18:
/usr/include/machine/_types.h:45: error: syntax error before "typedef"
*** Error code 1
из /usr/include/machine/_types.h:
...............
38
39 #ifndef _MACHINE__TYPES_H_
40 #define _MACHINE__TYPES_H_
41
42 /*
43 * Basic types upon which most other types are built.
44 */
45 typedef __signed char __int8_t;
46 typedef unsigned char __uint8_t;
47 typedef short __int16_t;
48 typedef unsigned short __uint16_t;
49 typedef int __int32_t;
50 typedef unsigned int __uint32_t;
51
...............
OS: FreeBSD 5.3
Apache: 1.3.33
--
Best regards,
Sergey S. Ropchan mailto:fenix@xxxxxxxxxxx
|