@me4twb, the problem is not in this package but in wxlua, also managed by @Alerque.
Just add -D CMAKE_POLICY_VERSION_MINIMUM=3.5 \
In the lines of the cmake of wxlua PKGBUILD, like this:
cmake -S . -B build \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_POLICY_VERSION_MINIMUM=3.5 \
-D CMAKE_INSTALL_PREFIX=/usr \
This was reported in August in wxlua package, but still no change after 3 months :(.
Pinned Comments
alerque commented on 2020-02-27 16:20 (UTC)
PSA: I've started hosting this and all its dependencies as prebuilt packages in my repository for those that want to install them using
pacmanwithout messing around with building from the AUR.