Search Criteria
Package Details: fife 0.4.2-3
Git Clone URL: | https://aur.archlinux.org/fife.git (read-only, click to copy) |
---|---|
Package Base: | fife |
Description: | Flexible Isometric Free Engine is a cross platform game creation framework |
Upstream URL: | http://fifengine.net/ |
Licenses: | |
Submitter: | ChrisOelmueller |
Maintainer: | Lucki |
Last Packager: | Lucki |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-14 07:52 |
Last Updated: | 2020-08-17 00:23 |
Dependencies (17)
- boost-libs (boost171, boost-libs-git)
- fifechan (fifechan-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libstdc++5
- libvorbis (libvorbis-aotuv-lancer, libvorbis-git, libvorbis-aotuv)
- openal (openal119-bin, openal-git, openal-minimal-git)
- python (python-dbg)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-hg, sdl2-minimal-hg, sdl2-nox)
- sdl2_image (sdl2_image-minimal-hg)
- sdl2_ttf (sdl2_ttf-hg)
- tinyxml (tinyxml-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- swig (swig-git) (make)
Latest Comments
1 2 Next › Last »
MartinX3 commented on 2020-08-15 17:43
I can confirm it The package should add libstdc++5 as an dependency or it won't be buildable.
AlphaJack commented on 2020-07-07 14:14
At first I got
After installing
libstdc++5
I got:Anonymous comment on 2019-05-11 09:24
The compilation fail due to deprecated/unsupported swig flags
Modify the PKGBUILD file please to include this sed or create a patch
Lucki commented on 2019-01-18 14:13
An updated PKGBUILD can be found here.
I would happily adopt or co-maintain this package.
stubb commented on 2018-12-08 11:33
have the same problems like pmav99. fife-git works fine. Maybe a problem with glee which was replaced by glew in fife-git.
pmav99 commented on 2018-11-28 21:12
Compilation error: https://gist.github.com/pmav99/79b615fc5b6fd157161004b3a7c00524
dixi_minga commented on 2017-02-10 19:52
I needed fifechan 1.4 to build
dixi_minga commented on 2017-02-10 19:34
Compilation error:
Scanning dependencies of target _fifechan
[ 99%] Building CXX object CMakeFiles/_fifechan.dir/fifechanPYTHON_wrap.cxx.o
/tmp/yaourt-tmp-dixi/aur-fife/src/fifengine-0.4.1/build/fifechanPYTHON_wrap.cxx: In function 'PyObject* _wrap_MouseListener_mouseWheelMovedRight(PyObject*, PyObject*)':
/tmp/yaourt-tmp-dixi/aur-fife/src/fifengine-0.4.1/build/fifechanPYTHON_wrap.cxx:5114:35: error: 'class fcn::MouseListener' has no member named 'mouseWheelMovedRight'; did you mean 'mouseWheelMovedUp'?
(arg1)->fcn::MouseListener::mouseWheelMovedRight(*arg2);
^~~~~~~~~~~~~~~~~~~~
/tmp/yaourt-tmp-dixi/aur-fife/src/fifengine-0.4.1/build/fifechanPYTHON_wrap.cxx:5116:15: error: 'class fcn::MouseListener' has no member named 'mouseWheelMovedRight'; did you mean 'mouseWheelMovedUp'?
(arg1)->mouseWheelMovedRight(*arg2);
^~~~~~~~~~~~~~~~~~~~
/tmp/yaourt-tmp-dixi/aur-fife/src/fifengine-0.4.1/build/fifechanPYTHON_wrap.cxx: In function 'PyObject* _wrap_MouseListener_mouseWheelMovedLeft(PyObject*, PyObject*)':
/tmp/yaourt-tmp-dixi/aur-fife/src/fifengine-0.4.1/build/fifechanPYTHON_wrap.cxx:5159:35: error: 'class fcn::MouseListener' has no member named 'mouseWheelMovedLeft'; did you mean 'mouseWheelMovedUp'?
(arg1)->fcn::MouseListener::mouseWheelMovedLeft(*arg2);
^~~~~~~~~~~~~~~~~~~
/tmp/yaourt-tmp-dixi/aur-fife/src/fifengine-0.4.1/build/fifechanPYTHON_wrap.cxx:5161:15: error: 'class fcn::MouseListener' has no member named 'mouseWheelMovedLeft'; did you mean 'mouseWheelMovedUp'?
(arg1)->mouseWheelMovedLeft(*arg2);
^~~~~~~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/_fifechan.dir/build.make:78: CMakeFiles/_fifechan.dir/fifechanPYTHON_wrap.cxx.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/_fifechan.dir/all] Error 2
make: *** [Makefile:128: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build fife.
ChrisOelmueller commented on 2017-02-10 18:09
[fife] v0.4.1-1: New patch release
[fife] v0.4.1-2: Correct fifechan dependency
LinuxDonald commented on 2017-02-08 14:08
The lag problem is here since years?
With fife 0.4.1 the lag is fixed.