Hi! Sorry for my late answer, I was quite busy with university exams.
On 07/28/2006 03:50 PM Mike Kestner wrote: > On Fri, 2006-07-28 at 00:41 +0200, Tobias Schlitt wrote: >> Usually I get my Mono compiled from Gentoo, but for this reason I >> compiled it myself from SVN. I applied your patch, but actually nothing >> changed. Either it still does not take the correct libs, or I did >> something wrong. Maybe you can help me. I used the follwoing compile: > Did you install it to the mono prefix directory? If not, you need to > set the MONO_GAC_PREFIX to the prefix were it was installed. If you > didn't provide a --prefix option to bootstrap, you probably installed > to /usr/local. >> mcs tempapplet.cs -r:/home/dotxp/dev/C#/gtk-sharp/gnome/gnome-sharp.dll >> -r:/home/dotxp/dev/C#/gtk-sharp/gtk/gtk-sharp.dll >> -r:/usr/lib/mono/gtk-sharp/glib-sharp.dll > mcs -pkg:gnome-sharp-2.0 <sources> > That assumes you have installed the .pc files and set up PKG_CONFIG_PATH > if they went to a non-standard prefix. I set the prefix to /usr/local to keep my current Mono install intact (I asume having multiple installations does not hurt). Therefore I now tried setting the following variables [EMAIL PROTECTED] ~/dev/C#/tempapplet $ echo $PKG_CONFIG_PATH /usr/local/lib/pkgconfig/ [EMAIL PROTECTED] ~/dev/C#/tempapplet $ echo $GAC_PREFIX /usr/local/lib and used the following mcs call mcs -debug -out:tempapplet.exe -pkg:gnome-sharp-2.0,gtk-sharp-2.0,glade-sharp-2.0 -resource:monodoc.png tempapplet.cs I still receive the same crash. Did I again do something wrong (at least it looks like)? Is there some convenient documentation available about multiple concurrent Mono development environments? Thanks for your support! Toby -- Tobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14 a passion for php http://www.schlitt.info Like to say "thank you"? - http://pear.php.net/wishlist.php/toby
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
