Package Details: mle 1.8.1-2

Git Clone URL: https://aur.archlinux.org/mle.git (read-only, click to copy)
Package Base: mle
Description: Flexible terminal-based text editor
Upstream URL: https://github.com/adsr/mle
Keywords: editor lua terminal text
Licenses: Apache
Conflicts: mle-git
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 3
Popularity: 0.000000
First Submitted: 2019-01-10 13:20 (UTC)
Last Updated: 2026-04-16 08:25 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

simona commented on 2026-04-16 09:18 (UTC) (edited on 2026-04-16 09:18 (UTC) by simona)

I have installed lua (5.5.0-2), lua51 (5.1.5), lua52 (removed now), lua53 (5.3.6), lua54 (5.4.8-6). Now solved. Now compile. Tnx.

aperez commented on 2026-04-16 08:27 (UTC)

@simona: I suspect you have both Lua 5.5 and 5.4 installed, because in clean chroot builds only 5.4 gets installed. I have pushed a fix to remove a hack that was needed when the Lua 5.4 headers were not installed into their own subdirectory, and that should fix the build in cases where Lua 5.5 headers are also available.

aperez commented on 2026-04-16 08:21 (UTC)

@simona: I tried a build in a clean chroot just now, and it worked fine. There's something odd with your sources, here uscript.c does not use luaL_openselectedlibs:

% grep luaL_openselectedlibs src/mle-1.8.1/uscript.c
%

simona commented on 2026-04-14 14:48 (UTC)

/usr/bin/ld: uscript.o: in function uscript_run':
/home/simona/.cache/yay/mle/src/mle-1.8.1/uscript.c:57:(.text+0x891b): undefined reference toluaL_openselectedlibs'
collect2: error: ld returned 1 exit status