linux_rocksmith icon indicating copy to clipboard operation
linux_rocksmith copied to clipboard

Missing rtadio/include/asio.h

Open RonaldPhilipsen opened this issue 5 months ago • 2 comments

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

RonaldPhilipsen avatar Aug 02 '25 12:08 RonaldPhilipsen

I have no idea what you're trying to tell me.

theNizo avatar Aug 02 '25 14:08 theNizo

Fair enough, let me create a PR, which might be a bit easier

RonaldPhilipsen avatar Aug 03 '25 08:08 RonaldPhilipsen