Hey guys,
I've been trying to figure install Reaper via WineAsio with David
Hayes' tut
(
http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-winea…)
but whenever I get to the part where I compile WineAsio (with Make
command), I get an error. I should not that I have used the newest
version (0.7.3) of WineAsio available found in the parent folder of
the link given
http://people.jacklab.net/edogawa/files/wineasio/
I've also tried with versions 0.1, 0.3. 0.5 and still I haven't gotten
it to work
Heres the error (I included the dir command to show you I copied all
that was needed)
chris@LinuxLaptop:~/Desktop/wineasio-0.7.3$ dir
asio.c config.h Makefile README.TXT settings.h
asio.h main.c port.h regsvr.c wineasio.dll.spec
chris@LinuxLaptop:~/Desktop/wineasio-0.7.3$ make
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine
-I/usr/include/wine/windows -m32 -g -O2 -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -o asio.o asio.c
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine
-I/usr/include/wine/windows -m32 -g -O2 -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -o main.o main.c
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine
-I/usr/include/wine/windows -m32 -g -O2 -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -o regsvr.o regsvr.c
winegcc -shared wineasio.dll.spec -mnocygwin -o wineasio.dll.so asio.o
main.o regsvr.o -ljack -lodbc32 -lole32 -loleaut32 -lwinspool -lwinmm
-lpthread -luuid
winegcc: gcc-3.4 failed
make: *** [wineasio.dll.so] Error 2
chris@LinuxLaptop:~/Desktop/wineasio-0.7.3$
I'm running Ubuntu with the RT kernel on an 32 bit system (AMD
anthlon64 proc) with wine 0.9.55 downloaded from the WineHQ
repositories.
Thanks in advance for the help