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

The alien function "ev_loop_new" is undefined #71

Open
artforlife opened this issue Jan 21, 2018 · 1 comment
Open

The alien function "ev_loop_new" is undefined #71

artforlife opened this issue Jan 21, 2018 · 1 comment

Comments

@artforlife
Copy link

I am getting this error when trying to run Woo. Originally, I tried to use it through Clack or Lack, but it would not work.

Hence, I opted for doing just these two things in a fresh REPL:

(ql:quickload :woo)

(woo:run
  (lambda (env)
    (declare (ignore env))
    '(200 (:content-type "text/plain") ("Hello, World"))))

I immediately get the following error:

The alien function "ev_loop_new" is undefined.
[Condition of type SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR]

Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] abort thread (#<THREAD "repl-thread" RUNNING {10022D8003}>)

Backtrace:
0: ("undefined function")
1: (LEV:EV-LOOP-NEW 41051748)
2: (SB-INT:SIMPLE-EVAL-IN-LEXENV (WOO:RUN (LAMBDA (ENV) (DECLARE #) (QUOTE #))) #)
3: (EVAL (WOO:RUN (LAMBDA (ENV) (DECLARE #) (QUOTE #))))
--more--

Does anyone know what could be the cause?

P.S. Is there a reason why (ql:quickload "woo") does not work? Is there another package with similar name?

@fukamachi
Copy link
Owner

fukamachi commented Jan 22, 2018 via email

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

2 participants