Package Details: fife 0.4.2-8

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: LGPL
Submitter: ChrisOelmueller
Maintainer: Lucki
Last Packager: Lucki
Votes: 11
Popularity: 0.000000
First Submitted: 2015-08-14 07:52 (UTC)
Last Updated: 2025-05-02 12:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

AlphaJack commented on 2020-07-07 14:14 (UTC)

At first I got

[...]
==> Making package: fife 0.4.2-2 (Tue Jul  7 16:09:06 2020)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> libstdc++5
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
[...]

After installing libstdc++5 I got:

[...]
- Configuring done
CMake Error in CMakeLists.txt:
  Imported target "Boost::system" includes non-existent path
    "/include"
  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
  * The path was deleted, renamed, or moved to another location.
  * An install or uninstall procedure did not complete successfully.
  * The installation package was faulty and references files it does not
  provide.

CMake Error in CMakeLists.txt:
  Imported target "Boost::system" includes non-existent path
    "/include"
  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
  * The path was deleted, renamed, or moved to another location.
  * An install or uninstall procedure did not complete successfully.
  * The installation package was faulty and references files it does not
  provide.

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...
[...]

<deleted-account> commented on 2019-05-11 09:24 (UTC)

The compilation fail due to deprecated/unsupported swig flags

Modify the PKGBUILD file please to include this sed or create a patch

build() {
  cd "$_githubname-$pkgver"
  [[ -d "build" ]] && rm -r "build"
  mkdir -p "build" && cd "build"
  cmake \
    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
    ..
  sed -r -i 's/(-noproxydel|-fastinit|-fastunpack|-fastquery|-modernargs|-nobuildnone|-modern|-nosafecstrings)\b//g' CMakeFiles/fife*_swig_compilation.dir/build.make
  make
  # If compilation seems to stall at 99% for ages, do not abort!
  # While not perfectly convenient, that is to be expected from
  # SWIG. Eventually, you'll reach the holy triple-digit land.
}

Lucki commented on 2019-01-18 14:13 (UTC) (edited on 2019-01-18 14:14 (UTC) by Lucki)

An updated PKGBUILD can be found here.

I would happily adopt or co-maintain this package.

stubb commented on 2018-12-08 11:33 (UTC)

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 (UTC) (edited on 2018-11-28 21:13 (UTC) by pmav99)

Compilation error: https://gist.github.com/pmav99/79b615fc5b6fd157161004b3a7c00524

dixi_minga commented on 2017-02-10 19:52 (UTC)

I needed fifechan 1.4 to build

dixi_minga commented on 2017-02-10 19:34 (UTC)

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 (UTC) (edited on 2017-02-11 21:07 (UTC) by ChrisOelmueller)

[fife] v0.4.1-1: New patch release [fife] v0.4.1-2: Correct fifechan dependency

LinuxDonald commented on 2017-02-08 14:08 (UTC)

The lag problem is here since years? With fife 0.4.1 the lag is fixed.