Re: fun with wayland

2023-02-05 Thread Sascha Ziemann
Am So., 5. Feb. 2023 um 20:05 Uhr schrieb Matt Wette : > > 2) I am using my proposed mmap wrapper for Guile, in C, to create a file- > mapped shared drawing. What is a "file-mapped shared drawing"?

Re: fun with wayland

2023-02-05 Thread 宋文武
Matt Wette writes: > I finally got my Wayland demo in guile working.  I thought I'd share > some bits. > (I started with creating FFI to libwayland, but with all the callbacks > it was > not worth it.) > > Wayland is a display server for Linux (and others?), meant to replace X11. > It uses UNIX s

Re: Help installing guile-ncurses

2023-02-05 Thread paul wisehart
On Sun, Feb 5, 2023, at 7:20 PM, Mike Gran wrote: > Yeah, around guile 3.0.7, it stopped using libltdl which > would do that version number searching for you. Now, > all packages that make binary extensions need to be fixed > to make version-less binary extensions. That's something > guile-ncurse

Re: Help installing guile-ncurses

2023-02-05 Thread Mike Gran
On Sun, Feb 05, 2023 at 06:44:28PM -0500, paul wisehart wrote: > Hi!, > > I am pretty new to guile, I am trying to install guile-ncurses. > > I'm on OpenBSD 7.2 > > I have installed the guile3 package. > That's the only guile OS package I see. > > I was able to install guile-json locally, so I

Help installing guile-ncurses

2023-02-05 Thread paul wisehart
Hi!, I am pretty new to guile, I am trying to install guile-ncurses. I'm on OpenBSD 7.2 I have installed the guile3 package. That's the only guile OS package I see. I was able to install guile-json locally, so I am trying to install guile-ncurses similarly. I installed automake and set: expor

argument(s) for "make-command" in guile extension for gdb

2023-02-05 Thread Daniel Tornabene
Hey all, asked on irc but didn't get any bites, read some of the source and didn't immediately make sense of it (skimmed the source more like it) so I'm trying here: I'm writing an extension for GDB using guile and while testing out different code snippets I've hit a wall trying to figure out how

fun with wayland

2023-02-05 Thread Matt Wette
I finally got my Wayland demo in guile working.  I thought I'd share some bits. (I started with creating FFI to libwayland, but with all the callbacks it was not worth it.) Wayland is a display server for Linux (and others?), meant to replace X11. It uses UNIX socket I/O between the "compositor