<div dir="ltr">Yes I will drill into it tomorrow.<div>Meanwhile, do you think is it a good idea to test the AVF with the .so file from Mark?</div><div><br></div><div>Mark, if you recompiled it with the changes Iohannes implemented, can you share the gem_videoAVf.so file?</div><div><br></div><div>Best,</div><div><br></div><div>Popesz</div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 24, 2018 at 5:07 PM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 11/24/18 4:40 PM, Csaba Láng wrote:<br>
> Downloaded the new update what you just mentioned above.<br>
> ./autogen.sh<br>
> HOST-OS    : Mac OS X 10.14.1 (18B75)<br>
> HOST-KERNEL: Darwin EMV 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct 5<br>
> 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64 x86_64<br>
> HOST-#CPU  : 8<br>
> <br>
> After ./configure --with-pd=/Applications/Pd-0.48-1.app/Contents/Resources<br>
> --enable-videoAVF<br>
> --with-libvlc-CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include<br>
> '--with-libvlc-LIBS=-L/Applications/VLC.app/Contents/MacOS/lib -lvlc'<br>
<br>
<br>
shouldn't this be<br>
> --with-libvlc-LIBS='-L/Applications/VLC.app/Contents/MacOS/lib -lvlc'<br>
<br>
??<br>
<br>
<br>
>     use AVFoundation     : yes<br>
> configure: error: GL (headers) not found! you need openGL!!!<br>
> <br>
> make clean and make gives this error:<br>
<br>
so in order to run "make clean" (or "make") you must have had a<br>
successful run of "./configure" before.<br>
<br>
i guess the only way to debug this, is to inspect the config.log (search<br>
for "GL.h" and look out for errors)<br>
<br>
> libtool: link: rm -fr  .libs/libGem.a<br>
> <br>
> libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o<br>
[...]<br>
> /opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed<br>
> object (unknown load command 1)<br>
<br>
you could also just manually delete all the intermediate files, with<br>
something like:<br>
$ find . -name "*.o"  -delete<br>
$ find . -name "*.lo" -delete<br>
<br>
before you do that, i'd be interested in what this broken intermediate<br>
file actually is, with something like:<br>
$ find . -name libGem_la-glew.o -exec file {} +<br>
<br>
mdsar<br>
IOhannes<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="https://lists.puredata.info/listinfo/gem-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/gem-dev</a><br>
</blockquote></div>