Michail
Michail
I am having the same issues with it. I am compiling for android. `make[2]: Entering directory /mnt/g/wsl/libsndfile-1.0.28/src CC libsndfile_la-sndfile.lo In file included from sndfile.c:26:0: sndfile.h:340:10: warning: type defaults to int...
I found out that version 1.0.27 compiles fine for arm and android
@arunk This is what I got: `export PATH=/home/user/Qt/5.10.1/android_armv7/bin/qmake:/mnt/d/mytoolchain/bin:$PATH export CPP=arm-linux-androideabi-cpp export CC=arm-linux-androideabi-gcc export CXX=arm-linux-androideabi-g++ export LD=arm-linux-androideabi-ld export AS=arm-linux-androideabi-as export AR=arm-linux-androideabi-ar export RANLIB=arm-linux-androideabi-ranlib export CPPFLAGS="" export CFLAGS="" export CXXFLAGS=""` `./configure --prefix=$(pwd)/build...
Oh I see, so the bug was actually that we could write into it
Gotcha, maybe this should be documented to avoid extra confiusion
Are there any updates to this? I am trying to run VS2013 on ltsc2019 but this thing makes it impossible
What I was implying is that using Options.DefaultName is not clear, it may be for someone that breathes and lives C#, but not for people that it's not their main...
running `bitmagnet config show` is not appropiate, all config should be documented and all environment variables, things that can be copy pasted, even when the program cannot run. > >...
> Which example? It's not from any official example, it seems to be a mish mash of things copy pasted into the wrong place. I need to bark at the...