<div dir="ltr">hello, <div><br></div><div>first of all, the repository you used to cloned are outdated, and the Wiki page you linked to seems to be redundant with this one : <a href="http://puredata.info/docs/developer/GettingPdSource">http://puredata.info/docs/developer/GettingPdSource</a></div><div>anyway, the two are now up-to-date with (not so) new SourceForge URL syntax.</div><div><br></div><div>to update, see `git remote set-url` option, there is a similar command for SVN.</div><div><br></div><div>but please also note that current Gem master is not ready to release.</div><div><br></div><div>Concerning the error you get, did you try to run make despite of this error ?</div><div><br></div><div>As IOhannes said, you should also tell configure where you lib is.</div><div>Maybe you can do this with with GL_CFLAGS, GL_LIBS or CXX_FLAGS and LD_FLAGS.</div><div><br></div><div>why your Mesa installation is in /opt instead of /usr ?</div><div>when installing it from package repository, it should be well detected by ./configure</div><div><br></div><div>+</div><div>a</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div></div>
<br><div class="gmail_quote">2014-11-01 19:52 GMT+01:00 Viacheslav Lotsmanov <span dir="ltr"><<a href="mailto:lotsmanov89@gmail.com" target="_blank">lotsmanov89@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There's no problem with linking with libGL, see:<br>
```<br>
$ ldd /usr/bin/glxgears | grep libGL<br>
    libGL.so.1 => /usr/local/lib64/libGL.so.1 (0x00007fd00ac65000)<br>
```<br>
<br>
Here full log of Gem configure: <a href="http://pastebin.com/VuNDAjMM" target="_blank">http://pastebin.com/VuNDAjMM</a><br>
Some about OpenGL:<br>
```<br>
checking GL/gl.h usability... yes<br>
checking GL/gl.h presence... yes<br>
checking for GL/gl.h... yes<br>
checking OpenGL/gl.h usability... no<br>
checking OpenGL/gl.h presence... no<br>
checking for OpenGL/gl.h... no<br>
```<br>
<div class="HOEnZb"><div class="h5"><br>
On 1 November 2014 20:23, IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br>
> On 10/27/2014 01:04 AM, Viacheslav Lotsmanov wrote:<br>
>><br>
>> configure: error: GL (headers) not found! you need openGL!!!<br>
>> make[2]: *** [/home/unclechu/.compile_n_build/PD/2/pd-svn/externals/Gem/Gem.pd_linux]<br>
>> Error 1<br>
>> make[2]: Leaving directory<br>
>> `/home/unclechu/.compile_n_build/PD/2/pd-svn/externals'<br>
>> make[1]: *** [externals_install] Error 2<br>
>> make[1]: Leaving directory<br>
>> `/home/unclechu/.compile_n_build/PD/2/pd-svn/packages'<br>
>> make: *** [install] Error 2<br>
>> ```<br>
>><br>
>> I have "/usr/local/include/GL" as symbolic link to /opt/Mesa-10.2.4/include/GL/<br>
> [...]<br>
>> What I'm doing wrong?<br>
>><br>
><br>
> hard to tell without the output of Gem's configure.<br>
> hint: openGL consists of more than just header-files...the linker needs<br>
> to find libGL.so<br>
><br>
><br>
> fgmadsr<br>
> IOhannes<br>
><br>
><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
><br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>