<div dir="ltr"><div dir="ltr">Iohannes,<div><br></div><div>this is what made me clear why my system has broken pipes or something like that:</div><div><a href="https://stackoverflow.com/questions/54068035/linking-not-working-in-homebrews-cmake-since-mojave">https://stackoverflow.com/questions/54068035/linking-not-working-in-homebrews-cmake-since-mojave</a><br></div><div>I am not the only one who has troubles with homebrew.</div><div>My system was originally 10.11 if I remember well, and upgraded the system already 3 times. Looks like Mojave cannot really handle the old headers installed many years ago.</div><div>Anyway, was looking for this solution for a while, thought will never have Gem back working again, but a total fresh Mac OS X install just scared me.</div><div><br></div><div>Popesz</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 6, 2019 at 9:47 PM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 3/6/19 7:37 PM, Csaba Láng wrote:<br>
> Fede,<br>
> <br>
> here you are the commands I used:<br>
> $ ./autogen.sh<br>
> $ ./configure --with-pd=/Applications/Pd-0.49-1.app/Contents/Resources<br>
> --enable-videoAVF<br>
<br>
so far, on all macOS systems i have tested, AVFoundation is correctly<br>
detected automatically, without the need for that flag.<br>
<br>
> --without-Carbon-framework <br>
<br>
that shouldn't be necessary.<br>
<br>
<br>
> --without-ftgl <br>
<br>
<br>
> --without-imagemagick <br>
> GL_CFLAGS="-DDUMMY_GL" GL_LIBS="-framework OpenGL"<br>
<br>
why do you need this?<br>
incidentally, i am *currently* compiling Gem on an OSX-10.6 system that<br>
is no longer supported by brew and all the fun stuff (PowerPC anybody?).<br>
this system lacks "pkg-config" (and without brew i cannot really install<br>
it), and my hack (for compiling FTGL) eventually broke the<br>
build-process, so i also had to provide GL_LIBS.<br>
but after i fixed my hack, this is no longer required.<br>
<br>
also, Gem is built regularly on a (pristine) macOS/sierra system, and<br>
here those flags aren't required either.<br>
<br>
so i'm confident, that if you require to set GL_LIBS, something is<br>
broken in your installation.<br>
> feel free to delete those elements what you need, I had to cancel ftgl or<br>
> imagemmagick as looks like in Mojave for some reason cmake symlinks does<br>
> not work properly, and those elements which I updated with brew or macport<br>
> or compiled with cmake just cannot be found by Gem.<br>
<br>
again: weird because building against both ftgl & imagemagick (installed<br>
via "brew") is tested by our CI, without any problem.<br>
again: i suspect that your setup is somewhat broken.<br>
<br>
<br>
i intend to upload release packages in the next days.<br>
gfmards<br>
IOhannes<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>