Erro ao executar make para instalar o 'Sumo'

0

Quando tentei instalar o Sumo-0.26.0, estou recebendo este erro durante a execução do comando make :

"../../src/utils/vehicle/IntermodalRouter.h:109:35: error: there are no arguments to ‘fabs’ that depend on a template parameter, so a declaration of ‘fabs’ must be available [-fpermissive]"

    
por Anzil 23.05.2016 / 18:37

1 resposta

1

Sua postagem está marcada como 15.04, versão desconhecida. Este comando dirá: $ uname -m

Primeiro teste ... sem problemas: o Ubuntu de 64bits 15.04. Um sumo-src-0.26.0.tar.gz válido: link

$ sudo apt-get install g++ autoconf libtool libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev
$ tar xvf sumo-src-0.26.0.tar.gz
$ cd sumo-0.26.0/
$ ./configure
$ make : No errors.
$ sudo make install : OK too.
por Knud Larsen 23.05.2016 / 21:22