64-bit Guile on Windows

2022-06-27 Thread Thomas Thiriez via General Guile related discussions
Hi, I am currently porting a macOS application to Windows, and need to have libguile working. I can see GnuCash works with Guile. I could borrow their libguile.dll, but it is a 32-bit build, and I am making a 64-bit application. I tried building Guile 3, but had more success with Guile 2.2,

Re: 64-bit Guile on Windows

2022-06-27 Thread Jan Nieuwenhuizen
Thomas Thiriez via General Guile related discussions writes: Hello, > I am currently porting a macOS application to Windows, and need to > have libguile working. [..] > I tried building Guile 3, but had more success with Guile 2.2, so I will > keep that version. There is a 64-bit port on the wip

Re: 64-bit Guile on Windows

2022-06-27 Thread Thomas Thiriez via General Guile related discussions
Jan Nieuwenhuizen writes: Thomas Thiriez via General Guile related discussions writes: Hello, I am currently porting a macOS application to Windows, and need to have libguile working. [..] I tried building Guile 3, but had more success with Guile 2.2, so I will keep that version. There