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

Fail to native-compile with Emacs 30 #31

Open
DamienCassou opened this issue Jan 1, 2025 · 0 comments
Open

Fail to native-compile with Emacs 30 #31

DamienCassou opened this issue Jan 1, 2025 · 0 comments

Comments

@DamienCassou
Copy link

In a fresh checkout of the package, execute the following with emacs being Emacs 30.0.93:

$ emacs -Q --batch --eval "(progn (find-file \"aio.el\") (emacs-lisp-native-compile))"

Error: error ("/tmp/emacs-aio/aio.el" "Type aio-select missing from typeof-types!")
  signal(error ("/tmp/emacs-aio/aio.el" "Type aio-select missing from typeof-types!"))
  comp--native-compile("/tmp/emacs-aio/aio.el" nil nil)
  native-compile("/tmp/emacs-aio/aio.el")
  emacs-lisp-native-compile()
  (progn (find-file "aio.el") (emacs-lisp-native-compile))
  eval((progn (find-file "aio.el") (emacs-lisp-native-compile)) t)
  command-line-1(("--eval" "(progn (find-file \"aio.el\") (emacs-lisp-native-compile))"))
  command-line()
  normal-top-level()
/tmp/emacs-aio/aio.el: "Type aio-select missing from typeof-types!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant