Package Details: ags 3.6.1.24-2

Git Clone URL: https://aur.archlinux.org/ags.git (read-only, click to copy)
Package Base: ags
Description: Engine to run adventure/quest games
Upstream URL: https://github.com/adventuregamestudio/ags
Keywords: adventure game studio
Licenses: Artistic2.0
Submitter: ainola
Maintainer: patlefort
Last Packager: patlefort
Votes: 9
Popularity: 0.000639
First Submitted: 2015-09-05 23:03 (UTC)
Last Updated: 2024-05-08 20:31 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

xyproto commented on 2017-11-14 22:20 (UTC)

Updated PKGBUILD that works here: http://ix.io/CgD

ainola commented on 2017-11-14 14:39 (UTC)

xyproto: I was having difficulty building despite the newer versions. I'm currently a bit busy, so if you (or anyone else) have had success, please do share.

xyproto commented on 2017-11-14 14:23 (UTC)

Please try with the allegro4 and dumb-a4 packages and see if it works now.

ainola commented on 2017-09-04 13:46 (UTC) (edited on 2017-09-04 13:49 (UTC) by ainola)

The latest version of dumb has removed allegro support. Unfortunately, this breaks the building of ags. I've raised a bug report here: https://bugs.archlinux.org/task/55493

ainola commented on 2016-05-25 03:47 (UTC)

Sorry for the delay, I was quite busy this week. :( I've applied a patch for now until they release a new version. Thanks so much for the help, NeoRaider.

ainola commented on 2016-05-14 03:34 (UTC)

Thanks for the comment, NeoRaider. I've raised a bug report here: https://github.com/adventuregamestudio/ags/issues/328

neocturne commented on 2016-05-13 16:06 (UTC)

This broke due to the update to GCC 6. The issue is that the ags code has #include directices inside of C++ namespaces. This is just stupid and I'm surprised that it worked with older versions of GCC/libstdc++ ... So unless you want to start patching the code to fix this, it's downgrading GCC until this is fixed in ags upstream.

ainola commented on 2016-05-12 15:07 (UTC) (edited on 2016-05-12 15:08 (UTC) by ainola)

I've been trying to pinpoint the problem in the little free time I've had this week. It was compiling fine on two machines before I pushed.... Suggestions welcome!

eazar001 commented on 2016-05-10 02:30 (UTC)

I get a slew of errors of the form: ``` /usr/include/c++/6.1.1/cmath:1217:11: error: ‘::trunc’ has not been declared using ::trunc; ^~~~~ /usr/include/c++/6.1.1/cmath:1218:11: error: ‘::truncf’ has not been declared using ::truncf; ``` They come from various libraries such as cmath above, and others like csdtlib. The final result is: ``` Makefile:45: recipe for target '../Plugins/AGSflashlight/agsflashlight.o' failed make: *** [../Plugins/AGSflashlight/agsflashlight.o] Error 1 make: *** Waiting for unfinished jobs.... make: Leaving directory '/tmp/yaourt-tmp-ebrahim/aur-ags/src/ags-v.3.3.5.5/Engine' ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build ags. ```