linux_rocksmith
linux_rocksmith copied to clipboard
Missing rtadio/include/asio.h
just downloaded the latest version of asio from the git repo, looks like the latest version of wineasio doesn't need it anymore
ronald245@fedora ~/D/S/wineasio (master)> rm -rf build32
rm -rf build64
make 32
make 64
make build ARCH=i386 M=32
make[1]: Entering directory '/home/ronald245/Documents/Source/wineasio'
make[1]: *** No rule to make target 'rtaudio/include/asio.h', needed by 'build'. Stop.
make[1]: Leaving directory '/home/ronald245/Documents/Source/wineasio'
make: *** [Makefile:17: 32] Error 2
make build ARCH=x86_64 M=64
make[1]: Entering directory '/home/ronald245/Documents/Source/wineasio'
make[1]: *** No rule to make target 'rtaudio/include/asio.h', needed by 'build'. Stop.
make[1]: Leaving directory '/home/ronald245/Documents/Source/wineasio'
additionally, it looks like the latest proton expirimental doesn't have the lib64 folder, opting to put everything in lib instead
I have no idea what you're trying to tell me.
Fair enough, let me create a PR, which might be a bit easier