-
Notifications
You must be signed in to change notification settings - Fork 97
Description
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:
- I'm unable to build the windows (Windows 10 x64) binaries, could someone post them? #180
- Any solutions for using in Windows Terminal with powershell (pwsh)? #197
- mintty doesn't appear to support sixel graphics when using incompatible tools mintty/mintty#1252
- Set up Cygwin builds hpjansson/chafa#186
- ConPTY Passthrough mode microsoft/terminal#1173 # ConPTY Passthrough mode
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.