<div dir="ltr">
<div>Tobias, <br></div><div>Sorry it took this long to reply, but this mail got sent to a wrong address. I'm used to using Outlook to send mails, and make stupid mistakes with GMAIL from time to time.</div><div><br></div><div><div>Compiling the Cog VM with
 the correct branch. I have an issue in the B3DAcceleratorPlugin. In
 the display below, you see I have the file GL/gl.h in 
/usr/local/include, and it looks as of the Makefile for the plugin did 
not take <br></div><div>/usr/local/include  as an include library. <br></div><div><br></div><div><span style="font-family:monospace">clang -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -DCOGMTVM=0 -Wall -pthread 
-DLSB_FIRST=1 -m64 -Wno-missing-braces -Wno-unknown-pragmas 
-Wno-unused-value -Wno-unused-label -Wno-unused-function 
-Wno-unused-variable  -DHAVE_CONFIG_H  -DSQUEAK_BUILTIN_PLUGIN 
 -I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/build.linux64x64/squeak.cog.spur/build
 
-I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/build.linux64x64/squeak.cog.spur/build
 -I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/unix/vm 
-I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/Cross/vm 
-I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/spur64src/vm 
-I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/Cross/vm 
-I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/unix/vm 
-I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/spur64src/vm   
-I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/Cross/plugins/FilePlugin
 
 -I/usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/unix/plugins/B3DAcceleratorPlugin
 -m64 -Wno-missing-braces -Wno-unknown-pragmas -Wno-unused-value 
-Wno-unused-label -Wno-unused-function -Wno-unused-variable   -c -o 
sqUnixMain.o 
/usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/unix/vm/sqUnixMain.c<br>In file included from /usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/unix/vm/sqUnixMain.c:134:<br>In file included from /usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/unix/vm/SqDisplay.h:16:<br>/usr/home/edwin/Smalltalk5/opensmalltalk-vm/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:21:13:
 fatal error: 'GL/gl.h' file not found<br>#   include <GL/gl.h><br>            ^~~~~~~~~<br>1 error generated.<br>*** Error code 1<br><br>Stop.<br>make[1]: stopped in /usr/home/edwin/Smalltalk5/opensmalltalk-vm/build.linux64x64/squeak.cog.spur/build/vm<br>*** Error code 1<br><br>Stop.<br>make: stopped in /usr/home/edwin/Smalltalk5/opensmalltalk-vm/build.linux64x64/squeak.cog.spur/build<br><span style="background-color:rgb(204,204,204)">$ locate GL/gl.h<br>/usr/local/include/GL/gl.h<br>/usr/local/poudriere/da</span>ta/.m/1</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">Thanks again, <br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">Edwin</span></div>

</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op di 7 apr. 2020 om 22:15 schreef Tobias Pape <<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> On 06.04.2020, at 19:38, Edwin Ancaer <<a href="mailto:eancaer@gmail.com" target="_blank">eancaer@gmail.com</a>> wrote:<br>
> <br>
> Tobias, <br>
> <br>
> The updates you made solved the script isue. Nice.<br>
> <br>
> perl was installed, but in /usr/local/bin. That seems the standard in Freebsd.<br>
> Looking at it now, I should have found this myself. I was close, but jou beat me to it by a few hours....<br>
> <br>
> Now the next hurdle, a linker error. The library libiconv is not linked. I suppose this is because the script is not finding all plug-ins, en libiconv is linker by ons of this. I will now try to bind all plug-ins, and see if the libiconv issue  gets solved.<br>
<br>
No, the issue is different. I'm onto it :)<br>
<br>
Best regards<br>
        -Tobias<br>
<br>
> <br>
> Otherwise, I might need your help again. (I' m afraid this is the more realistic scenario).<br>
> <br>
> Thanks Alain towqb9ĺ<br>
> <br>
> <br>
> <br>
> <br>
> <br>
> 9IS/  lot,<br>
> <br>
> Edwin, <br>
> <br>
> <br>
> <br>
> <br>
> On Mon, 6 Apr 2020, 13:17 Tobias Pape, <<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>> wrote:<br>
> Dear Edwin<br>
> <br>
> > On 06.04.2020, at 09:10, Tobias Pape <<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>> wrote:<br>
> > <br>
> > Dear Edwin<br>
> > <br>
> >> On 06.04.2020, at 08:40, Edwin Ancaer <<a href="mailto:eancaer@gmail.com" target="_blank">eancaer@gmail.com</a>> wrote:<br>
> >> <br>
> >> <br>
> >> It might be useful tho have the FreeBSD version:<br>
> >> $ uname -a<br>
> >> FreeBSD ottopedi 12.1-RELEASE-p2 FreeBSD 12.1-RELEASE-p2 GENERIC  amd64<br>
> >> <br>
> >> The git version is: <br>
> >> $ git --version<br>
> >> git version 2.25.2<br>
> >> <br>
> >> As I read some posts about git and the smudge filter, indicating there have been problems with the filter and  git-lfs (for downloading large files from git-repository?), <br>
> >> I installed that too, It did not help anyway.<br>
> >> $ git-lfs --version<br>
> >> git-lfs/2.10.0 (GitHub; freebsd amd64; go 1.14.1)<br>
> > <br>
> > Firs things first, I can reproduce on a FreeBSD 11.2-RELEASE-p4.<br>
> > Let me investigate.<br>
> > <br>
> <br>
> Do you have Perl installed?<br>
> When I try to run the filters manually, I get a different error message:<br>
> <br>
> $ .git_filters/RevDateURL.clean<br>
> zsh: .git_filters/RevDateURL.clean: bad interpreter: /usr/bin/perl: no such file or directory<br>
> zsh: exit 127   .git_filters/RevDateURL.clean<br>
> $ which perl<br>
> /usr/local/bin/perl<br>
> <br>
> <br>
> So, I think, since /usr/bin/env is nearly everywhere, can you try with commit e8d286f96 (just pushed).<br>
> <br>
> HTH<br>
> <br>
> Best regards<br>
> <br>
> <br>
>         -Tobias<br>
> <br>
> <br>
>  <br>
> <br>
<br>
<br>
<br>
</blockquote></div>