Re: Gnome canvas problem on Ubuntu
- From: "Yaakov S (Cygwin Ports)" <yselkowitz users sourceforge net>
- To: gtk-perl-list gnome org
- Subject: Re: Gnome canvas problem on Ubuntu
- Date: Sat, 03 Dec 2005 20:39:53 -0600
muppet wrote:
module = g_module_open ("libgnomecanvas-2", G_MODULE_BIND_LAZY);
Not sure that will that work on Win32:
1) on Cygwin, shared libraries use the 'cyg' prefix;
2) on both Cygwin and MinGW, the soname version number is part of the
dll name (i.e. what on linux would be libgnomecanvas-2.so.0 is on Win32
{cyg|lib}gnomecanvas-2-0.dll)
But why wouldn't it be sufficient just to push a new version (which
you'll have to do either way) without the custom boxed wrapper and
require libgnomecanvas-2 >= 2.12.0?
Yaakov
Cygwin Ports
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]