Problem in svn install

davide lasagna <lasagnadavide@...287...> writes:

gcc: error trying to exec 'cc1plus': execvp: No such file or directory

Sounds like you don't have a complete g++ install. Since you mentioned
Ubuntu, I suppose the command you need to run is

    sudo apt-get install build-essential g++

and perhaps also

    sudo apt-get build-dep python-matplotlib

to install all the dependencies.

···

--
Jouni K. Sepp�nen