joachifm / cl-webkit

A binding to WebKitGTK+ for Common Lisp
MIT License
52 stars 15 forks source link

Support Mac OSX #27

Closed AeroNotix closed 4 years ago

AeroNotix commented 9 years ago

I don't have a mac or use OSX but I had a bug report on IRC for Lispkit that mentioned that cl-webkit didn't seem to properly find the libraries for OSX.

Ambrevar commented 4 years ago

@jmercouris can run is on macOS, but it must be run from the main thread. Could be a cl-cffi-gtk issue.

jmercouris commented 4 years ago

the dylibs were missing from the define-foreign-library definition in package.lisp, they are now there, and it works on macOS! :-)