[Mono-dev] building mcs

2008-12-21 Thread mvseas
Hi I am trying to build mcs but I get the following two errors : Error 1 Source file 'C:\Users\MICROSOFT\Documents\SharpDevelop Projects\mcs\mcs\build\common\Consts.cs' could not be opened ('Unspecified error ')mcs Error 2 Source file 'C:\Users\MICROSOFT\Documents\Sharp

Re: [Mono-dev] building mcs

2008-12-21 Thread Robert Jordan
mvseas wrote: > Hi > > I am trying to build mcs but I get the following two errors : > > Error 1 Source file 'C:\Users\MICROSOFT\Documents\SharpDevelop > Projects\mcs\mcs\build\common\Consts.cs' could not be opened ('Unspecified > error ') mcs > > Error 2 Source file 'C:\Users\

Re: [Mono-dev] building mcs

2008-12-21 Thread mudit vaidya
when you say the following : If you only want to play with mcs, it's probably easier to just get Consts.cs from a release tarball: Do you mean that I download the file and put that in particular location from where the system can take the file ? Mudit On Sun, Dec 21, 2008 at 6:27 PM, Robert Jor

Re: [Mono-dev] building mcs

2008-12-22 Thread mudit vaidya
Hi while building mcs, cs-parser.cs file was missing. So, I am trying to build mcs/jay using cygwin but I get the error that make.exe has stopped working. Any help appreciated. Thanks! ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com htt

Re: [Mono-dev] building mcs

2008-12-23 Thread Robert Jordan
mudit vaidya wrote: > Hi > while building mcs, cs-parser.cs file was missing. So, I am trying to build > mcs/jay using cygwin but I get the error that make.exe has stopped working. > Any help appreciated. You must downgrade `make' as documented here: http://mono-project.com/Compiling_Mono_on_Wind

[Mono-dev] building mcs/mono on cygwin

2005-08-27 Thread Eduard Ralph
Hi,   I’ve got some problems with building the package in a cygwin environment. The first Problem I ran into is that one must de-install the glib-2.0-devel package. That package includes the .pc files for the pkg-config which are needed to find the glib-2.0 lib files during the configure

Re: [Mono-dev] building mcs/mono on cygwin

2005-08-27 Thread Kornél Pál
Sent: Saturday, August 27, 2005 9:23 PM Subject: [Mono-dev] building mcs/mono on cygwin Hi, I've got some problems with building the package in a cygwin environment. The first Problem I ran into is that one must de-install the glib-2.0-devel package. That package includes the .pc files for

[Mono-dev] building mcs/mono on cygwin - solved

2005-08-28 Thread Eduard Ralph
Ok, this time a description of how I solved it :-) After checking the dependencies, I noticed that at the beginning of the configure script an error message appears, while checking for gawk: "D:\Eigene" unknown directory. It was referencing the directory in which I had checked out the code: "D

[Mono-dev] Building mcs from source without mono

2009-05-01 Thread Joachim Ante
Hi, We are currently rebuilding the process of how to build mono. We are switching the build process of the mono runtime to be built with jamplus instead. This makes it easier for us to port to new platforms and maintain them. Now we don't really want to rebuild the make files to build mcs.

AW: [Mono-dev] building mcs/mono on cygwin - solved

2005-08-28 Thread Eduard Ralph
: Eduard Ralph; mono-devel-list@lists.ximian.com Betreff: Re: [Mono-dev] building mcs/mono on cygwin Hi, I have no problems with sed (I have the same version as you) maybe that will be solved by solving other problems. I can build Mono on cygwin by doing the following: Install all the cygwin

Re: [Mono-dev] Building mcs from source without mono

2009-05-01 Thread Miguel de Icaza
> Is there an easy way to remove the dependency to the mono folder > completely? Not easy as a general framework, but for the handful of assemblies that you guys are using, you could probably just create a profile in: mcs/build/profiles And create say a "unity" profile where you overw

Re: [Mono-dev] Building mcs from source without mono

2009-05-02 Thread Joachim Ante
Hi,I placed this in mcs/build/profiles. (I tried a couple different values for BOOTSTRAP_PROFILE, but can't figure out what it should be) unity.make Description: Binary data Then i do:cd mcs/class/corlibmake PROFILE="">(This is on a completely clean 2.4 mcs svn checkout)the output i get is:make a

Re: [Mono-dev] Building mcs from source without mono

2009-05-02 Thread Robert Jordan
Joachim Ante wrote: > Hi, > > I placed this in mcs/build/profiles. (I tried a couple different values for > BOOTSTRAP_PROFILE, but can't figure out what it should be) You need a manually configured mcs/build/config.make which is usually generated by the build of the mono tree. Take one from a pr

Re: [Mono-dev] Building mcs from source without mono

2009-05-07 Thread Raja R Harinath
Hi, Joachim Ante writes: > I placed this in mcs/build/profiles. (I tried a couple different values for > BOOTSTRAP_PROFILE, but can't figure out what it should be) > > > # -*- makefile -*- > > BOOTSTRAP_PROFILE = basic > BOOTSTRAP_MCS = gmcs > MCS = mcs Given your values for MCS and BOOTSTRAP_

Re: [Mono-dev] Building mcs from source without mono

2009-05-08 Thread Petit Eric
This is not simple as use the mono-lite ? 2009/5/8 Raja R Harinath : > Hi, > > Joachim Ante writes: > >> I placed this in mcs/build/profiles. (I tried a couple different values for >> BOOTSTRAP_PROFILE, but can't figure out what it should be) >> >> >> # -*- makefile -*- >> >> BOOTSTRAP_PROFILE =

Re: [Mono-dev] Building mcs from source without mono

2009-05-08 Thread Raja R Harinath
Hi, Petit Eric writes: > 2009/5/8 Raja R Harinath : >> Joachim Ante writes: >>> I placed this in mcs/build/profiles. (I tried a couple different values for >>> BOOTSTRAP_PROFILE, but can't figure out what it should be) >>> >>> >>> # -*- makefile -*- >>> >>> BOOTSTRAP_PROFILE = basic >>> BOOTSTR