eabase

Results 379 comments of eabase

@saitoha > I have merely cross-compiled the source code from this repository using MinGW So what are the steps? - Clone repo, then open MSYS, with `MinGW64` environment? - Then...

Ref. #197 @saitoha I just managed to compile this in MSYS. Your current main works just fine in windows. Including **libcurl**. I suspect you just haven't installed or updated your...

One weirdness is that my version doesn't print in MSYS mintty shell. It's just empty without any errors. ```bash # my compiled: # file img2sixel.exe img2sixel.exe: PE32+ executable for MS...

This is also in line with my proposal in #11773

The temporary work around is to disable *pacman* checking the disk space:: ```bash # Comment out "CheckSpace" in /etc/pacman.conf cd /etc && cp pacman.conf pacman.conf.bak && sed -i 's/^CheckSpace/#CheckSpace/' pacman.conf...

Looking forward to have a simpler and more up-to-date compile experience for the Windows builds.

What is this LuaJIT used for? Maybe remove this legacy junk if not used anywhere?

@i486 This is not how this works. When you start a new shell the path is loaded from the registry, so unless you restart your shell, the change in the...

Ok, TL;DR all. But to keep in mind that I **never** change System path temporarily. **Why?** - Because the order of each path item matters, so any automation of making...