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

1 2 3 Next › Last »

Lucki commented on 2025-05-02 14:47 (UTC)

Why?

simona commented on 2025-05-02 14:25 (UTC)

cant't find https://github.com/fifengine/fifengine/commit/9e45fa29b3e64d4b91c77988d5d289cd256435eb.patch

simona commented on 2024-11-14 18:39 (UTC)

Some other app require newer boost so it is hard to solve.

Lucki commented on 2024-11-14 18:32 (UTC)

Recent boost versions cause that. Downgrading boost to ≤ 1.84 should work as a workaround.

simona commented on 2024-11-04 12:00 (UTC)

compile error

lightdot commented on 2022-04-01 02:54 (UTC)

Can't build ATM, due to this error (fixed, but ureleased): https://github.com/fifengine/fifengine/issues/1080

Perhaps a patch could be carried until the upstream makes a release again?

Lucki commented on 2021-04-05 13:53 (UTC)

I don't get such error in a clean build environment. The repository doesn't even have a configure script in it.

Please try with a clean directory (makepkg -Cc…). Also try to change the build folder "$_githubname-$pkgver/build" in line 38, 47 and 51 to something like "$_githubname-$pkgver/aur-build" and try building again. That's a change I haven't pushed yet.

simona commented on 2021-04-05 09:30 (UTC)

./configure: line 26302: syntax error near unexpected token newline'<br> ./configure: line 26302: '''
==> ERRORE: Si è verificato un errore in build().

LuckyTurtleDev commented on 2021-02-08 20:26 (UTC)

Because the getchildren function is deprecated this package must been patched to work with Pytton3.9.

You can do this by adding the following sed commands to the prepare funktion of the PKGBUILB file or using this commit as patch.

sed -i 's/moduleTree\.getchildren():/moduleTree:/g'                   "./engine/python/fife/extensions/serializers/simplexml.py"

sed -i 's/self\._root_element\.getchildren():/self\._root_element:/g' "./engine/python/fife/extensions/serializers/simplexml.py"

sed -i 's/c\.getchildren():/c:/g'                                     "./engine/python/fife/extensions/serializers/simplexml.py"

Otherwise you get this error AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'getchildren' if you execute unknown-horizons.

MartinX3 commented on 2020-08-15 17:43 (UTC)

I can confirm it The package should add libstdc++5 as an dependency or it won't be buildable.