[Gtk-sharp-list] Help: Problems building gtk-sharp on SuSE 9.0
Mike Kestner
mkestner@speakeasy.net
Wed, 26 Nov 2003 10:35:41 -0600
On Wed, 2003-11-26 at 05:49, Paul Weinstabl wrote:
> I am trying to build gtk-sharp on SuSE 9.0. The ./configure works fine,
> but after 'make' I get the following error:
>
> .....
> make[1]: Entering directory `/home/pauli/gtk-sharp-0.13/glue'
> .....
> grep: /usr/lib/libasound.la: No such file or directory
This (and the similar thread for debian errors) is most likely the
result of you having a package that installs a .la that references the
above .la, but the devel package for asound doesn't install it.
Your packager has two fixes to choose from: install libasound.la in
asound-devel, or don't install the .la that is referencing it. You'll
need a fixed package from your distributor, unless you want to go
through your libdir and manually delete the offending .la.
> By the way, the last version of gtk-sharp (0.14) doesn't compile in the
> gnomedb-sharp.dll (and another one, which I can't recall), since SuSE
> 9.0 lacks the newest (development) versions of some libraries that
> configure looks for...
I don't know if there are suse9 packages for libgda or gnomedb. You
might want to check gnome-db.org.
--
Mike Kestner <mkestner@speakeasy.net>