[Moonlight-list] Missing configure file when I check out from svn

Rusty Howell rustyhowell at gmail.com
Tue Oct 20 00:03:27 EDT 2009


In order to build moonlight from trunk, you need to have a working
build of Mono 2.6.
Grab a tarball of mono from
ftp.novell.com/pub/mono/sources/moon/1.99.6/ or checkout the mono 2.6
branch from
svn://anonsvn.mono-project.com/source/branches/mono-2-6

You must build and install Mono 2.6 from source.

After Mono 2.6 is installed, configure moonlight and set
--with-mscpath=<somepath>, where somepath is the path to the mcs
source of Mono 2.6 trunk or the tarball.  (svn/branches/mono-2-6/mcs
or mono-2.6/mcs respectively)

Then
% make
% sudo make install
% make test-plugin

Hope this helps.

On Mon, Oct 19, 2009 at 4:08 PM, Krishna Kishore
<kishorekanala at gmail.com> wrote:
>
> Sorry for troubling you...
> I could get mono-mcs from synaptic package manager.
>
> After getting this, I tried
> $ ./autogen.sh --with-mcspath=/usr/bin
>
> I am getting the following error
>
> ===========
> checking for MONO... configure: error: Package requirements (mono >= 2.5)
> were not met:
>
> Requested 'mono >= 2.5' but version of Mono is 2.0.1
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables MONO_CFLAGS
> and MONO_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> ===========
>
>    It is strange that mono site mentions that the latest mono available is
> 2.4. But, this is checking for mono>= 2.5.
>    Can you please help me in overcoming this problem?
>    Thanks in advance.
>
> Regards,
> Kishore.
>
> On Sun, Oct 18, 2009 at 12:12 PM, Krishna Kishore <kishorekanala at gmail.com>
> wrote:
>>
>> Thanks a lot.
>> Should I install mcs (Moon C# compiler)? From where can I get and install
>> it?
>>
>> Regards,
>> Kishore.
>>
>> On Sat, Oct 17, 2009 at 8:52 PM, <rustyhowell at gmail.com> wrote:
>>>
>>> FYI,
>>>
>>> Running autogen.sh will automatically run ./configure as well. So your
>>> normal work flow would look something like this:
>>> $ ./autogen.sh --with-mcspath=<some path>
>>> $ make
>>> $ sudo make install
>>>
>>>
>>> On Oct 17, 2009 8:18am, Rolf Bjarne Kvinge <rolflists at ya.com> wrote:
>>> >
>>> >
>>> >
>>> >
>>> > Hi,
>>> >
>>> >
>>> >
>>> > Run autogen.sh, which will create the configure script.
>>> >
>>> >
>>> >
>>> > Rolf
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > From: moonlight-list-bounces at lists.ximian.com
>>> > [mailto:moonlight-list-bounces at lists.ximian.com] On Behalf Of Krishna
>>> > Kishore
>>> >
>>> > Sent: sábado, 17 de octubre de 2009 9:45
>>> >
>>> > To: moonlight-list at lists.ximian.com
>>> >
>>> > Subject: [Moonlight-list] Missing configure file when I check out from
>>> > svn
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > Hi,
>>> >
>>> >
>>> >
>>> >     I checked out using
>>> >
>>> >           svn co svn://anonsvn.mono-project.com/source/trunk/moon
>>> >
>>> >
>>> >
>>> >     After checking out, I am trying to configure, build and
>>> > install. But, I did not find configure file in the directory.  How do I
>>> > get it?
>>> >
>>> >    Please let me know.
>>> >
>>> >
>>> >
>>> > Regards,
>>> >
>>> > Kishore.
>>> >
>>> >
>>> > No virus
>>> > found in this incoming message.
>>> >
>>> > Checked by AVG - www.avg.com
>>> >
>>> > Version: 8.5.422 / Virus Database: 270.14.20/2441 - Release Date:
>>> > 10/16/09
>>> > 18:39:00
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>
>


More information about the Moonlight-list mailing list