I compiled with python3 and --no-ode.
When I run python samples, I have error:
Traceback (most recent call last):
File "main.py", line 16, in <module>
from direct.showbase.ShowBase import ShowBase
File "/usr/share/panda3d/direct/showbase/ShowBase.py", line 30, in <module>
from direct.interval import IntervalManager
File "/usr/share/panda3d/direct/interval/IntervalManager.py", line 5, in <module>
from pandac.PandaModules import *
File "/usr/share/panda3d/pandac/PandaModules.py", line 44, in <module>
from .panda3dOdeModules import *
File "/usr/share/panda3d/pandac/panda3dOdeModules.py", line 3, in <module>
from panda3d.ode import *
ImportError: libode.so.4: cannot open shared object file: No such file or directory
Search Criteria
Package Details: panda3d 1.10.14-1
Package Actions
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: | 44 |
Popularity: | 0.037820 |
First Submitted: | 2010-01-30 22:41 (UTC) |
Last Updated: | 2024-01-09 17:44 (UTC) |
Dependencies (37)
- assimp (assimp-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxcursor
- libxrandr (libxrandr-gitAUR)
- openal (openal-gitAUR)
- openexr (openexr-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- shared-mime-info
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- flex (flex-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- bullet (bullet-gitAUR, bullet-dp) (optional) – Support for the Bullet physics engine
- eigen (eigen-gitAUR) (optional) – Optimised linear algebra library
- Show 17 more dependencies...
Required by (4)
- cosmonium-git (make)
- lui-git (make)
- python-ursina
- yorg-git
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »
Hamidreza commented on 2016-10-17 11:30 (UTC)
abhisheietk commented on 2016-03-21 06:09 (UTC)
Thanks croxis
--no-ffmpeg worked...
abhisheietk commented on 2016-03-20 13:17 (UTC)
while compilation getting this error
panda/src/ffmpeg/ffmpegVideoCursor.cxx:94:33: error: 'PIX_FMT_BGR24' was not declared in this scope
PIX_FMT_BGR24, SWS_BILINEAR | SWS_PRINT_INFO, N
croxis commented on 2015-04-11 16:27 (UTC)
Note: there is experimental python3 support. Edit PKGBUILD to use python or python3
croxis commented on 2015-04-11 16:25 (UTC)
I can replicate the error, I forward it upstream.
Use panda3d-runtime-git. It works: https://aur.archlinux.org/packages/panda3d-runtime-git/
qubodup commented on 2015-04-11 06:52 (UTC)
I'm getting this error trying to compile unfortunately: http://codepad.org/5xJup3gL
jgabrito commented on 2014-07-10 21:41 (UTC)
I get some errors regarding the declarations of some functions such as fork(), unlink(), as well as a few others when trying to build. The following patch solves it:
http://bpaste.net/raw/452157/
bkfox commented on 2014-04-06 12:07 (UTC)
Please, avoid the default 4 and 5 threads at build. Perhaps is it better to use nproc to select a number of threads corresponding to the number of cpu's cores.
Pinned Comments