<div dir="ltr"><div>Just checked the Contents of Xcode, and there&#39;s a make executable there, is this a compiler that could do the job? If so, what&#39;s the syntax for adding this path in order to install the zexy library?<br>
</div>Also, I&#39;m reading about fink, and trying to follow some guidelines for installation. I have a question, is the /Applications directory the right one for Xcode? Or should it go somewhere in the /Developer directory? Where exactly?<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 14, 2013 at 3:16 PM, IOhannes m zmoelnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
On 2013-01-14 12:50, Alexandros Drymonitis wrote:<br>
&gt; Hi all,<br>
<br>
hi.<br>
<br>
<br>
this is probably best targetted at pd-dev (pd-list), but anyhow...<br>
<div><div class="h5"><br>
&gt; I&#39;m trying to install some externals in Pd vanilla. Till now I&#39;ve<br>
&gt; managed to install the Gem library. But now I&#39;m trying to install<br>
&gt; zexy, but opening Pd with the &#39;-lib zexy&#39; flag from the command<br>
&gt; line is not enough. Trying to follow the installation guidelines of<br>
&gt; the library, I&#39;m facing some problems. Trying to run<br>
&gt; &#39;./bootstrap.sh; ./configure; make&#39; I get the following errors:<br>
&gt; ./bootstrap.sh: line 3: aclocal: command not found checking for<br>
&gt; gcc... no checking for cc... no checking for cl.exe... no<br>
&gt; configure: error: in<br>
&gt; `/Applications/Pd-0.44-0.app/Contents/Resources/extra/zexy-2.2.4/src&#39;:<br>
&gt;<br>
&gt;<br>
configure: error: no acceptable C compiler found in $PATH<br>
&gt; See `config.log&#39; for more details -bash: make: command not found<br>
&gt;<br>
&gt; I have Xcode, version 4.5.2 installed in my /Applications directory<br>
&gt; (I&#39;ve been told in the past I need to have developer tools in order<br>
&gt; to be able to run some commands), but that won&#39;t do the job..maybe<br>
&gt; it&#39;s quite obvious, but my knowledge on this is extremely limited.<br>
&gt; Any ideas? Obviously I have OS X. My version is 10.8.2, upgraded<br>
&gt; since I have quite an old laptop.<br>
<br>
</div></div>i cannot help you in detail (some other devs might be more osx-savy,<br>
though), but i will try to give some generic hints.<br>
<br>
it seems like your system cannot find a number of needed things, namely<br>
- - a valid compiler (gcc)<br>
- - a valid &quot;make&quot;<br>
- - working autotools (e.g. aclocal)<br>
<br>
at least the former two should be installed when you have XCode<br>
properly installed. either you missed something when installing (e.g.<br>
only copied XCode app, but forgot to run the &quot;installer&quot;), or you have<br>
to add some paths to your PATH variable.<br>
try locating the &quot;make&quot; binary (e.g. `find / -name make`) and add that<br>
path to your PATH.<br>
<br>
autotools used to come with xcode, but it seems that they are not<br>
shipping it any longer (confirm [1]).<br>
you might have luck using a package-manager like &quot;fink&quot;.<br>
<br>
fgasdrm<br>
IOhannes<br>
<br>
<br>
<br>
[1]<br>
<a href="http://jsdelfino.blogspot.co.at/2012/08/autoconf-and-automake-on-mac-os-x.html" target="_blank">http://jsdelfino.blogspot.co.at/2012/08/autoconf-and-automake-on-mac-os-x.html</a><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.12 (GNU/Linux)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
<br>
iEYEARECAAYFAlD0BRMACgkQkX2Xpv6ydvTyHwCgvDNVxboc0fWpO8UfWVCtQMoj<br>
+pcAoNR8SCx4CEerQL/EAmUKbcyWkAgQ<br>
=BZPs<br>
-----END PGP SIGNATURE-----<br>
<br>
_______________________________________________<br>
Pd-ot mailing list<br>
<a href="mailto:Pd-ot@iem.at">Pd-ot@iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/pd-ot" target="_blank">http://lists.puredata.info/listinfo/pd-ot</a><br>
</blockquote></div><br></div>