<div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">Il giorno dom 30 set 2018 alle ore 17:19 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 Sun, 30 Sep 2018, Gianluigi wrote:<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<br>
> miss?<br>
> <br>
> I enclose the final part of the log file<br>
> <br>
> TIA<br>
> <br>
> Regards<br>
> Gianluigi<br>
<br>
> Installing gambas3...<br>
> Compiling gbs3...<br>
> OK<br>
> Installing gbs3...<br>
> Installing the scripter...<br>
> Registering Gambas script mimetype<br>
> Registering Gambas server page mimetype<br>
> Installing the Gambas appdata file<br>
> Installing the Gambas template projects<br>
> /usr/bin/install -c -d /usr/share/gambas3/template;<br>
> cp -R ./template/* /usr/share/gambas3/template;<br>
> make[2]: Nessuna operazione da eseguire per "install-data-am".<br>
> make[2]: uscita dalla directory "/home/gian/gambasdevel/app"<br>
> make[1]: uscita dalla directory "/home/gian/gambasdevel/app"<br>
> Making install in .<br>
> make[1]: ingresso nella directory "/home/gian/gambasdevel"<br>
> make[2]: ingresso nella directory "/home/gian/gambasdevel"<br>
> <br>
> ||<br>
> || Unable to compile gbh3<br>
> ||<br>
> <br>
> make[2]: Nessuna operazione da eseguire per "install-data-am".<br>
> make[2]: uscita dalla directory "/home/gian/gambasdevel"<br>
> make[1]: uscita dalla directory "/home/gian/gambasdevel"<br>
<br>
Hmm, gbh3 doesn't really need anything. Can you do<br>
<br>
$ cd your/gambas/sources<br>
$ cd main/tools/gbh3<br>
$ gbc3 -ga<br>
<br>
and see what it says?<br>
<br>
In any case, gbh3 is more of a development tool IIRC. It is intended<br>
to extract documentation from source code comments in C/C++ components,<br>
similar to the '' and ''' comments in Gambas sources. You won't miss<br>
anything even if it doesn't compile.<br>
<br>
Regards,<br>
Tobi<br>
</blockquote><div><br></div><div>Hi Tobias,<br>thank you, the 'gbc3 -ga' command returns 'OK'<br><br>Regards<br>Gianluigi <br></div></div></div></div>