Search Criteria
Package Details: adonthell 0.3.8-1
Git Clone URL: | https://aur.archlinux.org/adonthell.git (read-only, click to copy) |
---|---|
Package Base: | adonthell |
Description: | A 2D graphical, single player role playing game engine |
Upstream URL: | http://adonthell.nongnu.org/ |
Licenses: | |
Submitter: | None |
Maintainer: | rafaelff |
Last Packager: | rafaelff |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2007-07-28 22:10 |
Last Updated: | 2019-01-08 02:27 |
Dependencies (4)
- python (python-dbg)
- sdl2_mixer (sdl2_mixer-hg, sdl2_mixer-minimal-git)
- sdl2_ttf (sdl2_ttf-git)
- swig (swig-git) (make)
Latest Comments
rafaelff commented on 2018-04-17 22:25
Adopted and updated.
rafaelff commented on 2018-03-19 12:12
Please update to 0.3.6 (see a suggestion of PKGBUILD here: https://ptpb.pw/uzkm)
Alternatively, see PKGBUILD diff: https://ptpb.pw/iCwt
Please notice it was ported to Python3 and SDL2, and prepare() function doesn't seem to be required anymore (Waste's Edge can switch between full screen, letterbox and windowed.
feufochmar commented on 2012-11-16 19:54
Upstream URL is http://adonthell.nongnu.org/index.shtml
Ideka commented on 2012-05-08 22:24
This did the trick for me: http://pastebin.com/G3w8K9Z2
Cheers! :)
Ideka commented on 2012-05-08 21:46
This did the trick for me: http://pastebin.com/UNSzRrtQ
Cheers! :)
Dragonlord commented on 2011-05-14 16:57
Adding this line to the PKGBUILD fixes the python binary check error, but there are few more to fix
sed -i 's:for ac_prog in python:for ac_prog in python2:' configure
further errors:
checking for Python's dependencies... ./configure: line 23059: python-config: command not found
and
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
dialog.cc: In member function 'std::string dialog::scan_string(const char*)':
dialog.cc:276:45: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
dialog.cc:328:45: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
make[3]: *** [dialog.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/data_screen.Tpo .deps/data_screen.Po
make[3]: Leaving directory `/build/src/adonthell-0.3.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/src/adonthell-0.3.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/src/adonthell-0.3.5'
make: *** [all] Error 2
Solution for these would be appreciated.
Anonymous comment on 2011-04-29 15:53
It gets a configure error:
checking for python... /usr/bin/python
File "<string>", line 1
import sys ; print sys.version[0:3]
^
SyntaxError: invalid syntax
checking for Python header files... File "<string>", line 1
import sys ; print "%s/include/python%s" % (sys.prefix, sys.version[:3])
^
SyntaxError: invalid syntax
configure: error: Could not find Python.h in
Daphron commented on 2011-02-11 02:15
How do you get around the error from the python -> python2 rename? It occurs deeper in the files than I've had to go before.
dzaragoza commented on 2010-12-28 22:42
There's an error building this package due to the rename of python as python2 in Arch.