<div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">Il giorno sab 29 set 2018 alle ore 23:26 Tobias Boege <<a href="mailto:taboege@gmail.com">taboege@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, 29 Sep 2018, Gianluigi wrote:<br>
> By compiling Gambas Master on Fedora after successfully configuring the<br>
> libraries (|| ALL COMPONENTS WILL BE COMPILED) on make/configure I get<br>
> error, attach the final part of the log file.<br>
> Any suggestions?<br>
> <br>
> [...]<br>
><br>
> Making all in gb.openssl<br>
> make[2]: ingresso nella directory "/home/gian/gambasdevel/gb.openssl"<br>
> make  all-recursive<br>
> make[3]: ingresso nella directory "/home/gian/gambasdevel/gb.openssl"<br>
> Making all in src<br>
> make[4]: ingresso nella directory "/home/gian/gambasdevel/gb.openssl/src"<br>
>   CC       gb_openssl_la-main.lo<br>
> In file included from ../../main/gbx/gbx_component.h:31,<br>
>                  from ../../main/gbx/gbx_class.h:31,<br>
>                  from ../../main/gbx/gbx_value.h:30,<br>
>                  from ../../main/gbx/gbx_string.h:27,<br>
>                  from ../../main/gbx/gbx_variant.h:28,<br>
>                  from ../../main/gbx/gbx_compare.h:29,<br>
>                  from main.c:27:<br>
> ../../main/gbx/gbx_library.h:34:12: fatal error: ltdl.h: No such file or directory<br>
>    #include <ltdl.h><br>
>             ^~~~~~~~<br>
> compilation terminated.<br>
> make[4]: *** [Makefile:489: gb_openssl_la-main.lo] Error 1<br>
> make[4]: uscita dalla directory "/home/gian/gambasdevel/gb.openssl/src"<br>
> make[3]: *** [Makefile:435: all-recursive] Error 1<br>
> make[3]: uscita dalla directory "/home/gian/gambasdevel/gb.openssl"<br>
> make[2]: *** [Makefile:367: all] Error 2<br>
> make[2]: uscita dalla directory "/home/gian/gambasdevel/gb.openssl"<br>
> make[1]: *** [Makefile:436: all-recursive] Error 1<br>
> make[1]: uscita dalla directory "/home/gian/gambasdevel"<br>
> make: *** [Makefile:377: all] Error 2<br>
<br>
That's a strange error to happen at this late stage, but main.c<br>
in gb.openssl does include some unusual gambas headers.<br>
<br>
Do you have installed whatever provides ltdl.h on Fedora? I looked<br>
a bit and it's probably called libtool-ltdl-devel, but information<br>
on the web outdates now and then... It compiles fine over here, on<br>
an (almost) freshly updated Arch Linux.<br>
<br>
Regards,<br>
Tobi<br></blockquote><div><br></div><div>@Tony,<br>thanks for the answer, but libtool was already installed.<br><br>@Tobias,<br>yes, libtool-ltdl-devel was missing, thank you.<br>Now I can install Gambas3 (working) but it doesn't compile gbh3.<br>I tried to install am-utils but without success, which library still do I miss?<br><br>I enclose the final part of the log file<br><br>TIA<br><br>Regards<br>Gianluigi <br></div></div></div></div>