Gert, 

mono is there and working. I also verified the mono.pc file.
However, "/usr/bin/mono" is an executable rather than a shellscript -
which shouldn't make a difference, should it?

Rob

Am Mon, den 02.08.2004 schrieb Gert Driesen um 21:46:
> Robert,
> 
> Are you sure your mono.pc is correct ?  Can you check whether the mono
> shellscript is indeed available in $prefix/bin ?
> 
> Deprecated indead just means that people are discouraged to use it. It will
> continue to work, but will be remove in a future release. Before we remove
> deprecated items, we'll mark them as deprecated/error first, so users get
> full details as to why their build is failing and how to correct it.
> 
> Gert
> 
> ----- Original Message -----
> From: "Robert Staudinger" <[EMAIL PROTECTED]>
> To: "Gert Driesen" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, August 02, 2004 9:20 PM
> Subject: Re: [Nant-users] problem building ikvm on mono
> 
> 
> > I'm using mono-1.0, mostly from debian with a few apt-get -b source'd
> > packages, running on debian stock 2.6.7-powerpc kernel.
> > However, i figured out that the problem was a missing mono.pc file. So i
> > hacked one i had around to make sure the prefixes are correct.
> >
> > But now i'm seeing another problem :-/ (output follows)
> > The runtime.build file which seems to be missing is exactly where NAnt
> > seems to look for it.
> >
> > Does "deprecated" for NAnt mean people are discouraged to use it or that
> > it's unsupported? I must admit that my ikvm checkout is a few weeks old
> > ...
> >
> > Regards,
> > Rob
> >
> > [EMAIL PROTECTED]:~/Desktop/Down/mono/ikvm-src$ NAnt.exe
> > Compat mode: the request from
> > /home/robert/Desktop/Down/mono/nant-0.85-20040802/bin/log4net.dll to
> > load System was remapped (http://www.go-mono.com/remap.html)
> > Compat mode: the request from
> > /home/robert/Desktop/Down/mono/nant-0.85-20040802/bin/log4net.dll to
> > load System.Data was remapped (http://www.go-mono.com/remap.html)
> > Compat mode: the request from
> > /home/robert/Desktop/Down/mono/nant-0.85-20040802/bin/log4net.dll to
> > load System.Web was remapped (http://www.go-mono.com/remap.html)
> > NAnt 0.85 (Build 0.85.1675.0; net-1.0.win32; nightly; 02.08.2004)
> > Copyright (C) 2001-2004 Gerry Shaw
> > http://nant.sourceforge.net
> > Compat mode: the request from
> >
> /home/robert/Desktop/Down/mono/nant-0.85-20040802/bin/lib/mono/1.0/NDoc.Core
> .dll to load System.Windows.Forms was remapped
> (http://www.go-mono.com/remap.html)
> >
> > Buildfile: file:///home/robert/Desktop/Down/mono/ikvm-src/ikvm.build
> > Target(s) specified: all
> >
> >
> > all:
> >
> >      [nant]
> > /home/robert/Desktop/Down/mono/ikvm-src/runtime/runtime.build
> >
> >             Buildfile:
> > file:///home/robert/Desktop/Down/mono/ikvm-src/runtime/runtime.build
> >             Target(s) specified: IKVM.Runtime
> >
> >
> >             IKVM.Runtime:
> >
> >
> > /home/robert/Desktop/Down/mono/ikvm-src/runtime/runtime.build(5,13):
> > Element <includes... /> for <fileset... /> is deprecated. Use <include>
> > element instead.
> >                   [csc] Compiling 22 files to
> > '/home/robert/Desktop/Down/mono/ikvm-src/bin/IKVM.Runtime.dll'.
> >
> >             BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
> >
> >
> > /home/robert/Desktop/Down/mono/ikvm-src/runtime/runtime.build(4,9):
> >             '/usr/bin/mono' failed to start.
> >                 Cannot find the specified file
> >
> >             Total time: 0.7 seconds.
> >
> >
> > BUILD FAILED
> >
> > Nested build failed.  Refer to build log for exact reason.
> >
> > Total time: 1.4 seconds.
> >
> > [EMAIL PROTECTED]:~/Desktop/Down/mono/ikvm-src$
> >
> >
> > Am Mon, den 02.08.2004 schrieb Gert Driesen um 21:01:
> > > Hi Robert,
> > >
> > > This appears to be a bug in Mono (on ppc).  I don't have access to a ppc
> so
> > > I cannot do much from here, I'm afraid.
> > >
> > > You might wanna try to post a message on one of the Mono mailing lists
> ...
> > >
> > > What version of Mono are you using ? What linux kernel do you use ?
> > >
> > > Gert
> >
> > [...]
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by OSTG. Have you noticed the changes on
> > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
> > one more big change to announce. We are now OSTG- Open Source Technology
> > Group. Come see the changes on the new OSTG site. www.ostg.com
> > _______________________________________________
> > Nant-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/nant-users
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by OSTG. Have you noticed the changes on
> Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
> one more big change to announce. We are now OSTG- Open Source Technology
> Group. Come see the changes on the new OSTG site. www.ostg.com
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to