On 11-May-09, at 8:14 AM, Mike Harding wrote: > Hi All, > > Ive installed the complied latest versions of mono and moonlight. > But when I try to 'make' moonlight I get the following errors: > > mdoc: could not resolve: gtk-sharp, Version=2.12.0.0, > Culture=neutral, PublicKeyToken=25e10195dab3c99f > make[2]: *** [moonlight-gtk.zip] Error 1
You need to install gtk# into your parallel mono prefix. > > > Any Ideas. > > Also now if I try open a web page in firefox it closes with the error: > > /usr/lib/firefox-3.0.10/firefox: symbol lookup error: /home/ > mike/.mozilla/plugins/linmoonloader.so: undefined symbol: > mono_config_parse_memory You need to link moon against mono from trunk and ensure that it is loaded by ld, not your system mono -g _______________________________________________ Moonlight-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/moonlight-list
