[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nel] Trouble compiling NeL's AI module on RedHat Linux 7.3
From: |
noname |
Subject: |
[Nel] Trouble compiling NeL's AI module on RedHat Linux 7.3 |
Date: |
Wed, 03 Jul 2002 16:20:57 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 |
Hello,
An error occurs while compiling NeL with AI enabled. I use gcc-2.96 and
had no issues compiling NeL without AI.
Please don't answer that I don't need AI because Snowballs doesn't. I
need it.
Here is the compilation log:
Making all in ai
make[2]: Entering directory `/home/delaitre/NeL/code/nel/src/ai'
Making all in agent
make[3]: Entering directory `/home/delaitre/NeL/code/nel/src/ai/agent'
/bin/sh ../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I.
-I../../../include -O3 -DNL_RELEASE -ftemplate-depth-24
-Wno-multichar -D_REENTRANT -I/usr/X11R6/include
-I/home/delaitre/STLport-4.5.3/stlport/ -I/usr/include/libxml2
-I../../../include -DHAVE_NELCONFIG_H -c baseai.cpp
rm -f .libs/baseai.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../../include -O3 -DNL_RELEASE
-ftemplate-depth-24 -Wno-multichar -D_REENTRANT -I/usr/X11R6/include
-I/home/delaitre/STLport-4.5.3/stlport/ -I/usr/include/libxml2
-I../../../include -DHAVE_NELCONFIG_H -Wp,-MD,.deps/baseai.pp -c
baseai.cpp -fPIC -DPIC -o .libs/baseai.lo
In file included from ../../../include/nel/ai/agent/ident.h:33,
from ../../../include/nel/ai/agent/baseai.h:34,
from ../../../include/nel/ai/agent/agent_operator.h:29,
from ../../../include/nel/ai/agent/agent_object.h:30,
from ../../../include/nel/ai/agent/msg.h:30,
from ../../../include/nel/ai/agent/mailbox.h:28,
from ../../../include/nel/ai/agent/agentexport.h:49,
from baseai.cpp:24:
../../../include/nel/ai/agent/identtype.h: In method `void
NLAIAGENT::CAgentNumber::setTypeAt (long
long unsigned int)':
../../../include/nel/ai/agent/identtype.h:120: illegal pointer to bit
field `NLMISC::CEntityId::Type'
make[3]: *** [baseai.lo] Error 1
make[3]: Leaving directory `/home/delaitre/NeL/code/nel/src/ai/agent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/delaitre/NeL/code/nel/src/ai'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/delaitre/NeL/code/nel/src'
make: *** [all-recursive] Error 1
Any help is welcome,
Aurelien