Re: 64-bit Guile on Windows

2023-03-23 Thread Thomas Thiriez via General Guile related discussions
Hi Mike, I was able to build a 64-bit libguile 3 based on the branch wip-mingw. It appears to be working fine so far, and I am grateful for your work. The only glitch I have found is that (gettimeofday) does not return correct values. It should return a pair (seconds . microseconds). The se

Re: 64-bit Guile on Windows

2022-11-22 Thread Jean Abou Samra
 > Le 22 nov. 2022 à 14:22, Mike Gran a écrit : > For what it is worth, I do have functional 64-bit Guile 3.0.x for > Windows at the link below, but that tree is still full of missteps and > experiments and needs to made into a cleaner patchset. Thanks, that is good to know, but it doesn’t hel

Re: 64-bit Guile on Windows

2022-11-22 Thread Mike Gran
On Tue, Nov 22, 2022 at 01:44:47PM +0100, Jean Abou Samra wrote: > >> > Now, it is possible that the problem is that I am trying to run a > > .go file compiled on macOS on a Windows machine, and that the two > > platforms are different enough that the .go file can't be reused. > > And because I ge

Re: 64-bit Guile on Windows

2022-11-22 Thread Jean Abou Samra
Le 28/06/2022 à 16:41, Thomas Thiriez via General Guile related discussions a écrit : Jean Abou Samra writes: Le 27/06/2022 à 15:56, Thomas Thiriez via General Guile related discussions a écrit : [...] (* 999 999 999) -> -76738825 [...] We had exactly the same problem at LilyPond, and

Re: 64-bit Guile on Windows

2022-07-06 Thread Jean Abou Samra
On 6/28/22 12:52, Maxime Devos wrote: Jean Abou Samra schreef op di 28-06-2022 om 10:38 [+0200]: We had exactly the same problem at LilyPond, and this was the fix: https://gitlab.com/lilypond/lilypond/-/blob/master/release/binaries/lib/dependencies.py#L721 For security, shouldn't this check t

Re: 64-bit Guile on Windows

2022-06-29 Thread Thomas Thiriez via General Guile related discussions
"Dr. Arne Babenhauserheide" writes: [...] Possibly fixnum-related, so maybe: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42060 Maybe 32-bit <-> 64-bit related, so maybe: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28920 Thanks a lot. I will check those out. Also, guile@2.2 is not d

Re: 64-bit Guile on Windows

2022-06-28 Thread Dr. Arne Babenhauserheide
Maxime Devos writes: > [[PGP Signed Part:No public key for 49E3EE22191725EE created at > 2022-06-28T18:14:22+0200 using EDDSA]] > Thomas Thiriez via General Guile related discussions schreef op di 28- > 06-2022 om 16:41 [+0200]: >> Jean Abou Samra writes: >> >> > Le 27/06/2022 à 15:56, Thomas

Re: 64-bit Guile on Windows

2022-06-28 Thread Maxime Devos
Thomas Thiriez via General Guile related discussions schreef op di 28- 06-2022 om 16:41 [+0200]: > Jean Abou Samra writes: > > > Le 27/06/2022 à 15:56, Thomas Thiriez via General Guile related > > discussions a écrit : > [...] > > > (* 999 999 999) -> -76738825 > [...] > > > > We had exactly the

Re: 64-bit Guile on Windows

2022-06-28 Thread Thomas Thiriez via General Guile related discussions
Thomas Thiriez via General Guile related discussions writes: That doesn't work, so I compile test.scm to test.go with guile on my Mac. I have also tried compiling with this command on my Mac to generate bytecode for the right architecture, but the result is the same: guild compile te

Re: 64-bit Guile on Windows

2022-06-28 Thread Thomas Thiriez via General Guile related discussions
Jean Abou Samra writes: Le 27/06/2022 à 15:56, Thomas Thiriez via General Guile related discussions a écrit : [...] (* 999 999 999) -> -76738825 [...] We had exactly the same problem at LilyPond, and this was the fix: https://gitlab.com/lilypond/lilypond/-/blob/master/release/binaries

Re: 64-bit Guile on Windows

2022-06-28 Thread Maxime Devos
Jean Abou Samra schreef op di 28-06-2022 om 10:38 [+0200]: > We had exactly the same problem at LilyPond, and this was the fix: > > https://gitlab.com/lilypond/lilypond/-/blob/master/release/binaries/lib/dependencies.py#L721 > For security, shouldn't this check the hash of the downloaded tarball

Re: 64-bit Guile on Windows

2022-06-28 Thread Jean Abou Samra
Le 27/06/2022 à 15:56, Thomas Thiriez via General Guile related discussions a écrit : 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 ma

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

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