Re: Guile 64-bit Windows support, redux

2025-02-27 Thread Developers list for Guile, the GNU extensibility library
Am 27.02.2025 um 17:55 schrieb Mike Gran: Can you share details about your compilation and testing setup? I applied the patches to main and added some VMs at github.com/spk121/guile-jonas Thanks, very helpful. Also, what exactly is not functional in your build? Well, the very first problems

Re: Guile 64-bit Windows support, redux

2025-02-27 Thread Eli Zaretskii
> Date: Thu, 27 Feb 2025 16:55:54 + (UTC) > From: Mike Gran > Cc: "hah...@hahnjo.de" > > - need to make sure that dlopen searches PATH on Win32 This is guaranteed by the algorithm used by Windows APIs that load DLLs (which dlopen calls) -- assuming that dlopen you use is the one that comes

Re: Guile 64-bit Windows support, redux

2025-02-27 Thread Mike Gran
> On Thursday, February 27, 2025 at 02:48:43 AM PST, Michael Käppler > wrote: > Sorry, somehow the rest of my message got truncated... > Can you share details about your compilation and testing setup? I applied the patches to main and added some VMs at github.com/spk121/guile-jonas > In part

Re: Guile 64-bit Windows support, redux

2025-02-27 Thread Michael Käppler
Sorry, somehow the rest of my message got truncated... Can you share details about your compilation and testing setup? In particular, the mingw toolchain (GCC-UCRT?) and the VMs used for testing. As you write about VMs, I assume you cross-compiled from a Linux environment? Also, what exactly is n

Re: Guile 64-bit Windows support, redux

2025-02-27 Thread Michael Käppler
Hi Mike, thanks a lot for testing! I'm excited to see this finally going forward. >OK. This patchset does not result in a functional build on any of the Win32 >VMs I've tested.  It seems necessary but not sufficient.  Can you share details about your compilation and testing setup? In particul