It works much better for me (the previous time I had compiled it with MinGW-w64, it exited with a silent SEGFAULT on the first kissat call). I just had to change some 'make-mingw32' occurences to 'make' in recompile.sh since I personnally use the 'make' version from MSYS2.Sokwe wrote: December 20th, 2024, 4:38 am I wrote a tutorial for compiling ikpx2 on Windows using MinGW-w64. The tutorial is available here:
https://conwaylife.com/wiki/User:Sokwe/ ... _MinGW-w64
and requires two patch files contained in the following zip archive:
[...]
If you decide to try this, please let me know if it works.
Everything seemed to work well, but when I tried to upload some partials to Catagolue, it resulted in the following message :
Code: Select all
Attempting to contact payosha256.
Internet does not exist; henceforth trying catagolue.appspot.com instead of catagolue.hatsya.com...
No response!
Connection was unsuccessful.Code: Select all
>apgluxe -p 10 -n 1000000
Greetings, this is apgluxe v5.42-ll2.5.8, configured for b3s23/C1.
Lifelib version: ll2.5.8
Compiler version: 13.2.0
Python version: '3.11.6 (main, Oct 3 2023, 09:12:56) [GCC 13.2.0 64 bit (AMD64)]'
Using seed k_dDDTXjRnRfNd
Instruction set AVX2 detected
Running 1000000 soups per haul:
[...]
----------------------------------------------------------------------
1000000 soups completed.
0 tiles processed.
Attempting to contact Catagolue...
Payosha256 authentication succeeded.
***********************************************I currently use the UCRT MinGW-w64 with win64 GCC 13.2 from winlibs.com.