Well I configured using --with-moonlight=yes, the configure script's summary confirmed it, did make and make install successfully but I definitely do not have a lib/mono/moonlight directory.
But that's OK. What I was trying to do, use my silverlight business assemblies on the server, I found a better way. I'm building a version against the 4.0 runtime and using those on the server instead. There's no conflict between server and client because I'm using custom serialization. -Abe On Thu, May 26, 2011 at 6:03 AM, Ian Norton <[email protected]> wrote: > Hi Abe, > > I've had the best success fully building moon following the README, I've been > able to get stable builds for at least the last three weeks. > > By default you'll find the Desktop moonlight (System.Windows.*) assemblies > put into > /usr/local/lib/mono/moonlight and the plugin versions in > /usr/local/lib/moonlight/4.0 > > Ian > > On Thu, May 26, 2011 at 12:07:30AM +0100, Abe Gillespie wrote: >> OK, I was able to compile them successfully ... but where are they? I >> don't see 'em in the install path. Are they in the source tree >> somewhere? >> >> -Abe >> >> On Wed, May 25, 2011 at 4:54 PM, Abe Gillespie <[email protected]> >> wrote: >> > Hmm ... didn't realize that built moonlight classes. I downloaded the >> > moon-specific sources and tried to compile just that. >> > >> > I'll give it a try. >> > >> > Thanks. >> > -Abe >> > >> > On Wed, May 25, 2011 at 4:45 PM, Alex <[email protected]> wrote: >> >> Hi, >> >> >> >> --with-moonlight=yes builds the Moonlight framework profile, but AFAIK >> >> it requires you to have either a working Mono or Moonlight installed. >> >> >> >> Regards, >> >> Alex >> >> >> >> 2011/5/25 Abe Gillespie <[email protected]>: >> >>> If I want to compile just the assemblies and not the moonlight plug-in >> >>> is there a way to do so? I don't see any configure options that'll >> >>> let me. >> >>> >> >>> Thanks. >> >>> -Abe >> >>> _______________________________________________ >> >>> Mono-list maillist - [email protected] >> >>> http://lists.ximian.com/mailman/listinfo/mono-list >> >>> >> >> _______________________________________________ >> >> Mono-list maillist - [email protected] >> >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> >> > >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
