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 harin...@hurrynot.org: Hi, Joachim Ante j...@unity3d.com 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 -*-

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

2009-05-08 Thread Raja R Harinath
Hi, Petit Eric surfz...@gmail.com writes: 2009/5/8 Raja R Harinath harin...@hurrynot.org: Joachim Ante j...@unity3d.com 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 -*-

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

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

[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

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

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_Windows

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

[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

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

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

[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:

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