Hello, I assume you ran bootstrap first, and then configure without any options.
Did you look at the installation instructions: http://playerstage.sourceforge.net/doc/Gazebo-manual-0.7.0-html/install.html Paying attention to the various environment variables. What version of wxWidgets do you have installed? And, does the non-graphical version of gazebo run properly? -nate On 3/7/07, Tom Kazimiers <[EMAIL PROTECTED]> wrote: > Hi there, > > I got the latest CVS-Version today and tryed to set it up. > The first issue I had to struggle with was that file that had to be > copyed into "/usr/local/lib/python2.4/site-packages" by the > install-script could not. The Script said "copying [...]" and the next > line said that the file copyed the moment before was not there. This had > not to do with rights - I tryed as superuser. I copied the files then by > myself: > [EMAIL PROTECTED]:/usr/local/lib/python2.4/site-packages$ sudo cp -r > /home/tom/Install/gazebo/code/gazebo/gui/wx/build/lib.linux-i686-2.4/wxgazebo/ > . > [EMAIL PROTECTED]:/usr/local/lib/python2.4/site-packages$ sudo cp > /home/tom/Install/gazebo/code/gazebo/libgazebo/bindings/python/build/lib.linux-i686-2.4/_gazebo.so > . > [EMAIL PROTECTED]:/usr/local/lib/python2.4/site-packages$ sudo cp > /home/tom/Install/gazebo/code/gazebo/libgazebo/bindings/python/build/lib.linux-i686-2.4/gazebo.py > . > > > After I had done this the script went through, so I thought I test it. > The following errors came up: > [EMAIL PROTECTED]:~/Install/gazebo/code/gazebo/worlds$ sudo wxgazebo > starting server > stopping server > Traceback (most recent call last): > File "/usr/local/bin/wxgazebo", line 6, in ? > main(sys.argv) > File "/usr/local/lib/python2.4/site-packages/wxgazebo/main.py", line > 254, in main > server.stop() > File "/usr/local/lib/python2.4/site-packages/wxgazebo/main.py", line > 74, in stop > os.kill(self.pid, signal.SIGINT) > KeyboardInterrupt > stopping server > Traceback (most recent call last): > File "/usr/local/bin/wxgazebo", line 6, in ? > main(sys.argv) > File "/usr/local/lib/python2.4/site-packages/wxgazebo/main.py", line > 254, in main > server.stop() > File "/usr/local/lib/python2.4/site-packages/wxgazebo/main.py", line > 74, in stop > os.kill(self.pid, signal.SIGINT) > TypeError: an integer is required > > Do you have any suggestions? > > Thanks in advance > Tom > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Playerstage-gazebo mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
