<p></p>
On 12/06/20 8:35 pm, Christoph Thiede wrote:<br>
> Thank you very much for your help, Subbu. So now I ran exactly your two <br>
> commands, but first, the build failed because it was missing |clang|. Do <br>
> I assume correctly that the following dependency should be mentioned <br>
> anywhere in the repository?<br>
> <br>
> sudo apt-get -y install clang<br>
<br>
I haven't used clang. I use the gcc toolchain. Sorry<br>
<br>
> <br>
>   *<br>
> <br>
>     |error: unknown warning option '-Wno-unused-but-set-variable'; did<br>
>     you mean '-Wno-unused-const-variable'?<br>
>     [-Werror,-Wunknown-warning-option] |<br>
<br>
gcc has the unused-but-set-variable warning that gets suppressed with <br>
that flag. See https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html<br>
<br>
If you use clang, you will have to find the equivalent.<br>
<br>
>     fatal error: 'GL/gl.h' file not found # include <GL/gl.h> ^~~~~~~~~<br>
<br>
This is found in mesa-common-dev package which gets install <br>
automatically as a dependency for libgl1-mesa-dev.<br>
<br>
> <br>
>   * Additionally, I am getting a large number of 177 warnings, which are<br>
>     probably not so important?<br>
<br>
If I were you, I would scan through the warnings on 64b compile just to <br>
make sure I am not missing anything important. Both int and pointer were <br>
32b on 32b compile so one could force a pointer into int. But a pointer <br>
is 64b on 64bit compiles. Storing a pointer into a int is problematic.<br>
<br>
Regards .. Subbu<br>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/507#issuecomment-643366169">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW2PTXBLLQ2CFXV6JN3RWJJBXANCNFSM4NXRJG3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW42QBYCJTHHBTNEMRDRWJJBXA5CNFSM4NXRJG3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEZMP2GI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/507#issuecomment-643366169",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/507#issuecomment-643366169",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>