quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
452 stars 73 forks source link

unhandled condition in --disable-debugger mode, quitting #824

Open yurivict opened 2 years ago

yurivict commented 2 years ago

Build of version 1.26.0 of quilc fails with this message.

sbcl-2.2.4 FreeBSD 13.1

stylewarning commented 2 years ago

Under what condition does that happen? Just starting it up?

yurivict commented 2 years ago

Here is the log.

stylewarning commented 2 years ago

Here is the log.

Can you install libffi?

brew install libffi

or equivalent on your platform.

yurivict commented 2 years ago

libffi-3.4.2 is already installed.

yurivict commented 2 years ago

/usr/local/lib/libffi.so.8 is the library path.

yurivict commented 2 years ago

I think you should look for libffi.so on all UNIXes, not just OpenBSD.