Package Details: tome4-git 1.7.2.r117.g75e65d71a1-1

Git Clone URL: https://aur.archlinux.org/tome4-git.git (read-only, click to copy)
Package Base: tome4-git
Description: An open-source, single-player, role-playing roguelike game set in the world of Eyal.
Upstream URL: http://tome.te4.org/
Licenses: custom, GPL3
Conflicts: tome4, tome4-beta, tome4-nomusic
Provides: tome4
Submitter: heavysink
Maintainer: heavysink (lilac)
Last Packager: lilac
Votes: 3
Popularity: 0.000003
First Submitted: 2015-12-27 02:54 (UTC)
Last Updated: 2021-03-26 22:24 (UTC)

Latest Comments

simona commented on 2025-02-26 15:53 (UTC)


Creating ../obj/Debug/physfs
bind_physfs.c
../src/physfs/archivers/bind_physfs.c: In function ‘BIND_PHYSFS_openRead’:
../src/physfs/archivers/bind_physfs.c:225:36: error: passing argument 3 of ‘doOpen’ from incompatible pointer type [-Wincompatible-pointer-types]
225 |         return(doOpen(opaque, fnm, PHYSFS_openRead, exist));
|                                    ^~~~~~~~~~~~~~~
|                                    |
|                                    PHYSFS_File * (*)(const char *)
../src/physfs/archivers/bind_physfs.c:198:30: note: expected ‘void * (*)(const char *)’ but argument is of type ‘PHYSFS_File * (*)(const char *)’
198 |                      void *(*openFunc)(const char *filename),
|                      ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [physfs.make:173: ../obj/Debug/physfs/bind_physfs.o] Error 1
make: *** [Makefile:67: physfs] Error 2

FabioLolix commented on 2022-10-23 22:35 (UTC)

The custom license is not installed

tome4-git E: Missing custom license directory (usr/share/licenses/tome4-git)

FabioLolix commented on 2022-10-23 22:10 (UTC)

Hello,

  • the url redirect to https://te4.org/ please use that
  • conflicts with tome4-beta and tome4-nomusic is not needed
  • please use https for source url

warning: redirecting to https://git.net-core.org/tome/t-engine4.git/

FredBezies commented on 2021-03-24 16:53 (UTC)

In line 47, you have to replace premake4 by premake5 in order to avoid this error:

==> Starting build()...
/home/fred/tome4-git/PKGBUILD: line 47: premake4: command not found

After replacing premake4 by premake5, I got this other error:

Error: /home/fred/tome4-git/src/t-engine4/premake4.lua:88: attempt to index a nil value (field 'gcc')

I can not got further this error.