Search Criteria
Package Details: love07 0.7.2-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/love07.git (read-only, click to copy) |
---|---|
Package Base: | love07 |
Description: | An open-source 2D game engine using Lua scripting language (legacy 0.7.x version) |
Upstream URL: | http://love2d.org/ |
Keywords: | engine game lib |
Licenses: | zlib |
Submitter: | archtux |
Maintainer: | parkerlreed |
Last Packager: | MarsSeed |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2012-05-02 13:47 (UTC) |
Last Updated: | 2022-07-05 17:36 (UTC) |
Dependencies (12)
- devil
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libmodplug (libopenmpt-modplugAUR, libmodplug-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- lua51 (luajit-symlinksAUR)
- mpg123 (mpg123-svnAUR, mpg321AUR, mpg321-binAUR)
- openal (openal-gitAUR)
- physfs (physfs-gitAUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
- glu (glu-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
ThePirate42 commented on 2022-07-05 14:02 (UTC) (edited on 2022-07-05 14:04 (UTC) by ThePirate42)
@MarsSeed It fails with both legacy SDL and compat SDL
This is the full build log with compat SDL:
https://pastebin.com/thTiZ82t
Some parts of it are in italian, sorry about that.
MarsSeed commented on 2022-07-05 13:56 (UTC) (edited on 2022-07-05 13:59 (UTC) by MarsSeed)
It seems the current
configure
script of love07 sets a wrong Lua include dir (at least when using--enable-luajit
; didn't yet check with regular Lua yet).With luajit, this is the include path that love07's
configure
generates:Whereas with the current repo luajit package, header files are put in the following directory:
MarsSeed commented on 2022-07-05 13:40 (UTC)
I've tried the build with both the legacy sdl package, as well as repo's sdl12-compat.
In both cases it failed, though with the newer sdl12-compat package, it failed only because it didnt't find the definition of
luaL_checkint
.Whereas with the legacy sdl package, it didn't find any of these:
luaL_checkint
,lua_open
,luaL_optint
,lua_strlen
.So from the looks of it, the newer sdl12-compat package from repo would be better suited for the legacy love07 package - though still falls short.
parkerlreed commented on 2022-07-05 13:26 (UTC)
Last I checked, love 07 is just very old and not compatible with up-to-date compilers. It would need someone who knows how to maintain it to build some patches.
The better alternative is whatever application you are using that depends on this, check to see if they have any efforts of running on newer love. Without someone dedicated to this, 07 is a dead end as far as I'm aware.
MarsSeed commented on 2022-07-05 13:22 (UTC)
@ThePirate42, the build log is less useful if you don't include the full build log outputted by makepkg and/or the AUR helper.
Especially important would be to know which SDL package and version you used. The legacy sdl package? Or sdl12-compat? Perhaps some other package variant or a '-git' package?
ThePirate42 commented on 2022-07-05 10:27 (UTC)
build() fails with these errors:
https://pastebin.com/puGzXmJ2
ThePirate42 commented on 2022-07-05 10:08 (UTC)
Shouldn't this package depend on sdl12-compat?
pgoetz commented on 2021-05-21 22:21 (UTC) (edited on 2021-05-21 22:22 (UTC) by pgoetz)
When I try to install this I get:
djmattyg007 commented on 2021-03-29 02:15 (UTC)
The filename of the license file isn't versioned when it's downloaded. If you downloaded it previously and didn't delete it before running
makepkg
(so thatmakepkg
can re-download it), you'll get an error.hakunamenta commented on 2021-03-26 16:51 (UTC) (edited on 2021-03-26 16:52 (UTC) by hakunamenta)
i got an error on check:
any idea what changed?
« First ‹ Previous 1 2 3 4 5 Next › Last »