<div dir="ltr">After updating all possible system related softwares, the error remains the same.<div><div><br></div></div><div>





<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Andale Mono";color:rgb(47,255,18);background-color:rgba(0,0,0,0.9)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">libtool: link: rm -fr<span class="gmail-Apple-converted-space">  </span>.libs/libGem.a</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Andale Mono";color:rgb(47,255,18);background-color:rgba(0,0,0,0.9)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o .libs/libGem_la-Cache.o .libs/libGem_la-ContextData.o .libs/libGem_la-Dylib.o .libs/libGem_la-Event.o .libs/libGem_la-Exception.o .libs/libGem_la-Files.o .libs/libGem_la-GLStack.o .libs/libGem_la-Image.o .libs/libGem_la-ImageLoad.o .libs/libGem_la-ImageSave.o .libs/libGem_la-PixConvertAltivec.o .libs/libGem_la-PixConvertSSE2.o .libs/libGem_la-Loaders.o .libs/libGem_la-Manager.o .libs/libGem_la-PBuffer.o .libs/libGem_la-Properties.o .libs/libGem_la-Rectangle.o .libs/libGem_la-Settings.o .libs/libGem_la-Setup.o .libs/libGem_la-State.o .libs/libGem_la-VertexBuffer.o<span class="gmail-Apple-converted-space"> </span></span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Andale Mono";color:rgb(47,255,18);background-color:rgba(0,0,0,0.9)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">/opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed object (unknown load command 1)</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Andale Mono";color:rgb(47,255,18);background-color:rgba(0,0,0,0.9)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">ar: internal ranlib command failed</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Andale Mono";color:rgb(47,255,18);background-color:rgba(0,0,0,0.9)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">make[3]: *** [libGem.la] Error 1</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Andale Mono";color:rgb(47,255,18);background-color:rgba(0,0,0,0.9)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">make[2]: *** [all-recursive] Error 1</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Andale Mono";color:rgb(47,255,18);background-color:rgba(0,0,0,0.9)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">make[1]: *** [all] Error 2</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:"Andale Mono";color:rgb(47,255,18);background-color:rgba(0,0,0,0.9)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">make: *** [all-recursive] Error 1</span></p></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 24, 2018 at 3:32 PM Csaba Láng <<a href="mailto:langcsaba@gmail.com">langcsaba@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Updated Xcode and the Command Line Tools.<br><br>configure: error: GL (headers) not found! you need openGL!!!<br>after make:<br>ar: internal ranlib command failed<br>make[3]: *** [libGem.la] Error 1<br>make[2]: *** [all-recursive] Error 1<br>make[1]: *** [all] Error 2<br>make: *** [all-recursive] Error 1<div><br></div><div>What am I missing?<br><div><br>On Sat, Nov 24, 2018 at 3:06 PM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>> wrote:<br>><br>> On 11/23/18 9:32 PM, me.grimm wrote:<br>> > hey it works! nice!<br>> ><br>> > just compiled videoavf branch. little green light turns on when opening<br>> > 00.SimpleVideo.pd example. when rendering toggle is clicked window appears<br>> > and live video is displayed.<br>><br>> i finally read the documentation about "webcam passthru" for virtualbox,<br>> and now i get an image in photobooth and ... Pd. hooray.<br>><br>> i fixed a couple of things, namely:<br>><br>> - disabled the debugging output, which would dump the entire raw image<br>> data to the terminal...<br>><br>> ><br>> > a couple things:<br>> ><br>> > - live video capture shows blue channel only<br>><br>> fixed. this was a traditional error with converting ABGR to ARGB.<br>> videoAVF now uses AUV by default (but can be switched to RGBA)<br>><br>> > - pd console gives "clear(): unimplemented)" error<br>><br>> that was just a leftover from porting the ofx code.<br>> i've remove it.<br>><br>> > - with example patch if I click rendering toggle gem window closes and<br>> > green light turns off. the only way to get live image back is either reload<br>> > patch or click rendering toggle THEN send [device 0{ message.<br>><br>> i noticed this too. still needs fixing.<br>><br>> > - with dialog message I get "[pix_video]: no dialog for current backend"<br>><br>> yes.<br>> (currently) no dialogs for videoAVF.<br>> not sure whether i want to look into that.<br>><br>> gfmdsar<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" target="_blank">https://lists.puredata.info/listinfo/gem-dev</a></div></div></div>
</blockquote></div>