Package Details: panda3d 1.10.14-1

Git Clone URL: https://aur.archlinux.org/panda3d.git (read-only, click to copy)
Package Base: panda3d
Description: A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d.
Upstream URL: https://www.panda3d.org
Keywords: engine game
Licenses: BSD
Submitter: wonder
Maintainer: rdb (Moguri)
Last Packager: Moguri
Votes: 43
Popularity: 0.012806
First Submitted: 2010-01-30 22:41 (UTC)
Last Updated: 2024-01-09 17:44 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13

renato_garcia commented on 2010-03-24 14:30 (UTC)

I had problems when compiling Panda3d with support to libsquish. This was because the AUR package to libsquish compile only a static library, and the Panda3d try link against the shared library. I am using a x86_64 computer, and the error message on Panda compiling was: [ 32%] Linking dynamic library built/lib/libpanda.so /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.3/../../../../lib/libsquish.a(squish.o): relocation R_X86_64_32 against `__gxx_personality_v0' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.3/../../../../lib/libsquish.a: could not read symbols: Bad value collect2: ld returned 1 exit status Storing dependency cache. The problem was solved when I recompiled the libsquish to generate a shared and static library. The question: Anyone more had this problem? If yes, I will contact the libsquish mantainer and ask him to add my patch to compile the shared library too. If no, what did I wrong?