<div dir="ltr">No, I didn't. Got through a bit more by doing this <div><br></div><div>cd /usr/include/openssl</div><div>ln -s /usr/include/x86_64-linux-gnu/openssl/opensslconf.h opensslconf.h<br></div><div><br></div><div>at that point it passed a bit more but also required</div><div><br></div><div>cd /lib/i386-linux-gnu/</div><div>sudo ln -s libssl.so.1.0.0 libssl.so<br></div><div><br></div><div>now libgit also has problems with libcurl</div><div>/usr/include/curl/curlrules.h:142:3: error: size of array ‘__curl_rule_01__’ is negative<br></div><div><br></div><div>left it there for now</div><div><br></div><div>On squeak.stack.spur side:</div><div><br></div><div>got around the first problem by doing </div><div><br></div><div><div>cd /lib/i386-linux-gnu/</div><div>sudo ln -s libuuid.so.1 libuuid.so</div></div><div><br></div><div>then I also had to do</div><div><br></div><div>sudo apt install mesa-common-dev<br></div><div><br></div><div>to install opengl header files. Now I get this error: </div><div><br></div><div><div>gcc -m32 -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1 -DLSB_FIRST=1 -Wall -Wno-unknown-pragmas -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1 -DLSB_FIRST=1 -I/opensmalltalk-vm/build.linux32x86/squeak.cog.spur/build.itimerheartbeat -I/opensmalltalk-vm/build.linux32x86/squeak.cog.spur/build.itimerheartbeat -I/opensmalltalk-vm/platforms/unix/vm -I/opensmalltalk-vm/platforms/Cross/vm -I/opensmalltalk-vm/spursrc/vm -INONE -DHAVE_CONFIG_H -I/opensmalltalk-vm/build.linux32x86/squeak.cog.spur/build.itimerheartbeat -I/opensmalltalk-vm/build.linux32x86/squeak.cog.spur/build.itimerheartbeat -I/opensmalltalk-vm/platforms/unix/vm -I/opensmalltalk-vm/platforms/Cross/vm -I/opensmalltalk-vm/spursrc/vm -I/opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin -I/opensmalltalk-vm/platforms/unix/plugins/B3DAcceleratorPlugin -c /opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c  -fPIC -DPIC -DPIC -o sqOpenGLRenderer.o</div><div>In file included from /opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c:30:0:</div><div>/opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.h:13:16: error: redefinition of 'struct glRenderer'</div><div> typedef struct glRenderer {</div><div>                ^</div><div>In file included from /opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.h:9:0,</div><div>                 from /opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c:30:</div><div>/opensmalltalk-vm/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:6:16: note: originally defined here</div><div> typedef struct glRenderer</div><div>                ^</div><div>In file included from /opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c:30:0:</div><div>/opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.h:16:3: error: conflicting types for 'glRenderer'</div><div> } glRenderer;</div><div>   ^</div><div>In file included from /opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.h:9:0,</div><div>                 from /opensmalltalk-vm/platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c:30:</div><div>/opensmalltalk-vm/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:13:3: note: previous declaration of 'glRenderer' was here</div><div> } glRenderer;</div><div>   ^</div><div>Makefile:183: fallo en las instrucciones para el objetivo 'sqOpenGLRenderer.lo'</div><div>make[1]: *** [sqOpenGLRenderer.lo] Error 1</div><div>Makefile:531: fallo en las instrucciones para el objetivo 'B3DAcceleratorPlugin.la'</div><div>make: *** [B3DAcceleratorPlugin.la] Error 2</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 4, 2017 at 4:45 AM, Holger Freyther <span dir="ltr"><<a href="mailto:holger@freyther.de" target="_blank">holger@freyther.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
> On 3 Mar 2017, at 17:15, Javier Pimás <<a href="mailto:elpochodelagente@gmail.com">elpochodelagente@gmail.com</a>> wrote:<br>
><br>
> Here goes build.linux32x86/third-party/<wbr>libssh2-1.7.0/config.log<br>
><br>
<br>
<br>
</span>configure:14252: gcc -o conftest -m32  -m32 conftest.c  -lssl -lcrypto >&5<br>
In file included from /usr/include/openssl/ssl.h:<wbr>146:0,<br>
                 from conftest.c:25:<br>
/usr/include/openssl/e_os2.h:<wbr>56:33: fatal error: openssl/opensslconf.h: No such file or directory<br>
compilation terminated.<br>
<br>
Do you have it? /usr/include/i386-linux-gnu/<wbr>openssl/opensslconf.h?<br>
<span class="HOEnZb"><font color="#888888"><br>
holger</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Javier Pimás<br>Ciudad de Buenos Aires</div></div>
</div>