pingdynasty / OwlSim

Simulator for Open Ware Laboratory, a programmable audio effects pedal: http://hoxtonowl.com/
GNU General Public License v3.0
46 stars 21 forks source link

Rez on Mac #1

Closed hughrawlinson closed 8 years ago

hughrawlinson commented 11 years ago

Hi,

I can't get this to build in XCode 4 on my Mountain Lion Mac. Error code is below:

failed to find AUResources/AUResources.r/Users/Hugh/Downloads/OwlSim-master-2/Builds/MacOSX/../../modules/juce_audio_plugin_client/AU/juce_AU_Resources.r:50: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError 0 during open of "AUResources.r".Fatal Error!/Users/Hugh/Downloads/OwlSim-master-2/Builds/MacOSX/../../modules/juce_audio_plugin_client/AU/juce_AU_Resources.r:50: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Fatal Error, can't recover.AUResources.r: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Since errors occurred, /Users/Hugh/Library/Developer/Xcode/DerivedData/OwlSim-ehpfrzbnflwxebcnnbkdsljfcpto/Build/Intermediates/OwlSim.build/Debug/OwlSim.build/ResourceManagerResources/Objects/juce_AU_Resources.rsrc's resource fork was not written.Command /Applications/Xcode.app/Contents/Developer/usr/bin/Rez failed with exit code 3

I realise this is probably a problem with my setup (ie I'm missing some file or other), but any help would be very much appreciated.

GuillaumeLeNost commented 11 years ago

Hi Please follow this thread : http://hoxtonowl.com/forums/topic/audiounits-compilation-tips/

The Audio Unit classes are needed even if you do not build AUs.

Cheers Guillaume

Le 25 juin 2013 à 12:10, Hugh Rawlinson notifications@github.com a écrit :

Hi,

I can't get this to build in XCode 4 on my Mountain Lion Mac. Error code is below:

failed to find AUResources/AUResources.r/Users/Hugh/Downloads/OwlSim-master-2/Builds/MacOSX/../../modules/juce_audio_plugin_client/AU/juce_AU_Resources.r:50: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError 0 during open of "AUResources.r".Fatal Error!/Users/Hugh/Downloads/OwlSim-master-2/Builds/MacOSX/../../modules/juce_audio_plugin_client/AU/juce_AU_Resources.r:50: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Fatal Error, can't recover.AUResources.r: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Since errors occurred, /Users/Hugh/Library/Developer/Xcode/DerivedData/OwlSim-ehpfrzbnflwxebcnnbkdsljfcpto/Build/Intermediates/OwlSim.build/Debug/OwlSim.build/ResourceManagerResources/Objects/juce_AU_Resources.rsrc's resource fork was not written.Command /Applications/Xcode.app/Contents/Developer/usr/bin/Rez failed with exit code 3 I realise this is probably a problem with my setup (ie I'm missing some file or other), but any help would be very much appreciated.

— Reply to this email directly or view it on GitHub.