[Mono-list] Monodoc: Failed to load library ./libgtk-win32-2.0-0.dll

Tiago Lima tiago.lima@vianw.pt
Mon, 22 Dec 2003 15:51:27 +0000


Hi,

I start by appologysing my last so called urgent mails... I am very sorry 
about that... I learned something (thanks to Ben): We must not try to save 
all the kittens at once, we should save them one by one... :) I was trying to 
save all the kittens at once... I now, I was greedy....  sorry...

Secondly I would like to thank you all, Gonzalo, Miguel and all the other 
developers, in helping me deploying the site using the mono platform. Without 
your effort I couldnt do it. Thanks... I wish you all a good Christmas and a 
Happy New Year.

Uf! I feel much better now :)
Ok, now for the good stuff :)

I'am having trouble running monodoc perhaps I'am forgetting something here:
I have monodoc-0.8, I compiled it with a daily (day 21), and when I run it it 
returns this:

** (browser.exe:11583): WARNING **: Failed to load 
library ./libgtk-win32-2.0-0.dll 
(libgtk-win32-2.0-0.dll): ./libgtk-win32-2.0-0.dll: cannot open shared object 
file: No such file or directory

** (browser.exe:11583): WARNING **: Failed to load 
library ./libgtk-win32-2.0-0.dll 
(libgtk-win32-2.0-0.dll): ./libgtk-win32-2.0-0.dll: cannot open shared object 
file: No such file or directory

Unhandled Exception: System.MissingMethodException: A missing method exception 
has occurred.
in <0x00042> (wrapper managed-to-native) Gtk.Application:gtk_init (int,intptr)
in <0x0002a> Gtk.Application:Init ()
in <0x00279> Monodoc.Driver:Main (string[])


I've verified and I have in /usr/etc/mono the config.ini file like this:

<configuration>
	<dllmap dll="cygwin1.dll" target="@LIBC@" />
	<dllmap dll="libc" target="@LIBC@" />
	<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" />
	<dllmap dll="db2cli" target="libdb2_36.so"/>
	<dllmap dll="gstreamer" target="libgstreamer-0.6.so" />
</configuration>

Is this ok?

Thanks,
	Tiago Lima