wellmartさん,御示唆ありがとうございます.
[/tmp/robocup/rcsoccersim-9.0.3]:./configure --enable--rcssclient';make clean;make install
をやることによって,提示したエラーは回避することができました.
しかし,新しいエラーが発生しました.
これは,ScoccerServerのバージョンによってエラーが違いました.
/------------------------------------------------------------------------/
make[4]: *** [netif.o] Error 1
make[4]: Leaving directory `/tmp/robocup/rcsoccersim-9.0.3/rcssserver/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/robocup/rcsoccersim-9.0.3/rcssserver/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/robocup/rcsoccersim-9.0.3/rcssserver'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/robocup/rcsoccersim-9.0.3/rcssserver'
make: *** [all-recursive] Error 1
[/tmp/robocup/rcsoccersim-9.0.3]:
make[4]: *** [clangmetamsg.lo] Error 1
make[4]: Leaving directory `/tmp/robocup/rcsoccersim-8.05.10/rcssserver/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/robocup/rcsoccersim-8.05.10/rcssserver/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/robocup/rcsoccersim-8.05.10/rcssserver'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/robocup/rcsoccersim-8.05.10/rcssserver'
make: *** [all-recursive] Error 1
[/tmp/robocup/rcsoccersim-8.05.10]:
/------------------------------------------------------------------------/
Ver.8の方はVer9のclangmetamsg.ccをVer8に上書きすることによって,Ver9と同じところまでコンパイルすることができました.しかし,Ver8,9ともにnetifでエラーがでて止まります.
どなたか,御教授お願いします.
|