Page 1 of 2

wineasio

Posted: 6. Apr 2015, 07:37
by gbarkovalev
Help me plz to install wineaiso drivers. i got message saying me that there is no such file or dirImagehttp://slackbuilds.org/repository/14.1/audio/wineasio/

Re: wineasio

Posted: 6. Apr 2015, 09:25
by gapan
Well... do you actually have that file in the same directory?

Re: wineasio

Posted: 6. Apr 2015, 09:34
by knome
Two dependencies are jack-audio-connection-kit and wine. Slackbuild information states...
WineASIO provides an ASIO to JACK driver for WINE. ASIO is the most common
Windows low-latency driver, so is commonly used in audio workstation
programs.

To build the package, you will need the file "asio.h" from the Steinberg
ASIO SDK, version 2.1 or greater. This file must be downloaded from
http://www.steinberg.net/en/company/developer.html and copied to the
directory containing the SlackBuild.

After installing the package, each user who will use wineasio must run
the command "regsvr32 wineasio.dll". This must be done as the user(s),
not as root. This only needs to be done once per user.

This can't be built on a stock Slackware64 system, since it requires
32-bit Wine. It may (or may not) be possible to build on a 64-bit multilib
system; let me know how it goes.

Re: wineasio

Posted: 6. Apr 2015, 09:43
by gbarkovalev
I have installed wine,jack-audio-connection-kit. I downloaded asio.h from steinberg, placed in a folder with wineasio.SlackBuild. It just won;t run
gapan wrote:Well... do you actually have that file in the same directory?
I navigate to the extracted dir with wineasio . Then write in Terminal ./wineasio.SlackBuild and got error. I read the installation instructions http://slackbuilds.org/howto/
Still it says no file. but there is really no such file like wineasio-092.tar.gz because I'm in the unzipped directory. Individual Files:
• README
• slack-desc
• wineasio.SlackBuild
• wineasio.info
• and added by me ASIO.H

Re: wineasio

Posted: 6. Apr 2015, 09:56
by knome
Is "This can't be built on a stock Slackware64 system" relevant to your situation?

Have you tried installing using Sourcery which would be my preference being a GUI guy. It may throw up better error information in the log.

Re: wineasio

Posted: 6. Apr 2015, 10:16
by gapan
gbarkovalev wrote:I have installed wine,jack-audio-connection-kit. I downloaded asio.h from steinberg, placed in a folder with wineasio.SlackBuild. It just won;t run
gapan wrote:Well... do you actually have that file in the same directory?
I navigate to the extracted dir with wineasio . Then write in Terminal ./wineasio.SlackBuild and got error. I read the installation instructions http://slackbuilds.org/howto/
Still it says no file. but there is really no such file like wineasio-092.tar.gz because I'm in the unzipped directory. Individual Files:
• README
• slack-desc
• wineasio.SlackBuild
• wineasio.info
• and added by me ASIO.H
Well, since you like big letters...

YOU NEED wineasio-092.tar.gz IN THE SAME DIRECTORY!

Re: wineasio

Posted: 6. Apr 2015, 10:16
by gbarkovalev
I just downloaded the file( wineasio-0.9.2.tar.gz) -Source ,and put it in the directory with the script(SlackBuild). Everything seems to be fine, but writes that i need to login or smt elseImage :) :) :)
What to do?
literally is says(screenshot) "change the owner... Operation not allowed". Maybe i need to write sudo in Terminal or something

Re: wineasio

Posted: 6. Apr 2015, 10:20
by gapan
Since it's obvious you have no idea what you're doing, why aren't you using one of the several tools Salix provides to automate all that? Take you pick: Sourcery, spi, slapt-src.

Re: wineasio

Posted: 6. Apr 2015, 10:32
by gbarkovalev
cuz i need manually put asio.h previously downloaded from Steinberg in dir wit SlackBuild script and cuz it says
To build the package, you will need the file "asio.h" from the Steinberg
ASIO SDK, version 2.1 or greater. This file must be downloaded from
http://www.steinberg.net/en/company/developer.html and copied to the
directory containing the SlackBuild.
if i try install it from Sourcery i got error and that is end
OR ShiT I InStAllED DaT

Re: wineasio

Posted: 6. Apr 2015, 10:37
by laprjns
Do the following

Code: Select all

sudo spi -i winesaio
This will eventually fail with the following error message;

Code: Select all

To build this package, get asio.h from the Steinberg ASIO SDK
fakeroot -- sh wineasio.SlackBuild Failed
Now copy the asio.h file to /usr/src/slapt-src/audio/wineasio using sudo cp
Now run spi again;

Code: Select all

sudo spi -i winesaio