-
Notifications
You must be signed in to change notification settings - Fork 107
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
exec format error: nekotools #131
Comments
Would you try apply a8c71ad (as a patch)? It builds More details: #130 |
Will try the patch, thanks! |
Oh, I think you will need to apply fe87462 as well. Please let me know if there is still other problems. |
Closing since I can see neko 2.1 is available at https://www.archlinux.org/packages/?sort=&q=neko&maintainer=&flagged= |
Sorry for not coming back to you when I got it working, I forgot. Everything seems to work fine when only passing Thanks! |
Hi,
I'm trying to pakage neko 2.1.0 for Arch Linux.
Using CMake works great (thanks for switching over!), but when running the resulting binaries, there are issues:
This happens for
nekoc
,nekoml
andnekotools
, but notneko
.I'm using the default CMake definitions, except from the usual
-DCMAKE_INSTALL_PREFIX=/usr
and-DCMAKE_INSTALL_LIBDIR=lib
.Here is the complete PKGBUILD file.
I'm on 64-bit Arch Linux.
The text was updated successfully, but these errors were encountered: