so the main instruction are in the
KVR site
here are only tips and solution for common problems an errors
the main this is to make wine working - once you did it you can run any plug with WACVST
here we go
Software
OS:
Snow Leopard 10.6.0 running in 32bit mode (coz UAD doesn't have 64 bit drivers...)
Xcode: from
Leopard Install Disc (/Mac OS Install DVD/Optional Installs/Xcode.mpkg) - you can see this package installer in optional installs when you insert your disk
X11:
native Snow Leopard's X11, that i've installed with my OS
Porticus:
Porticus_1_6_3.dmg
MacPorts:
MacPorts-1.8.1.pkg
Installation tips:
1) first of all while installing Xcode you need to chose "
UNIX Dev Support" without that thing, it will not working.
2) while compiling WINE you could have problems like that:
Error: You cannot install wine-devel for the architecture(s) i386

Error: because /opt/local/lib/libexpat.dylib only contains the architecture(s) x86_64.

Error: Try reinstalling the port that provides /opt/local/lib/libexpat.dylib with the +universal variant.

Error: Target org.macports.extract returned: incompatible architectures in dependencies

Error: Status 1 encountered during processing
(it means that this lib is compiled for 64 bit but you need 32 libraries) to solve this problem you need to figure out what port uses that lib and force a universal upgrade, so open terminal in write there (you can copy/pase from here):
port provides /opt/local/lib/libexpat.dylib
it will show you that:
/opt/local/lib/libexpat.dylib is provided by: expat
That means you need to upgrade "
expat", so type this in terminal (it will ask you for your pass - that you're using to login):
sudo port upgrade --enforce-variants expat +universal
that stuff takes some time…
this are lib names that i had to upgrade
expat, fontconfig, freetype, jpeg, libiconv, libxml2, libxslt, ncurses, openssl, lib, mesa
you could have some more… 2 or 3 usually - so make the same thin for that libs
TIP: to compile WINE from terminal - type this:
sudo port install wine-devel
again - it will take some time
3) (this is not necessary)
when you're running VST or some programs you could have in terminal message like that:
wine[437:903] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
this error is result of that SL tryes to get connection for network interface that doesn't exist.
to solve that you need to add new <dict> section in file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist:
<dict>
<key>Active</key>
<true/>
<key>BSD Name</key>
<string>fw0</string>
<key>IOBuiltin</key>
<true/>
<key>IOInterfaceType</key>
<integer>144</integer>
<key>IOInterfaceUnit</key>
<integer>0</integer>
<key>IOMACAddress</key>
<data>
AB6MAACsSn8=
</data>
<key>IOPathMatch</key>
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P0P1@1E/IOPCI2PCIBridge/pci11c1,5811@3/AppleFWOHCI/IOFireWireController/IOFireWireLocalNode/IOFireWireIP/IOFWInterface</string>
<key>SCNetworkInterfaceType</key>
<string>FireWire</string>
</dict>
and after that reboot.
tip: you will have problems with editing this file - coz it is in system folder - so copy it to your desktop - then open thru TextEditor, add this section - and then move it back SL will ask you for your password - don't forget to chose to replace file
there's some other tips e.g. running multiple plugins with WACVST - i'll write about it later...
and here's GClip mac VST plug - if you're did everything right - and have compiled WINE it should work - just put it in your VST folder (/Library/Audio/Plug-ins/VST)
http://www.mediafire.com/?igzihgnbmim
hope that is not vialation of some rights - all plugs are free (WACVST and GClip) so..