<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Thanks Ben , i do not understand why i get this sort of error though.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">as far as i know i have not changed anything.</div><div class="gmail_default" style="font-size:small">I downloaded and compiled/installed Gambas a couple of times yesterday without problem then suddenly i get a problem with gbx compiling after you made changes to it.</div><div class="gmail_default" style="font-size:small">It must be a problem in the make install not overwriting things/updating libs properly?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">that's why I was a little put out by you saying it's my fault?  My thinking was "well i didn't bloody do anything !"<br></div></div><div><br></div><div><div style="font-size:small" class="gmail_default">This certainly seems to be an issue with the installer not properly configuring.</div><div style="font-size:small" class="gmail_default">You are absolutely right in your solution it seems i did a make distclean (it's a function in my app) and it has compiled again now, <br></div><div style="font-size:small" class="gmail_default">thank you.</div></div><div><br></div><div><div style="font-size:small" class="gmail_default">But why ?  how ? what bloomin causes it?  It's both annoying and embarrassing and still strikes me as a bug in the gambas installer.<br></div></div><div></div><div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">i want to add something to the wiki about what type of change will possibly require make clean as the installer fails at some type of change.<br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Or is it just going to have to be considered an addition to what to do if not compiling just running "make install"</div><div style="font-size:small" class="gmail_default"><br></div></div><div style="font-size:small" class="gmail_default">Thanks again.  apologies for my deflated ego shouting out.<br></div><div style="font-size:small" class="gmail_default">BruceS</div><br><div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 5 Mar 2021 at 22:34, Benoît Minisini <<a href="mailto:g4mba5@gmail.com">g4mba5@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 05/03/2021 Ã  23:21, Bruce Steers a Ã©crit :<br>
> <br>
> So the latest commit will not compile for me.<br>
> <br>
> Make fails finding all sorts of errors in the gbx file<br>
> <br>
> here's the start of the errors...<br>
> <br>
> /usr/bin/ld: gbx3-gbx_subr_file.o: in function `SUBR_open':<br>
> /media/bonus/SSDiskspace/git/gambas-b/main/gbx/gbx_subr_file.c:224: undefined reference to `VALUE_is_null'<br>
> /usr/bin/ld: /media/bonus/SSDiskspace/git/gambas-b/main/gbx/gbx_subr_file.c:214: undefined reference to `THROW_TYPE'<br>
> /usr/bin/ld: gbx3-gbx_subr_file.o: in function `_get_stream':<br>
> /media/bonus/SSDiskspace/git/gambas-b/main/gbx/gbx_subr_file.c:135: undefined reference to `VALUE_is_null'<br>
> /usr/bin/ld: /media/bonus/SSDiskspace/git/gambas-b/main/gbx/gbx_subr_file.c:125: undefined reference to `VALUE_undo_variant'<br>
> /usr/bin/ld: /media/bonus/SSDiskspace/git/gambas-b/main/gbx/gbx_subr_file.c:135: undefined reference to `VALUE_is_null'<br>
> /usr/bin/ld: /media/bonus/SSDiskspace/git/gambas-b/main/gbx/gbx_subr_file.c:125: undefined reference to `VALUE_undo_variant'<br>
> <br>
> <br>
> I reported the bug on the bugtracker but Ben says it's something wrong <br>
> with my system and i should not report compilation bugs on the bugtracker.<br>
> <br>
> so i reverted the recent commit that affected gbx<br>
> <a href="https://gitlab.com/gambas/gambas/-/commit/da082311554e247fbba93d799fb6d2c787a0e412" rel="noreferrer" target="_blank">https://gitlab.com/gambas/gambas/-/commit/da082311554e247fbba93d799fb6d2c787a0e412</a> <br>
> <<a href="https://gitlab.com/gambas/gambas/-/commit/da082311554e247fbba93d799fb6d2c787a0e412" rel="noreferrer" target="_blank">https://gitlab.com/gambas/gambas/-/commit/da082311554e247fbba93d799fb6d2c787a0e412</a>><br>
> <br>
> and this broke the recent commit made to gb.eval<br>
> <a href="https://gitlab.com/gambas/gambas/-/commit/635fd2de43e9053c13562d1db2e9ed23d3021abc" rel="noreferrer" target="_blank">https://gitlab.com/gambas/gambas/-/commit/635fd2de43e9053c13562d1db2e9ed23d3021abc</a> <br>
> <<a href="https://gitlab.com/gambas/gambas/-/commit/635fd2de43e9053c13562d1db2e9ed23d3021abc" rel="noreferrer" target="_blank">https://gitlab.com/gambas/gambas/-/commit/635fd2de43e9053c13562d1db2e9ed23d3021abc</a>><br>
> <br>
> so i reverted that change too.<br>
> <br>
> Now it compiles again.<br>
> <br>
> can anyone suggest what may be wrong with my system if this is not a new <br>
> bug ?<br>
> <br>
> thanks a lot.<br>
> BruceS<br>
> <br>
<br>
These are linkers errors. You should not have them without having <br>
compiler errors, this is why I said there must something broken on your <br>
system.<br>
<br>
Try again with a "make clean" before.<br>
<br>
-- <br>
Benoît Minisini<br>
<br>
----[ <a href="http://gambaswiki.org/wiki/doc/netiquette" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/doc/netiquette</a> ]----<br>
</blockquote></div></div>