borodust / claw

Common Lisp autowrapping facility for C and C++ libraries
MIT License
34 stars 6 forks source link

Undefined Function Error #8

Closed JosephBoyd closed 2 years ago

JosephBoyd commented 2 years ago

I get the following when running (ql:quickload :claw-olm/wrapper) and (claw:load-wrapper :claw-olm/wrapper)

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

I get the same error when trying to load claw-torch.

borodust commented 2 years ago

resect_options_enforce_definition is a latest addition to libresect. You need to rebuilt that library.

JosephBoyd commented 2 years ago

Yes, that worked, thanks!