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

Tiago Lima tiago.lima@vianw.pt
Tue, 23 Dec 2003 14:13:34 +0000


Yes!!! That did it !! Thanks !
Now I can see a small window of mono develop, thats nice :)

Yet this appears this with monodoc make index:

$ monodoc --make-index

** (browser.exe:8726): WARNING **: Failed to load library ./libc.so 
(libc.so): ./libc.so: cannot open shared object file: No such file or 
directory

** (browser.exe:8726): WARNING **: Failed to load library ./libc.so 
(libc.so): ./libc.so: 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) Monodoc.RootTree:chmod (string,int)
in [0x00089] (at /data/builds/mono-cvs/monodoc/browser/provider.cs:1088) 
Monodoc.RootTree:MakeIndex ()
in [0x00074] (at /data/builds/mono-cvs/monodoc/browser/browser.cs:47) 
Monodoc.Driver:Main (string[])

But I think it creates the index, at least the date of the file is updated...

Thanks,
	Tiago Lima

On Tuesday 23 December 2003 14:02, Marco Canini wrote:
> Yeah, here too does the same joke.
> I installed from cvs two days ago, and had to rename it manually.
>
> Btw, why mono-debugger 0.5 has been released if it's broken?
>
> MC
>
> Gonia Eric - egonia wrote:
> > I had to rename my config.in to just config in /usr/etc/mono. This may be
> > a bug in the build system. I did a fresh install last week, and the make
> > install created /usr/etc/mono/config.in instead of /usr/etc/mono/config
> > which it seemed mono was looking for.
> >
> > -----Original Message-----
> > From: mono-list-admin@lists.ximian.com
> > [mailto:mono-list-admin@lists.ximian.com]On Behalf Of Tiago Lima
> > Sent: Monday, December 22, 2003 9:51 AM
> > To: mono-list mailing list
> > Subject: [Mono-list] Monodoc: Failed to load library
> > ./libgtk-win32-2.0-0.dll
> >
> >
> > 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
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
> >
> >
> >
> >
> > **********************************************************************
> > The information contained in this communication is
> > confidential, is intended only for the use of the recipient
> > named above, and may be legally privileged.
> > If the reader of this message is not the intended
> > recipient, you are hereby notified that any dissemination,
> > distribution, or copying of this communication is strictly
> > prohibited.
> > If you have received this communication in error,
> > please re-send this communication to the sender and
> > delete the original message or any copy of it from your
> > computer system. Thank You.
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list