Re: [Mono-list] Compile Moonlight Assemblies

2011-05-26 Thread Ian Norton
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

Re: [Mono-list] Compile Moonlight Assemblies

2011-05-26 Thread Abe Gillespie
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

[Mono-list] Compile Moonlight Assemblies

2011-05-25 Thread Abe Gillespie
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 - Mono-list@lists.ximian.com

Re: [Mono-list] Compile Moonlight Assemblies

2011-05-25 Thread Alex
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 abe.gilles...@gmail.com: If I want to compile just the assemblies and not the moonlight plug-in is there a way

Re: [Mono-list] Compile Moonlight Assemblies

2011-05-25 Thread Abe Gillespie
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 xtzgzo...@gmail.com wrote: Hi, --with-moonlight=yes builds the Moonlight framework profile, but

Re: [Mono-list] Compile Moonlight Assemblies

2011-05-25 Thread Abe Gillespie
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 abe.gilles...@gmail.com wrote: Hmm ... didn't realize that built moonlight classes.  I downloaded

Re: [Mono-list] Compile Moonlight Assemblies

2011-05-25 Thread Abe Gillespie
Nm ... I found them in mcs/class/lib/moonlight_raw Thanks for the help. -Abe On Wed, May 25, 2011 at 7:07 PM, Abe Gillespie abe.gilles...@gmail.com 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

Re: [Mono-list] Compile Moonlight Assemblies

2011-05-25 Thread Alan
Those aren't the moonlight assemblies. Those need to be tuned and signed first. The only way to get the actual moonlight assemblies is to build moonlight itself. Building mono is not enough. Alan. On 26 May 2011 01:15, Abe Gillespie abe.gilles...@gmail.com wrote: Nm ... I found them in