M.A. MacLeay
M.A. MacLeay
My understanding of the Windows side of things doesn't have any practical experience behind it, so I readily concede to anyone that has worked with. Unfortunately when you learn it...
I'll see what I can put together this weekend .
Have a write up of the basic process for setting up and doing the cross compile: https://github.com/dnabre/htop/tree/windows/docs/cross_compiling_for_windows MingW64 gives all the basic stuff, but one can pull in the entire...
Hadn't meant to sent that PR to the main repo, just push the commit to my fork (github.com/dnabre/htop). So files/format was my working versions. On the same page as you...
In terms of Cygwin support specifically. Processes in Cygwin are just normal Windows process with extra stuff that Cygwin tracks (not familiar with those details). With a native Windows htop,...
Cygwin binaries are native Win32 binaries but they require its runtime library `cygwin1.dll` to run. This is what provides the translation code give POSIX features (actually Linux features are specifically...
> We are looking into the licensing issue to make it more clear. Glad it is being sorted out. ~> pro developer stuff Not going to clarify (beyond saying my...
I'm not sure on specific cause of the error, but I'm run into this when running the tests on Windows. So it most likely either a matter of a paths...