Joseph Benden
Joseph Benden
@etmatrix There are CLANG bugs that prevent this, right now...
Please post the output of `make V=1`, so it will show all compiler and linker output.
Please try cloning the Git repo into a fresh folder, then try the build steps according to `README.md`. In short, trying this: ``` git clone https://github.com/aircrack-ng/aircrack-ng.git ac cd ac autoreconf...
A couple things come to mind. First, what does the following say? ``` file src/aircrack_ng-aircrack-ng.o ``` Next, what about forcing the build for x86_64 by doing the above, but changing...
Newer macOS has SIP and seems to lock down development tasks to admin accounts only. This thread goes through all the problems with newer macOS: https://lists.tetaneutral.net/pipermail/cfarm-users/2021-March/000682.html
Turns out to be the `getopt` implementation on musl libc. The airolib program REQUIRES the parameters to be in stable sorted order, which musl doesn't meet. The reason it needs...
@MithicSpirit It does seem to work. I was able to get mine working with `.*` in front of `\\.el\\'`. ``` (list (concat local-dir-re ".*/evil-collection-vterm.*\\.el\\'") (concat local-dir-re ".*/with-editor.*\\.el\\'")))))) ```
@MithicSpirit The `native-comp-deferred-compilation-deny-list` was the rename for an older `comp-deferred-compilation-black-list`. Maybe your version of Emacs is old?
Oddly, not that easy - especially when mixing cross-compilation...