Thanks,
I thougth that this could be the problem. Actually i fixed it by myself.
Thanks anyway.
Cheers
Davide
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report des
davide lasagna 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-ge
Hi everybody,
I have a problem in building matplotlib from svn sources. Here is the output
of the build process.
###
smif1...@ubuntu [14:11:05] ~/cvs/matplotlib :sudo python setupegg.py develop
==