I have managed to compile the code herein, using MSYS in the MINGW64 environment.
The resulting img2sixel.exe work fine, when running in Powershell (pwsh 7.5.2) within Windows Terminal. However, when using the same binary (exe), in the native MSYS/MINGW64 terminal, the code seem to run, but no output is generated.
In addition, the "debug message" seem to be always turned on against compiler (configure) specifications, so something else must be going on.
This is the only output I get:
For the details about compiling and the various related issues, please look at these:
Also, I'm posting some of them as back-links from those to here.
In addition, @Kreijstal mentioned:
you can build it on msys2, however there are some things that must be patched, I made a PR for the other libsixel fork, but never for this one..
Can you make a PR for the MSYS build compatibility in this repo?
Also, where is your code or PR located?
🚩 I think it would better if people stop using the other now archived repo.
I have managed to compile the code herein, using MSYS in the MINGW64 environment.
The resulting
img2sixel.exework fine, when running in Powershell (pwsh7.5.2) within Windows Terminal. However, when using the same binary (exe), in the native MSYS/MINGW64 terminal, the code seem to run, but no output is generated.In addition, the "debug message" seem to be always turned on against compiler (configure) specifications, so something else must be going on.
This is the only output I get:
For the details about compiling and the various related issues, please look at these:
Also, I'm posting some of them as back-links from those to here.
In addition, @Kreijstal mentioned:
Can you make a PR for the MSYS build compatibility in this repo?
Also, where is your code or PR located?
🚩 I think it would better if people stop using the other now archived repo.