[Zope-CMF] problem instaling PyXML!
Dieter Maurer
dieter@handshake.de
Tue, 13 Aug 2002 21:46:34 +0200
cijiisen writes:
> I was trying to install PyXML for zope.But it failed with the following
> error!
> ...
> /homer/cijiisen/zope/include/python2.1/pyport.h:422:2: #error "LONG_BIT
> definition appears wrong for platform (bad gcc/glibc config?)."
As the message tells you:
The headers (defining "LONG_BIT") do not fit to the "gcc" version
you run.
A new configuration and generation of "gcc" or "glibc" might help.
Dieter