Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling geanylua, lua missmatch #1387

Closed
Erixcode opened this issue Nov 16, 2024 · 2 comments
Closed

compiling geanylua, lua missmatch #1387

Erixcode opened this issue Nov 16, 2024 · 2 comments
Milestone

Comments

@Erixcode
Copy link

hello there,
I was trying to compile geanylua, as my distro (fedora41) dropped geanylua after fedora23 (why? I don't know), I just needed to compile the geanylua so in configure:
./configure --enable-geanylua
got this error at the end of my configure:


    checking for gtk±3.0 >= 2.12
    glib-2.0 >= 2.14
    gio-2.0 >= 2.18
    ctpl >= 0.3… no
    checking for rst2html… no
    checking for lua >= 5.1
    lua < 5.2… no
    configure: error: Package requirements (lua >= 5.1
    lua < 5.2) were not met:

    Package dependency requirement ‘lua < 5.2’ could not be satisfied.
    Package ‘lua’ has version ‘5.4.0’, required version is ‘< 5.2’

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

I cannot find any lua version manager that I can use it under my distro.
I would appreciate any help to get this done

@Erixcode
Copy link
Author

Fix:
using https://github.com/DhavalKapil/luaver I managed to compile geanylua. thanks

@eht16
Copy link
Member

eht16 commented Nov 18, 2024

This will probably finally resolved by #1238.

@eht16 eht16 closed this as completed Nov 18, 2024
@b4n b4n added this to the 2.1.0 milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants