Package Details: panda3d 1.10.15-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: rdb
Votes: 44
Popularity: 0.005937
First Submitted: 2010-01-30 22:41 (UTC)
Last Updated: 2025-02-21 11:42 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »

qubodup commented on 2012-07-10 19:20 (UTC)

panda/src/audiotraits/fmodAudioManager.cxx: In member function ‘FMOD::DSP* FmodAudioManager::make_dsp(const FilterProperties::FilterConfig&)’: panda/src/audiotraits/fmodAudioManager.cxx:242:51: error: ‘FMOD_DSP_TYPE_REVERB’ was not declared in this scope panda/src/audiotraits/fmodAudioManager.cxx:311:28: error: ‘FMOD_DSP_CHORUS_FEEDBACK’ was not declared in this scope panda/src/audiotraits/fmodAudioManager.cxx:314:28: error: ‘FMOD_DSP_REVERB_DRYMIX’ was not declared in this scope panda/src/audiotraits/fmodAudioManager.cxx:315:28: error: ‘FMOD_DSP_REVERB_WETMIX’ was not declared in this scope panda/src/audiotraits/fmodAudioManager.cxx:316:28: error: ‘FMOD_DSP_REVERB_ROOMSIZE’ was not declared in this scope panda/src/audiotraits/fmodAudioManager.cxx:317:28: error: ‘FMOD_DSP_REVERB_DAMP’ was not declared in this scope panda/src/audiotraits/fmodAudioManager.cxx:318:28: error: ‘FMOD_DSP_REVERB_WIDTH’ was not declared in this scope panda/src/audiotraits/fmodAudioManager.cxx: In member function ‘virtual int FmodAudioManager::getSpeakerSetup()’: panda/src/audiotraits/fmodAudioManager.cxx:486:11: error: ‘FMOD_SPEAKERMODE_PROLOGIC’ was not declared in this scope Storing dependency cache. Elapsed Time: 24 min 38 sec The following command returned a non-zero value: g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/fmod_audio_fmod_audio_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -I/usr/include/fmodex -DMAKEPANDA= -Ipanda/src/audiotraits -pthread -msse2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DBUILDING_FMOD_AUDIO panda/src/audiotraits/fmod_audio_composite1.cxx Build terminated. ==> ERROR: A failure occurred in build().

<deleted-account> commented on 2012-06-30 15:13 (UTC)

bison is part of the base-devel [1] group which is assumed to be installed prior to executing makepkg. Source: https://wiki.archlinux.org/index.php/Makepkg#Usage [1] http://www.archlinux.org/groups/i686/base-devel/

corro commented on 2012-06-30 13:01 (UTC)

@Kenji_Takahashi: Thanks for the hint, added it to the makedeps.

KenjiTakahashi commented on 2012-06-30 12:54 (UTC)

It needs bison to build.

corro commented on 2012-05-24 17:47 (UTC)

Disabled all broken extensions in PKGBUILD just like fax8 mentioned.

<deleted-account> commented on 2012-05-09 21:33 (UTC)

python2 makepanda/makepanda.py --everything --no-maya2012 --no-ode --no-opencv Build successfully finished, elapsed time: 29 min 30 sec

corro commented on 2012-05-09 17:06 (UTC)

@liesmich.txt: If you don't rely on the maya2012 tools, try to add --no-maya2012 in the PKGBUILD on line 38: python2 makepanda/makepanda.py --everything --no-maya2012

<deleted-account> commented on 2012-05-09 08:59 (UTC)

Hi there, I can't build this release. Compiling breaks with the following message: http://pastebin.com/wjYKhTux Any ideas?

corro commented on 2012-05-03 18:08 (UTC)

Beware that opencv 2.4.0 breaks panda3d startup. You need to disable opencv support with --no-opencv in PKGBUILD if you have opencv installed.

corro commented on 2012-04-27 15:50 (UTC)

@lvdota: These are just optional dependencies. If you don't use them (most people don't) you may safely ignore those warnings.