[Gambas-user] Compilation with Debian 9 failed
Tobias Boege
taboege at gmail.com
Sat Nov 3 20:11:16 CET 2018
On Sat, 03 Nov 2018, Bruno CAPELETO wrote:
> Without these 2 libraries, not all components are available :
>
> THESE COMPONENTS ARE DISABLED:
> || - gb.db.postgresql
> || - gb.jit
> || - gb.openssl
> || - gb.qt4.opengl
> || - gb.qt4.webkit
>
> I needed these libraries, just to be able to launch gambas3.
>
You need gb.qt4.webkit to start the "gambas3" program, which is the
Gambas IDE. Note that you can still use a whole bunch of other Gambas
programs with fewer dependencies -- but I guess you want the IDE.
It baffles me that you say that a MySQL client and an OpenGL(?)
package would be needed to compile gb.openssl. And how does any
of those make the PostgreSQL driver available? Maybe the packages
you listed *pull in* some other core dependencies that all of the
above Gambas components rely on. In that case, those packages
need to be identified, not some other packages that happen to
pull in the needed dependencies.
Could you attach the output of the build process, as is advised [1]
when reporting compilation problems? It doesn't seem like you
provided that anywhere yet.
Regards,
Tobi
[1] http://gambaswiki.org/wiki/install#t11
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list