[Gambas-user] Which repo for Suse?
T Lee Davidson
t.lee.davidson at gmail.com
Sun Jul 14 17:53:59 CEST 2019
The associated development packages need to be installed so those components can be compiled.
The Wiki page for compilation on openSUSE (http://gambaswiki.org/wiki/install/opensuse) is obviously outdated, being for version
10.2. But, it can serve as a basis for clues as to which devel packages might be needed.
You can use the 'zypper' tool on the command line to search for packages using wildcards. For example:
`zypper se *mariadb-devel` yields:
| libmariadb-devel | Development files for the MariaDB Connector C API | package
`zypper se sqlite?-devel` yields:
| sqlite2-devel | Embeddable SQL Database Engine | package
| sqlite3-devel | Embeddable SQL Database Engine | package
And, you may already know this as well, you can install multiple packages on a single line with zypper, eg.:
`zypper in libmariadb-devel sqlite2-devel sqlite3-devel`
HTH,
___
Lee
On 7/14/19 5:35 AM, Rolf-Werner Eilert wrote:
> Just tried to compile the current sources on this system, it ended up in
>
>
> ||
> || THESE COMPONENTS ARE DISABLED:
> || - gb.db.mysql
> || - gb.db.odbc
> || - gb.db.postgresql
> || - gb.db.sqlite2
> || - gb.db.sqlite3
> || - gb.dbus
> || - gb.desktop.gnome.keyring
> || - gb.desktop.x11
> || - gb.gsl
> || - gb.gtk
> || - gb.gtk.opengl
> || - gb.gtk3
> || - gb.image.imlib
> || - gb.libxml
> || - gb.media
> || - gb.mime
> || - gb.ncurses
> || - gb.net.curl
> || - gb.openal
> || - gb.opengl
> || - gb.opengl.glsl
> || - gb.opengl.glu
> || - gb.opengl.sge
> || - gb.openssl
> || - gb.pdf
> || - gb.qt4
> || - gb.qt4.ext
> || - gb.qt4.opengl
> || - gb.qt4.webkit
> || - gb.qt5
> || - gb.qt5.ext
> || - gb.qt5.opengl
> || - gb.qt5.webkit
> || - gb.sdl
> || - gb.sdl.sound
> || - gb.sdl2
> || - gb.sdl2.audio
> || - gb.v4l
> || - gb.xml.xslt
> ||
More information about the User
mailing list