rpav / cl-autowrap

(c-include "file.h") => complete FFI wrapper
BSD 2-Clause "Simplified" License
210 stars 41 forks source link

Fix problem with externsion .tmp (c2ffi failed when working with *.tm… #117

Closed LinkFly closed 2 years ago

LinkFly commented 2 years ago

…p files Resolve this issue: https://github.com/rpav/cl-autowrap/issues/116

samuel-hunter commented 2 years ago

I've ran into this issue as well. Can confirm it works on my machine (Debian testing "bookworm" x86_64), thanks for the fix!

leosongwei commented 2 years ago

I got the same issue, that's exactly my workaround

kokokodak commented 2 years ago

Same here, prevents some of the quicklisp stuff from compiling. Would be nice to see it merged :-)

rpav commented 2 years ago

Crap sorry I'm in the process of selling /buying /moving and it's been slightly crazy. This looks like a simple fix though, sorry for the delay / thanks for the ping! And the patch!

(I should hopefully start getting to other PRs and issues next weekend when things have begun to settle.)