xerces lib(3.1.1) を次のようにインストールしました。
$ ./configure
$ make
$ sudo make install
$ ldconfig
次のように相撲(0.17.1)をインストールしようとしました:
Me@maq:/usr/local/src/sumo-0.17.1$ ./configure --with-fox-includes=/usr/include/fox-1.6 \--with-gdal-includes=/usr/share/gdal --with-proj-libraries=/usr \--with-gdal-libraries=/home/Me/include --with-proj-gdal
$ make
どちらが返されますか:
$ ../utils/xml/libxml.a(SUMOSAXReader.o):SUMOSAXReader.cpp:function vtable for
xercesc_2_7::XMLRefInfo: error: undefined reference to
'xercesc_2_7::XMLRefInfo::getProtoType() const'
`$ collect2: ld が 1 つの終了ステータスを返しました
$ make[3]: *** [netgenerate] Error 1
$ make[3]: Leaving directory
/usr/local/src/sumo-0.17.1/src/netgen'`
$ make[2]: *** [all-recursive] Error 1
$ make[2]: Leaving directory
/usr/local/src/sumo-0.17.1/src'`
$ make[1]: *** [all] Error 2
$ make[1]: Leaving directory
/usr/local/src/sumo-0.17.1/src'`
$ make: *** [all-recursive] Error 1
このエラーを修正するにはどうすればよいですか?
ありがとう。