<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HOWTO: REAPER on Ubuntu Linux with wineasio (updated)</title>
	<atom:link href="http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=howto-reaper-on-ubuntu-linux-with-wineasio</link>
	<description>Bored, angry and only marginally intelligent.</description>
	<lastBuildDate>Wed, 17 Feb 2010 21:27:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12146</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12146</guid>
		<description>Thank you for the guide. I have finally managed to get it working after much tweaking - I tired about a year ago without success. The main obstacle was getting the Steinberg SDK -  despite registering multiple times the site would never let me log in which seemed to be because of a UK address - you might want to relocate to Germany if you have the same problem ;) I am running a 64bit box in ubuntustudio 64 karmic 2.6.31-9-rt. Other problems included using wine 1.2 development which gave errors but when I switched back to wine 1.0.1 compiling went without a hitch. Another issue is where to put the generated wineasio.dll.so file  - make install puts it in usr/lib which is probably fine for 32bit setup but will mean that register ing the wineasio.dll doesnt work. Moving the dll to lib32/wine fixes this. One other thing I had to do was in wine config was under the libraries tab was to specify the wineasio from the drop down list. Also selecting the ALSA from audio rather than JACK.</description>
		<content:encoded><![CDATA[<p>Thank you for the guide. I have finally managed to get it working after much tweaking &#8211; I tired about a year ago without success. The main obstacle was getting the Steinberg SDK &#8211;  despite registering multiple times the site would never let me log in which seemed to be because of a UK address &#8211; you might want to relocate to Germany if you have the same problem <img src='http://www.davehayes.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I am running a 64bit box in ubuntustudio 64 karmic 2.6.31-9-rt. Other problems included using wine 1.2 development which gave errors but when I switched back to wine 1.0.1 compiling went without a hitch. Another issue is where to put the generated wineasio.dll.so file  &#8211; make install puts it in usr/lib which is probably fine for 32bit setup but will mean that register ing the wineasio.dll doesnt work. Moving the dll to lib32/wine fixes this. One other thing I had to do was in wine config was under the libraries tab was to specify the wineasio from the drop down list. Also selecting the ALSA from audio rather than JACK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jungletek</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12144</link>
		<dc:creator>jungletek</dc:creator>
		<pubDate>Mon, 15 Feb 2010 03:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12144</guid>
		<description>Serge, above me, is right. In winecfg, make sure ALSA and JACK are enabled, and you should be good.
After a few false starts, this worked for me.

Linux Mint 8 (Helena) &amp; Ableton Live 8.1 were my test subjects.

I had a small error in JACK that was related to having the Real Time checkbox checked. JACK would start and then stop with an error almost immediately. Here&#039;s the message window output, in case anyone is seeing something similar:

cannot use real-time scheduling (FIFO at priority 10) [for thread -1216877808, from thread -1216877808] (1: Operation not permitted)
cannot create engine
22:13:10.615 JACK was stopped successfully.
22:13:10.616 Post-shutdown script...
22:13:10.616 killall jackd
jackd: no process found
22:13:11.038 Post-shutdown script terminated with exit status=256.
22:13:12.606 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.

-----

Obviously, unticking the checkbox made things work fine :D

So next step is VST testing. I&#039;ll let you know what works for me and doesn&#039;t, in case people stumble across this blog while googling (like I did!).

Thanks so much for this guide, Dave. You&#039;ve inspired me to add a blog to my virtually unused webhosting, where I&#039;ll write my own (up to date) version of this guide, among other random crap.</description>
		<content:encoded><![CDATA[<p>Serge, above me, is right. In winecfg, make sure ALSA and JACK are enabled, and you should be good.<br />
After a few false starts, this worked for me.</p>
<p>Linux Mint 8 (Helena) &amp; Ableton Live 8.1 were my test subjects.</p>
<p>I had a small error in JACK that was related to having the Real Time checkbox checked. JACK would start and then stop with an error almost immediately. Here&#8217;s the message window output, in case anyone is seeing something similar:</p>
<p>cannot use real-time scheduling (FIFO at priority 10) [for thread -1216877808, from thread -1216877808] (1: Operation not permitted)<br />
cannot create engine<br />
22:13:10.615 JACK was stopped successfully.<br />
22:13:10.616 Post-shutdown script&#8230;<br />
22:13:10.616 killall jackd<br />
jackd: no process found<br />
22:13:11.038 Post-shutdown script terminated with exit status=256.<br />
22:13:12.606 Could not connect to JACK server as client. &#8211; Overall operation failed. &#8211; Unable to connect to server. Please check the messages window for more info.</p>
<p>&#8212;&#8211;</p>
<p>Obviously, unticking the checkbox made things work fine <img src='http://www.davehayes.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>So next step is VST testing. I&#8217;ll let you know what works for me and doesn&#8217;t, in case people stumble across this blog while googling (like I did!).</p>
<p>Thanks so much for this guide, Dave. You&#8217;ve inspired me to add a blog to my virtually unused webhosting, where I&#8217;ll write my own (up to date) version of this guide, among other random crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12124</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12124</guid>
		<description>I&#039;m a total Linux noob but after a few hours managed to get Reaper installed and running thanks to this guide. However, now when I try to start Reaper, the minimized window with &quot;Starting Reaper&quot; shows up, nothing else happens, and then that disappears. Not sure what the problem is.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a total Linux noob but after a few hours managed to get Reaper installed and running thanks to this guide. However, now when I try to start Reaper, the minimized window with &#8220;Starting Reaper&#8221; shows up, nothing else happens, and then that disappears. Not sure what the problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12111</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12111</guid>
		<description>folks there&#039;s some misconception here, no need to put jack on in winecfg, you can use alsa (For midi) and use wineasio driver inside the host, wineasio will use jack still, but wine will tell the application that there&#039;s also midi inputs and outputs.</description>
		<content:encoded><![CDATA[<p>folks there&#8217;s some misconception here, no need to put jack on in winecfg, you can use alsa (For midi) and use wineasio driver inside the host, wineasio will use jack still, but wine will tell the application that there&#8217;s also midi inputs and outputs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12105</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 26 Oct 2009 14:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12105</guid>
		<description>Alfons, the easiest thing would be to just drop the .dll files into REAPER&#039;s plugins folder (it&#039;s ~/.wine/drive_c/Program Files/REAPER/Plugins/FX on my system). If it&#039;s a plugin that requires activation or a serial number or something like that, you might have to actually run the installer in wine under Ubuntu.</description>
		<content:encoded><![CDATA[<p>Alfons, the easiest thing would be to just drop the .dll files into REAPER&#8217;s plugins folder (it&#8217;s ~/.wine/drive_c/Program Files/REAPER/Plugins/FX on my system). If it&#8217;s a plugin that requires activation or a serial number or something like that, you might have to actually run the installer in wine under Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfons Verreijt</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12104</link>
		<dc:creator>Alfons Verreijt</dc:creator>
		<pubDate>Mon, 26 Oct 2009 10:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12104</guid>
		<description>Dear mr Hayes,

your how to was very clear, I used Linreaper for a while, but that stopped working correctly. Your how to made it possible to do it manually, step by step. Thanks!

I have one question though. It seems impossible to run VST instruments, as I keep trying to point Reaper to their spot, only one or two shop up. How can I install VST instruments so they are seen by Reaper? All instruments I installed, have been working perfectly for me on previous installs of Hardy..

Thanks for your time,

Alfons</description>
		<content:encoded><![CDATA[<p>Dear mr Hayes,</p>
<p>your how to was very clear, I used Linreaper for a while, but that stopped working correctly. Your how to made it possible to do it manually, step by step. Thanks!</p>
<p>I have one question though. It seems impossible to run VST instruments, as I keep trying to point Reaper to their spot, only one or two shop up. How can I install VST instruments so they are seen by Reaper? All instruments I installed, have been working perfectly for me on previous installs of Hardy..</p>
<p>Thanks for your time,</p>
<p>Alfons</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob A</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12084</link>
		<dc:creator>Rob A</dc:creator>
		<pubDate>Tue, 06 Oct 2009 23:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12084</guid>
		<description>Thank you SO MUCH for writing this. Ive been bashing my head against a wall trying to get something on my computer with low enough latency to play guitar through, and this tutorial helped me achieve just that. rock on my friend :D</description>
		<content:encoded><![CDATA[<p>Thank you SO MUCH for writing this. Ive been bashing my head against a wall trying to get something on my computer with low enough latency to play guitar through, and this tutorial helped me achieve just that. rock on my friend <img src='http://www.davehayes.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Araujo</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12081</link>
		<dc:creator>Daniel Araujo</dc:creator>
		<pubDate>Wed, 30 Sep 2009 19:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12081</guid>
		<description>Thank you so much, Dave. I&#039;m currently listening to a 35-track project on Jaunty + Reaper 3.11 + M-audio Delta 66 soundcard. Can&#039;t say how cool is it.

BTW I found a quicker way to install WineASIO:
http://www.sandgreen.dk/xt2/files/wineasioinstaller-0.7.4-2.tar.gz

Rock on
Daniel</description>
		<content:encoded><![CDATA[<p>Thank you so much, Dave. I&#8217;m currently listening to a 35-track project on Jaunty + Reaper 3.11 + M-audio Delta 66 soundcard. Can&#8217;t say how cool is it.</p>
<p>BTW I found a quicker way to install WineASIO:<br />
<a href="http://www.sandgreen.dk/xt2/files/wineasioinstaller-0.7.4-2.tar.gz" rel="nofollow">http://www.sandgreen.dk/xt2/files/wineasioinstaller-0.7.4-2.tar.gz</a></p>
<p>Rock on<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12026</link>
		<dc:creator>Mathieu</dc:creator>
		<pubDate>Sat, 30 May 2009 03:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12026</guid>
		<description>Hey everyone,

I&#039;m a linux newbie and have been trying to figure this out for days. Every time I run the [make] command i get an error, summing it up to be &quot;make: *** [asio.o] Error 1&quot;
I am still trying to figure out why it isn&#039;t working, and my dad wanted to me figure it out on my own (honestly i don&#039;t know if he can do it either :P) but I REALLY need this to work. I am running 8.04 on a 64bit AMD


just in case, i&#039;ll post the rest of the error:

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
In file included from /usr/include/features.h:354,
                 from /usr/include/fcntl.h:27,
                 from port.h:30,
                 from asio.c:22:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
asio.c:32:33: error: wine/windows/windef.h: No such file or directory
asio.c:33:34: error: wine/windows/winbase.h: No such file or directory
asio.c:34:34: error: wine/windows/objbase.h: No such file or directory
asio.c:35:35: error: wine/windows/mmsystem.h: No such file or directory
asio.c:41:26: error: wine/library.h: No such file or directory
asio.c:42:24: error: wine/debug.h: No such file or directory
asio.c:44:23: error: jack/jack.h: No such file or directory
asio.c:49: warning: data definition has no type or storage class
asio.c:49: warning: type defaults to ‘int’ in declaration of ‘WINE_DEFAULT_DEBUG_CHANNEL’
asio.c:49: warning: parameter names (without types) in function declaration
asio.c:52: error: expected ‘)’ before ‘nframes’
asio.c:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CALLBACK’
asio.c:58: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
asio.c:98: warning: return type defaults to ‘int’
asio.c: In function ‘DECLARE_INTERFACE_’:
asio.c:99: warning: implicit declaration of function ‘STDMETHOD_’
asio.c:99: error: ‘HRESULT’ undeclared (first use in this function)
asio.c:99: error: (Each undeclared identifier is reported only once
asio.c:99: error: for each function it appears in.)
asio.c:99: error: ‘QueryInterface’ undeclared (first use in this function)
asio.c:99: error: ‘THIS_’ undeclared (first use in this function)
asio.c:99: error: expected ‘)’ before ‘REFIID’
asio.c:99: error: called object ‘STDMETHOD_(,  )’ is not a function
asio.c:99: error: expected ‘;’ before ‘PURE’
asio.c:100: error: ‘ULONG’ undeclared (first use in this function)
asio.c:100: error: ‘AddRef’ undeclared (first use in this function)
asio.c:100: error: ‘THIS’ undeclared (first use in this function)
asio.c:100: error: called object ‘STDMETHOD_(,  )’ is not a function
asio.c:100: error: expected ‘;’ before ‘PURE’
asio.c:101: error: ‘Release’ undeclared (first use in this function)
asio.c:101: error: called object ‘STDMETHOD_(,  )’ is not a function
asio.c:101: error: expected ‘;’ before ‘PURE’
asio.c:102: error: expected expression before ‘ASIOBool’
asio.c:102: error: expected ‘)’ before ‘void’
asio.c:102: error: called object ‘STDMETHOD_()’ is not a function
asio.c:102: error: expected ‘;’ before ‘PURE’
asio.c:103: error: expected expression before ‘void’
asio.c:103: error: expected ‘)’ before ‘char’
asio.c:103: error: called object ‘STDMETHOD_()’ is not a function
asio.c:103: error: expected ‘;’ before ‘PURE’
asio.c:104: error: expected expression before ‘long’
asio.c:104: error: called object ‘STDMETHOD_()’ is not a function
asio.c:104: error: expected ‘;’ before ‘PURE’
asio.c:105: error: expected expression before ‘void’
asio.c:105: error: expected ‘)’ before ‘char’
asio.c:105: error: called object ‘STDMETHOD_()’ is not a function
asio.c:105: error: expected ‘;’ before ‘PURE’
asio.c:106: error: expected expression before ‘ASIOError’
asio.c:106: error: called object ‘STDMETHOD_()’ is not a function
asio.c:106: error: expected ‘;’ before ‘PURE’
asio.c:107: error: expected expression before ‘ASIOError’
asio.c:107: error: called object ‘STDMETHOD_()’ is not a function
asio.c:107: error: expected ‘;’ before ‘PURE’
asio.c:108: error: expected expression before ‘ASIOError’
asio.c:108: error: expected ‘)’ before ‘long’
asio.c:108: error: called object ‘STDMETHOD_()’ is not a function
asio.c:108: error: expected ‘;’ before ‘PURE’
asio.c:109: error: expected expression before ‘ASIOError’
asio.c:109: error: expected ‘)’ before ‘long’
asio.c:109: error: called object ‘STDMETHOD_()’ is not a function
asio.c:109: error: expected ‘;’ before ‘PURE’
asio.c:110: error: expected expression before ‘ASIOError’
asio.c:110: error: expected ‘)’ before ‘long’
asio.c:110: error: called object ‘STDMETHOD_()’ is not a function
asio.c:110: error: expected ‘;’ before ‘PURE’
asio.c:111: error: expected expression before ‘ASIOError’
asio.c:111: error: expected ‘)’ before ‘ASIOSampleRate’
asio.c:111: error: called object ‘STDMETHOD_()’ is not a function
asio.c:111: error: expected ‘;’ before ‘PURE’
asio.c:112: error: expected expression before ‘ASIOError’
asio.c:112: error: expected ‘)’ before ‘ASIOSampleRate’
asio.c:112: error: called object ‘STDMETHOD_()’ is not a function
asio.c:112: error: expected ‘;’ before ‘PURE’
asio.c:113: error: expected expression before ‘ASIOError’
asio.c:113: error: expected ‘)’ before ‘ASIOSampleRate’
asio.c:113: error: called object ‘STDMETHOD_()’ is not a function
asio.c:113: error: expected ‘;’ before ‘PURE’
asio.c:114: error: expected expression before ‘ASIOError’
asio.c:114: error: expected ‘)’ before ‘ASIOClockSource’
asio.c:114: error: called object ‘STDMETHOD_()’ is not a function
asio.c:114: error: expected ‘;’ before ‘PURE’
asio.c:115: error: expected expression before ‘ASIOError’
asio.c:115: error: expected ‘)’ before ‘long’
asio.c:115: error: called object ‘STDMETHOD_()’ is not a function
asio.c:115: error: expected ‘;’ before ‘PURE’
asio.c:116: error: expected expression before ‘ASIOError’
asio.c:116: error: expected ‘)’ before ‘ASIOSamples’
asio.c:116: error: called object ‘STDMETHOD_()’ is not a function
asio.c:116: error: expected ‘;’ before ‘PURE’
asio.c:117: error: expected expression before ‘ASIOError’
asio.c:117: error: expected ‘)’ before ‘ASIOChannelInfo’
asio.c:117: error: called object ‘STDMETHOD_()’ is not a function
asio.c:117: error: expected ‘;’ before ‘PURE’
asio.c:118: error: expected expression before ‘ASIOError’
asio.c:118: error: expected ‘)’ before ‘ASIOBufferInfo’
asio.c:118: error: called object ‘STDMETHOD_()’ is not a function
asio.c:118: error: expected ‘;’ before ‘PURE’
asio.c:119: error: expected expression before ‘ASIOError’
asio.c:119: error: called object ‘STDMETHOD_()’ is not a function
asio.c:119: error: expected ‘;’ before ‘PURE’
asio.c:120: error: expected expression before ‘ASIOError’
asio.c:120: error: called object ‘STDMETHOD_()’ is not a function
asio.c:120: error: expected ‘;’ before ‘PURE’
asio.c:121: error: expected expression before ‘ASIOError’
asio.c:121: error: expected ‘)’ before ‘long’
asio.c:121: error: called object ‘STDMETHOD_()’ is not a function
asio.c:121: error: expected ‘;’ before ‘PURE’
asio.c:122: error: expected expression before ‘ASIOError’
asio.c:122: error: called object ‘STDMETHOD_()’ is not a function
asio.c:122: error: expected ‘;’ before ‘PURE’
asio.c: At top level:
asio.c:139: error: expected specifier-qualifier-list before ‘jack_port_t’
asio.c:145: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘*’ token
asio.c:200: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WINAPI’
asio.c:210: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WINAPI’
asio.c:235: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WINAPI’
asio.c: In function ‘set_clientname’:
asio.c:278: error: ‘IWineASIOImpl’ has no member named ‘client_name’
asio.c: In function ‘read_config’:
asio.c:289: warning: implicit declaration of function ‘TRACE’
asio.c:308: warning: implicit declaration of function ‘isspace’
asio.c:315: error: ‘IWineASIOImpl’ has no member named ‘client_name’
asio.c: In function ‘get_numChannels’:
asio.c:338: error: ‘IWineASIOImpl’ has no member named ‘client_name’
asio.c: In function ‘set_portname’:
asio.c:355: error: ‘IWineASIOImpl’ has no member named ‘client_name’
asio.c: At top level:
asio.c:371: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_init’
asio.c:371: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_init’
asio.c:498: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getDriverName’
asio.c:498: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getDriverName’
asio.c:504: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getDriverVersion’
asio.c:504: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getDriverVersion’
asio.c:510: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getErrorMessage’
asio.c:510: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getErrorMessage’
asio.c: In function ‘get_targetname’:
asio.c:521: error: ‘IWineASIOImpl’ has no member named ‘client_name’
asio.c: At top level:
asio.c:533: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_start’
asio.c:533: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_start’
asio.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_stop’
asio.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_stop’
asio.c:682: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getChannels’
asio.c:682: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getChannels’
asio.c:698: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getLatencies’
asio.c:698: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getLatencies’
asio.c:712: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getBufferSize’
asio.c:712: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getBufferSize’
asio.c:734: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_canSampleRate’
asio.c:734: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_canSampleRate’
asio.c:745: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getSampleRate’
asio.c:745: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getSampleRate’
asio.c:758: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_setSampleRate’
asio.c:758: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_setSampleRate’
asio.c:769: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getClockSources’
asio.c:769: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getClockSources’
asio.c:788: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_setClockSource’
asio.c:788: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_setClockSource’
asio.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getSamplePosition’
asio.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getSamplePosition’
asio.c:825: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getChannelInfo’
asio.c:825: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getChannelInfo’
asio.c:860: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_disposeBuffers’
asio.c:860: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_disposeBuffers’
asio.c:894: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_createBuffers’
asio.c:894: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_createBuffers’
asio.c:1025: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_controlPanel’
asio.c:1025: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_controlPanel’
asio.c:1032: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_future’
asio.c:1032: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_future’
asio.c:1058: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_outputReady’
asio.c:1058: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_outputReady’
asio.c:1065: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WineASIO_Vtbl’
asio.c:1093: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asioCreateInstance’
asio.c: In function ‘getNanoSeconds’:
asio.c:1114: warning: implicit declaration of function ‘timeGetTime’
asio.c: At top level:
asio.c:1119: error: expected ‘)’ before ‘nframes’
asio.c:1189: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CALLBACK’
make: *** [asio.o] Error 1</description>
		<content:encoded><![CDATA[<p>Hey everyone,</p>
<p>I&#8217;m a linux newbie and have been trying to figure this out for days. Every time I run the [make] command i get an error, summing it up to be &#8220;make: *** [asio.o] Error 1&#8243;<br />
I am still trying to figure out why it isn&#8217;t working, and my dad wanted to me figure it out on my own (honestly i don&#8217;t know if he can do it either <img src='http://www.davehayes.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) but I REALLY need this to work. I am running 8.04 on a 64bit AMD</p>
<p>just in case, i&#8217;ll post the rest of the error:</p>
<p>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<br />
In file included from /usr/include/features.h:354,<br />
                 from /usr/include/fcntl.h:27,<br />
                 from port.h:30,<br />
                 from asio.c:22:<br />
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory<br />
asio.c:32:33: error: wine/windows/windef.h: No such file or directory<br />
asio.c:33:34: error: wine/windows/winbase.h: No such file or directory<br />
asio.c:34:34: error: wine/windows/objbase.h: No such file or directory<br />
asio.c:35:35: error: wine/windows/mmsystem.h: No such file or directory<br />
asio.c:41:26: error: wine/library.h: No such file or directory<br />
asio.c:42:24: error: wine/debug.h: No such file or directory<br />
asio.c:44:23: error: jack/jack.h: No such file or directory<br />
asio.c:49: warning: data definition has no type or storage class<br />
asio.c:49: warning: type defaults to ‘int’ in declaration of ‘WINE_DEFAULT_DEBUG_CHANNEL’<br />
asio.c:49: warning: parameter names (without types) in function declaration<br />
asio.c:52: error: expected ‘)’ before ‘nframes’<br />
asio.c:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CALLBACK’<br />
asio.c:58: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’<br />
asio.c:98: warning: return type defaults to ‘int’<br />
asio.c: In function ‘DECLARE_INTERFACE_’:<br />
asio.c:99: warning: implicit declaration of function ‘STDMETHOD_’<br />
asio.c:99: error: ‘HRESULT’ undeclared (first use in this function)<br />
asio.c:99: error: (Each undeclared identifier is reported only once<br />
asio.c:99: error: for each function it appears in.)<br />
asio.c:99: error: ‘QueryInterface’ undeclared (first use in this function)<br />
asio.c:99: error: ‘THIS_’ undeclared (first use in this function)<br />
asio.c:99: error: expected ‘)’ before ‘REFIID’<br />
asio.c:99: error: called object ‘STDMETHOD_(,  )’ is not a function<br />
asio.c:99: error: expected ‘;’ before ‘PURE’<br />
asio.c:100: error: ‘ULONG’ undeclared (first use in this function)<br />
asio.c:100: error: ‘AddRef’ undeclared (first use in this function)<br />
asio.c:100: error: ‘THIS’ undeclared (first use in this function)<br />
asio.c:100: error: called object ‘STDMETHOD_(,  )’ is not a function<br />
asio.c:100: error: expected ‘;’ before ‘PURE’<br />
asio.c:101: error: ‘Release’ undeclared (first use in this function)<br />
asio.c:101: error: called object ‘STDMETHOD_(,  )’ is not a function<br />
asio.c:101: error: expected ‘;’ before ‘PURE’<br />
asio.c:102: error: expected expression before ‘ASIOBool’<br />
asio.c:102: error: expected ‘)’ before ‘void’<br />
asio.c:102: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:102: error: expected ‘;’ before ‘PURE’<br />
asio.c:103: error: expected expression before ‘void’<br />
asio.c:103: error: expected ‘)’ before ‘char’<br />
asio.c:103: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:103: error: expected ‘;’ before ‘PURE’<br />
asio.c:104: error: expected expression before ‘long’<br />
asio.c:104: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:104: error: expected ‘;’ before ‘PURE’<br />
asio.c:105: error: expected expression before ‘void’<br />
asio.c:105: error: expected ‘)’ before ‘char’<br />
asio.c:105: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:105: error: expected ‘;’ before ‘PURE’<br />
asio.c:106: error: expected expression before ‘ASIOError’<br />
asio.c:106: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:106: error: expected ‘;’ before ‘PURE’<br />
asio.c:107: error: expected expression before ‘ASIOError’<br />
asio.c:107: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:107: error: expected ‘;’ before ‘PURE’<br />
asio.c:108: error: expected expression before ‘ASIOError’<br />
asio.c:108: error: expected ‘)’ before ‘long’<br />
asio.c:108: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:108: error: expected ‘;’ before ‘PURE’<br />
asio.c:109: error: expected expression before ‘ASIOError’<br />
asio.c:109: error: expected ‘)’ before ‘long’<br />
asio.c:109: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:109: error: expected ‘;’ before ‘PURE’<br />
asio.c:110: error: expected expression before ‘ASIOError’<br />
asio.c:110: error: expected ‘)’ before ‘long’<br />
asio.c:110: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:110: error: expected ‘;’ before ‘PURE’<br />
asio.c:111: error: expected expression before ‘ASIOError’<br />
asio.c:111: error: expected ‘)’ before ‘ASIOSampleRate’<br />
asio.c:111: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:111: error: expected ‘;’ before ‘PURE’<br />
asio.c:112: error: expected expression before ‘ASIOError’<br />
asio.c:112: error: expected ‘)’ before ‘ASIOSampleRate’<br />
asio.c:112: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:112: error: expected ‘;’ before ‘PURE’<br />
asio.c:113: error: expected expression before ‘ASIOError’<br />
asio.c:113: error: expected ‘)’ before ‘ASIOSampleRate’<br />
asio.c:113: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:113: error: expected ‘;’ before ‘PURE’<br />
asio.c:114: error: expected expression before ‘ASIOError’<br />
asio.c:114: error: expected ‘)’ before ‘ASIOClockSource’<br />
asio.c:114: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:114: error: expected ‘;’ before ‘PURE’<br />
asio.c:115: error: expected expression before ‘ASIOError’<br />
asio.c:115: error: expected ‘)’ before ‘long’<br />
asio.c:115: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:115: error: expected ‘;’ before ‘PURE’<br />
asio.c:116: error: expected expression before ‘ASIOError’<br />
asio.c:116: error: expected ‘)’ before ‘ASIOSamples’<br />
asio.c:116: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:116: error: expected ‘;’ before ‘PURE’<br />
asio.c:117: error: expected expression before ‘ASIOError’<br />
asio.c:117: error: expected ‘)’ before ‘ASIOChannelInfo’<br />
asio.c:117: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:117: error: expected ‘;’ before ‘PURE’<br />
asio.c:118: error: expected expression before ‘ASIOError’<br />
asio.c:118: error: expected ‘)’ before ‘ASIOBufferInfo’<br />
asio.c:118: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:118: error: expected ‘;’ before ‘PURE’<br />
asio.c:119: error: expected expression before ‘ASIOError’<br />
asio.c:119: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:119: error: expected ‘;’ before ‘PURE’<br />
asio.c:120: error: expected expression before ‘ASIOError’<br />
asio.c:120: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:120: error: expected ‘;’ before ‘PURE’<br />
asio.c:121: error: expected expression before ‘ASIOError’<br />
asio.c:121: error: expected ‘)’ before ‘long’<br />
asio.c:121: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:121: error: expected ‘;’ before ‘PURE’<br />
asio.c:122: error: expected expression before ‘ASIOError’<br />
asio.c:122: error: called object ‘STDMETHOD_()’ is not a function<br />
asio.c:122: error: expected ‘;’ before ‘PURE’<br />
asio.c: At top level:<br />
asio.c:139: error: expected specifier-qualifier-list before ‘jack_port_t’<br />
asio.c:145: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘*’ token<br />
asio.c:200: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WINAPI’<br />
asio.c:210: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WINAPI’<br />
asio.c:235: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WINAPI’<br />
asio.c: In function ‘set_clientname’:<br />
asio.c:278: error: ‘IWineASIOImpl’ has no member named ‘client_name’<br />
asio.c: In function ‘read_config’:<br />
asio.c:289: warning: implicit declaration of function ‘TRACE’<br />
asio.c:308: warning: implicit declaration of function ‘isspace’<br />
asio.c:315: error: ‘IWineASIOImpl’ has no member named ‘client_name’<br />
asio.c: In function ‘get_numChannels’:<br />
asio.c:338: error: ‘IWineASIOImpl’ has no member named ‘client_name’<br />
asio.c: In function ‘set_portname’:<br />
asio.c:355: error: ‘IWineASIOImpl’ has no member named ‘client_name’<br />
asio.c: At top level:<br />
asio.c:371: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_init’<br />
asio.c:371: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_init’<br />
asio.c:498: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getDriverName’<br />
asio.c:498: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getDriverName’<br />
asio.c:504: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getDriverVersion’<br />
asio.c:504: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getDriverVersion’<br />
asio.c:510: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getErrorMessage’<br />
asio.c:510: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getErrorMessage’<br />
asio.c: In function ‘get_targetname’:<br />
asio.c:521: error: ‘IWineASIOImpl’ has no member named ‘client_name’<br />
asio.c: At top level:<br />
asio.c:533: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_start’<br />
asio.c:533: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_start’<br />
asio.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_stop’<br />
asio.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_stop’<br />
asio.c:682: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getChannels’<br />
asio.c:682: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getChannels’<br />
asio.c:698: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getLatencies’<br />
asio.c:698: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getLatencies’<br />
asio.c:712: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getBufferSize’<br />
asio.c:712: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getBufferSize’<br />
asio.c:734: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_canSampleRate’<br />
asio.c:734: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_canSampleRate’<br />
asio.c:745: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getSampleRate’<br />
asio.c:745: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getSampleRate’<br />
asio.c:758: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_setSampleRate’<br />
asio.c:758: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_setSampleRate’<br />
asio.c:769: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getClockSources’<br />
asio.c:769: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getClockSources’<br />
asio.c:788: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_setClockSource’<br />
asio.c:788: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_setClockSource’<br />
asio.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getSamplePosition’<br />
asio.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getSamplePosition’<br />
asio.c:825: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_getChannelInfo’<br />
asio.c:825: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_getChannelInfo’<br />
asio.c:860: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_disposeBuffers’<br />
asio.c:860: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_disposeBuffers’<br />
asio.c:894: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_createBuffers’<br />
asio.c:894: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_createBuffers’<br />
asio.c:1025: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_controlPanel’<br />
asio.c:1025: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_controlPanel’<br />
asio.c:1032: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_future’<br />
asio.c:1032: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_future’<br />
asio.c:1058: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IWineASIOImpl_outputReady’<br />
asio.c:1058: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wrapped_IWineASIOImpl_outputReady’<br />
asio.c:1065: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WineASIO_Vtbl’<br />
asio.c:1093: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asioCreateInstance’<br />
asio.c: In function ‘getNanoSeconds’:<br />
asio.c:1114: warning: implicit declaration of function ‘timeGetTime’<br />
asio.c: At top level:<br />
asio.c:1119: error: expected ‘)’ before ‘nframes’<br />
asio.c:1189: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CALLBACK’<br />
make: *** [asio.o] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12023</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 23 May 2009 10:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12023</guid>
		<description>Thank you for your brilliant guide, I&#039;ve got it running on the Dell Mini 9 using Ubuntu 9.04 Netbook Remix with the Ubuntu Studio additions - The latency (or lack of it) is excellent and I&#039;m happily running Audiomulch with the ASIO drivers now. Sweet.</description>
		<content:encoded><![CDATA[<p>Thank you for your brilliant guide, I&#8217;ve got it running on the Dell Mini 9 using Ubuntu 9.04 Netbook Remix with the Ubuntu Studio additions &#8211; The latency (or lack of it) is excellent and I&#8217;m happily running Audiomulch with the ASIO drivers now. Sweet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
