vtorri
vtorri
any news on that ?
ok, you use the c++11 thread API. That means: * with unix : usage of pthread * with cl.exe (Windows compiler) : usage of native Win32 API * with mingw...
if i have time, i'll look at it
btw, to create the tarball, if autotools are correctly done, just do : ``` make distcheck ``` it creates the tarball uncompress it, compile the source, install in a subdir,...
these days i highly prefer meson, which is way faster than autotools
> (which generates `#undef WORDS_BIGENDIAN` on little endian) good for you ? > Yes. Thanks! done
the compiler is detected in src/compiler.c, using `--version` with gcc-like compilers, or `/?` with cl-like compilers. From my tests, tcc uses `-version`, so this should be added in some way...
on archlinux, I have this :  your version is newer than mine, it seems
i can build muon with the Visual Studio command prompt. I've not tried with gcc on Windows in cmd. That's a bug.
i've not tried samu yet, too young imho. I have other stuff to do on Windows, like the vs backend. And i would also like to add cross compilation