1

i want to install robocup rcssserver 15.2.2 after configuration when i press make i get tons of errors saying the same thing: param was not declared in this scope and note: in expansion of macro Builder. what should i do?

Amirali
  • 13
  • 1
  • 7

2 Answers2

1

You should remove bison3 and install bison2.7 . For installing bison2.7 read this post.

https://askubuntu.com/questions/444982/install-bison-2-7-in-ubuntu-14-04

Community
  • 1
  • 1
Saeid
  • 4,147
  • 7
  • 27
  • 43
0
$ sudo apt-get install g++ build-essential libboost-all-dev qt4-dev-tools libaudio-dev libgtk-3-dev libxt-dev

$ sudo apt-add-repository ppa:gnurubuntu/rubuntu

$ sudo apt-get update

$ sudo apt-get install rcssserver rcssmonitor

Use these commands to install rcssserver & monitor without thinking about dependences