Compiling Panda3d on OpenSuse 11.0

I’ve tried to install Panda for a while now. Here’s what I’ve tried:

  • Installed the OpenSuse 10.3 .rpm, didn’t work.
  • Downloaded the source package, compiling failed (because my version of gcc can’t compile it)
  • Downloaded from CVS, didn’t work (couldn’t figure out how to do it)
  • I’ve done what tjdx wrote in this post: discourse.panda3d.org/viewtopic.php?p=24563#24563

This is how the compilation ends:
pastebin.com/m5d97c5b7

Using makepanda/makepanda.py --everything. When I tried to do --installer too, it told me “Cannot build installer without python”. And, yes, I have got python installed :wink:

All help is appreciated.

The error message appears to indicate that gtk±2 (the development package) is not installed. You can either install this, or you should be able to disable this option in makepanda.py–without it, you won’t be able to build pstats, but you can build everything else.

David

Thanks for you reply. I’ve decided to go back to Ubuntu, so then, I can hopefully use the .deb file to install it.