Well, I've installed xcode and got the code from GitHub, plus put the Steinberg headers into a 'steinberg' sub-folder with the main EigenD source folder, but I'm getting an error when I run make. The EigenD folder is in '/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/' (in an EigenD sub-folder), but when I run make I get the following:
scons: Reading SConscript files ...
/usr/pi/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python: can't open file '/Volumes/Data': [Errno 2] No such file or directory
ValueError: need more than 1 value to unpack:
File "/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/EigenD/tools/SConstruct", line 29:
master_env = select_tools.select()
File "/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/EigenD/tools/select_tools.py", line 87:
return globals()[sys.platform]()
File "/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/EigenD/tools/select_tools.py", line 73:
return globals()[p]()
File "/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/EigenD/tools/select_tools.py", line 51:
env = darwin_tools.PiDarwinEnvironment('macosx-i386')
File "/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/EigenD/tools/darwin_tools.py", line 111:
unix_tools.PiUnixEnvironment.__init__(self,platform,'usr/pi','Library/Eigenlabs',python='/usr/pi/bin/python')
File "/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/EigenD/tools/unix_tools.py", line 28:
generic_tools.PiGenericEnvironment.__init__(self,platform,install_prefix,userdir_suffix,python)
File "/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/EigenD/tools/generic_tools.py", line 255:
self.__getpython()
File "/Volumes/Data HDD/users/markpowell/Documents/EigenDSource/EigenD/tools/generic_tools.py", line 183:
(exe,incpath,libpath,libs,linkextra,prefix) = [s.strip() for s in status.split(';')]
make: *** [all] Error 2
Looking at the first line as a complete layman, it looks like it's tripping up because I've got a space in my drive name ('Data HDD'). Is that the case, or is that a red herring?
Thanks,
Mark.