Yesterday I tried to compile wine asio.I am running debian Squeeze and tried both the lenny and sid wine repos..but on compiling wine asio.it errors out and cant find ..now this was yesterday so i cant remember the exact name ..but it was something like lobc32 ..something like that..maybe logbc32..but anyway..I uninstalled wine and wine-dev..and installed debian version of wine..it 1.0.1 along with libwine-dev..and it compiled fine.I want to try latest version of wine to see if improves vst support with dssi-vst....Synths made with Synthedit dont seem to work right now..Appregiator function dosent work.I want to try latest version of wine but want wine asio support.Is there a problem building wine asio against latest wine-dev??Or is this just a problem with the debian packages in wine repos?Or do i have to compile wine myself??
stratotak wrote:> Yesterday I tried to compile wine asio.I am running debian Squeeze and tried > both the lenny and sid wine repos..but on compiling wine asio.it errors out > and cant find ..now this was yesterday so i cant remember the exact name > ..but it was something like lobc32 ..something like that..maybe logbc32..but > anyway..I uninstalled wine and wine-dev..and installed debian version of > wine..it 1.0.1 along with libwine-dev..and it compiled fine.I want to try > latest version of wine to see if improves vst support with > dssi-vst....Synths made with Synthedit dont seem to work right > now..Appregiator function dosent work.I want to try latest version of wine > but want wine asio support.Is there a problem building wine asio against > latest wine-dev??Or is this just a problem with the debian packages in wine > repos?Or do i have to compile wine myself??Hi there, You've written a lot of words and not given much detail..! :) Can you please clearly state the source of what you were working with and any error messages you got. You can cut-and-paste them - it makes it more accurate than trying to vaguely remember then type them out. Thanks, -- Peter
ok..so i see they see they have new version of wine..so i thought id try it again..they have squueze repo now..so uninstalled debians 1.0.1 version and installed 1.1.16..Go to compile wineasio and this is the error.. Code: strat at frostbite:~/wineasio$ 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 /usr/bin/ld: cannot find -lodbc32 collect2: ld returned 1 exit status winegcc: gcc failed make: *** [wineasio.dll.so] Error 2 strat at frostbite:~/wineasio$ But i can compile wineasio against debians 1.0.1 version fine.