[Mono-list] can't find libgtk-win32-2.0-0.dll

Michael Levy mlevy@wardium.homeip.net
Tue, 9 Sep 2003 22:00:56 +0200


Hi Francisco,

	You were (almost) right on the money! Thank you very much!!

	My /etc/mono/config file was correct (identical to yours witht the 
exception of the libgthread dll) but the problem was that MONO_CFG_PATH
was set to a directory which no longer exists (where I'd installed CVS
versions of /mcs/mono/gtk#) When I updated to mono 0.26, I got rid of the
directory, but forgot about MONO_CFG_PATH. Once I unset that variable 
everything got better. Thanks again!

Mike

On Tue, Sep 09, 2003 at 10:22:44AM -0300, Francisco Figueiredo Jr. wrote:
> Michael Levy wrote:
> 
> 
> >I would appreciate any help,
> >Thanks.
> >
> 
> Hi Michael.
> 
> Have a look in the file config in the mono/data dir in cvs repository.
> It has the mappings of shared libraries so gtk can work on both windows 
> and linux without changing sourcecode. And place it in the etc dir in 
> your mono installation.
> 
> Here is what I have from my cvs.
> 
> <configuration>
>         <dllmap dll="cygwin1.dll" target="libc.so.6" />
>         <dllmap dll="libc" target="libc.so.6" />
>         <dllmap dll="libxslt.dll" target="libxslt.so" />
>         <dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
>         <dllmap dll="odbc32.dll" target="libodbc.so" />
>         <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so" />
>         <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so" />
>         <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so" />
>         <dllmap dll="libpango-1.0-0.dll" target="libpango-1.0.so" />
>         <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so" />
>         <dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-x11-2.0.so" />
>         <dllmap dll="libgdk_pixbuf-2.0-0.dll" 
> target="libgdk_pixbuf-2.0.so" />
>         <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so" />
>         <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so" />
>         <dllmap dll="libglade-2.0-0.dll" target="libglade-2.0.so" />
>         <dllmap dll="oci" target="clntsh" />
>         <dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.0.so.2" />
> </configuration>
> 
> I hope it helps.
> 
> 
> 
> Regards,
> 
> Francisco Figueiredo Jr.
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list