Getting www/nyxt: The Lisp web browser Working

As a Common Lisp developer (in FreeBSD) I would love if it I can get www/nyxt working.

After installing either via pkg or ports, Nyxt loads up but with no response to any of the key bindings. I get the following messages:

Code:
<WARN> [10:10:11] Warning: Error in FFI method: The value
  1073741824
is not of type
  GDK:GDK-EVENT
when binding NYXT/RENDERER/GTK::EVENT

<WARN> [10:12:22] Warning: Error on GTK thread: The value
  NIL
is not of type
  STRING
when binding CL-WEBKIT2::WORLD


As suggested by the post-install message I did start Nyxt with:


Code:
env WEBKIT_DISABLE_COMPOSITING_MODE=1 nyxt www.google.com

I'm using SBCL 2.5.9 on FreeBSD 14.3.

Does anyone use this package that might be able to advise?

Thanks.
 
I never tried this port. The errors look ugly. Since they are type errors there might have been more useful warnings at compile time.
 
Back
Top