<div dir="ltr">Hello,<div><br></div><div>First time I have tried Homebrew on new Dev machine. With fink I didn't get an issue but following instructions here:</div><div><br></div><div><a href="https://github.com/avilleret/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks">https://github.com/avilleret/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks</a><br>
</div><div><br></div><div>when I ./autogen.sh I get:</div><div><br></div><div><div>PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin</div><div>AUTORECONF: /usr/local/bin/autoreconf</div><div>AUTOHEADER: /usr/local/bin/autoheader</div>
<div>AUTOMAKE  : /usr/local/bin/automake</div><div>ACLOCAL   : /usr/local/bin/aclocal</div><div>LIBTOOL   : /usr/bin/libtool</div><div>LIBTOOLIZE: </div><div>AUTOCONF  : /usr/local/bin/autoconf</div><div>running autoreconf</div>
<div>autoreconf: Entering directory `.'</div><div>autoreconf: <a href="http://configure.ac">configure.ac</a>: not using Gettext</div><div>autoreconf: running: aclocal --force -I m4</div><div>autoreconf: <a href="http://configure.ac">configure.ac</a>: tracing</div>
<div>autoreconf: <a href="http://configure.ac">configure.ac</a>: adding subdirectory extra to autoreconf</div><div>autoreconf: Entering directory `extra'</div><div>autoreconf: running: aclocal --force -I ../m4</div><div>
autoreconf: <a href="http://configure.ac">configure.ac</a>: adding subdirectory pix_artoolkit to autoreconf</div><div>autoreconf: Entering directory `pix_artoolkit'</div><div>autoreconf: running: aclocal --force -I ../../m4</div>
<div>autoreconf: running: glibtoolize --copy --force</div><div>glibtoolize: putting auxiliary files in `.'.</div><div>glibtoolize: copying file `./ltmain.sh'</div><div>glibtoolize: putting macros in `../../m4'.</div>
<div>glibtoolize: copying file `../../m4/libtool.m4'</div><div>glibtoolize: copying file `../../m4/ltoptions.m4'</div><div>glibtoolize: copying file `../../m4/ltsugar.m4'</div><div>glibtoolize: copying file `../../m4/ltversion.m4'</div>
<div>glibtoolize: copying file `../../m4/lt~obsolete.m4'</div><div>glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to <a href="http://configure.ac">configure.ac</a> and</div><div>glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree.</div>
<div>autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force</div><div>configure:15430: error: possibly undefined macro: AC_LIB_APPENDTOVAR</div><div>      If this token and others are legitimate, please use m4_pattern_allow.</div>
<div>      See the Autoconf documentation.</div><div>autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1</div><div>HOST-OS    : Mac OS X 10.9.4 (13E28)</div><div>HOST-KERNEL: Darwin megrimms-Mac.local 13.3.0 Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64 x86_64</div>
<div>HOST-#CPU  : 1</div></div><div><br></div><div><br></div><div>Ideas? Something with libtoolize/glibtoolize ... I also had a alocal problem earlier (something to the efect of it was not installed?) but it went away after "brew install automake" etc....</div>
<div><br></div><div>m</div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 21, 2014 at 11:29 AM, Antoine Villeret <span dir="ltr"><<a href="mailto:antoine.villeret@gmail.com" target="_blank">antoine.villeret@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div>2014-07-21 16:39 GMT+02:00 IOhannes m zmoelnig via GEM-dev <span dir="ltr"><<a href="mailto:gem-dev@lists.iem.at" target="_blank">gem-dev@lists.iem.at</a>></span>:<br>
</div>

<div class="gmail_quote"><div class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>

Hash: SHA256<br>
<div><br>
On 2014-07-21 15:30, Antoine Villeret via GEM-dev wrote:<br>
> hello,<br>
><br>
> I started a Wiki page with a step-by-step how-to here :<br>
> <a href="https://github.com/avilleret/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks" target="_blank">https://github.com/avilleret/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks</a><br>
><br>
><br>
It's a work in progress<br>
><br>
> feel free to merge / fork / improve or just read it :-)<br>
<br>
</div>thanks for sharing.<br>
<br>
i've forked to umlaeute/Gem.wiki, fixed a couple of spelling errors<br>
and the like and pushed.<br></blockquote><div><br></div></div><div>thanks for the review  </div><div class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
unfortunately there seems to be no way to do a pull-request for the wiki.<br>
<br>
so probably just do:<br>
<br>
$ git clone git@github.com:avilleret/Gem.wiki.git<br>
$ cd Gem.wiki<br>
$ git remote add umlaeute git@github.com:umlaeute/Gem.wiki.git<br>
$ git pull umlaeute master<br>
$ git push<br></blockquote></div><div>done </div><div class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
:-)<br>
<br>
<br>
on a side-note:<br>
 Gem should fall-back to a built-in `glew`, so i wonder why you needed<br>
to install it as well. is this related to<br>
<a href="https://github.com/umlaeute/Gem/issues/26" target="_blank">https://github.com/umlaeute/Gem/issues/26</a> ?)<br></blockquote></div><div>yes it is, at first I was stuck by this just because I don't try make despite of the error</div>


<div>do I tried to install many things to see the effects</div><div><br></div><div>I will remove the glew part</div><div><br></div><div>+</div><div class=""><div>a</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



<br>
fgasdr<br>
IOhannes<br>
-----BEGIN PGP SIGNATURE-----<br>
<div>Version: GnuPG v1<br>
Comment: Using GnuPG with Icedove - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br>
<br>
</div>iQIcBAEBCAAGBQJTzSYeAAoJELZQGcR/ejb4r/MP/1YrpXCUQ6d7x/48tpK23I3U<br>
I738TLp8o9FG4OVg9x4SZr5bWHl+0egegstkjxyGK92wwyqFKGAQ2mlNM93INIht<br>
8+iFrKXKGsqgZ4xdF8Gm0uthZJl9Y4YvEu5XudJGLfBHR4gLL6+/FmIH08Eg9rv2<br>
I0SPwZ2QW8OMkXeEzysq3umADyqGsBzNAwsgqZXr5PNWzfx4r5iDuxmj1TitUnlS<br>
msfxanUmsO3Lv+G9jzFaDODeMQl2kQZHBVYGUeK3fLVvXqvGu3g4pSJ+GtjlQugW<br>
Wo2dNffyJRuauBOHEIQAuqmakal7Df6bXSz9YHlRvd6bRe3fj/IznCcDaEe9Aksu<br>
zF2qmyEYYLvjqkpFmmntp7vA96odl++ywbcPlNuX9vhjmLPCA7CdaI5RHI9rrl8t<br>
8m41PRiQTuilgTInU6yvfl3ZhZNwPKcsb1YKogPRTIj741ncdb8NNwd9HbN6MIPi<br>
MQQSg9787RMGPaayM0gluHrUI9TEJswbYg2NlB9fCXi6TZWpkwUsOE+V8ubiCpei<br>
A+5MF7/ZOS0sJZzFR44/7pXPlTJME+Jf8d+LnVM7TNl69CpFVO/afkP8DwnnjO89<br>
q3d4e112oxJEKaoQ7FbG4oMslVgyOQr2Yqa6X8nNzpUCpN4w1+qqAVyThqJPBn5H<br>
zlc49R4nAsE/A7At7v0y<br>
=4mRz<br>
<div><div>-----END PGP SIGNATURE-----<br>
<br>
_______________________________________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@lists.iem.at" target="_blank">GEM-dev@lists.iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/gem-dev" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
</div></div></blockquote></div></div><br></div></div>
<br>_______________________________________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@lists.iem.at">GEM-dev@lists.iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/gem-dev" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>____________________<br>m.e.grimm | m.f.a | ed.m.<br><a href="mailto:megrimm@gmail.com" target="_blank">megrimm@gmail.com</a><br>_________________________________
</div></div></div>