Hello IOhannes,
im still trying to compile iars for mac Intel but im getting some
errors....
I ran .configure:
machine$ ./configure checking whether qmake is available ..../configure: line 40: test: too many arguments yes checking whether zziplib is available ...Package zziplib was not found in the pkg-config search path. Perhaps you should add the directory containing `zziplib.pc' to the PKG_CONFIG_PATH environment variable No package 'zziplib' found no! Aborting machine:~/Desktop/PD PLUGIN IARS/iARS machine$
there's a zziplib package missing.
so I downloaded the zziplib-0.13.49.tar.bz2
with ./configure everything goes ok, but then I have to do make:
sed: IARS/iARS/zziplib/Darwin_8.10.1_i386.d/zzip/libzzip.la: No such
file or directory
libtool: link: `IARS/iARS/zziplib/Darwin_8.10.1_i386.d/zzip/
libzzip.la' is not a valid libtool archive
make[3]: *** [libzzipwrap.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
it creates a zziplib.pc but I don't know where to put it in iARS
(tried putting it in ./iARS/pd)
any help?
thks