[Mono-list] Compiling Mono from source code

2008-04-21 Thread Paramesh Gunasekaran
Hi All, I've a novice user of Mono. I'm trying to build Mono from source code. I've installed Cygwin and checked-out the source code from SVN. While building using ./autogen.sh, I'm getting some errors and the build failed. I'm attaching the build log file with this mail. Can anyone please guide m

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Robert Jordan
Paramesh Gunasekaran wrote: > Hi All, > > I've a novice user of Mono. I'm trying to build Mono from source code. I've > installed Cygwin and checked-out the source code from SVN. While building > using ./autogen.sh, I'm getting some errors and the build failed. I'm > attaching the build log file w

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Paramesh Gunasekaran
I'm already using Shana's documentation for that.I've done as said in the document. But the error seems to be something wired for me. I'm not able to figure out. On Mon, Apr 21, 2008 at 11:28 AM, Robert Jordan <[EMAIL PROTECTED]> wrote: > Paramesh Gunasekaran wrote: > > Hi All, > > > > I've a nov

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Andy Hume
To: Mono-list@lists.ximian.com Subject: Re: [Mono-list] Compiling Mono from source code I'm already using Shana's documentation for that.I've done as said in the document. But the error seems to be something wired for me. I'm not able to figure out. On Mon, Apr 21, 2008 at

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Paramesh Gunasekaran
ific version of 'make'? > > Andy > > > -- > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Paramesh Gunasekaran > *Sent:* 21 April 2008 16:01 > *To:* Mono-list@lists.ximian.com > *Subject:* Re: [Mono-list] Compiling Mono from source code &

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Robert Jordan
Paramesh Gunasekaran wrote: > Hi All, > > I've a novice user of Mono. I'm trying to build Mono from source code. I've > installed Cygwin and checked-out the source code from SVN. While building > using ./autogen.sh, I'm getting some errors and the build failed. I'm > attaching the build log file w

Re: [Mono-list] Compiling Mono from source code

2008-04-21 Thread Paramesh Gunasekaran
Yes. I've bison-i18n.m4 intltool.m4 libtool.m4 ltdl.m4 pkg.m4 at /usr/share/aclocal On Mon, Apr 21, 2008 at 3:30 PM, Robert Jordan <[EMAIL PROTECTED]> wrote: > Paramesh Gunasekaran wrote: > > Hi All, > > > > I've a novice user of Mono. I'm trying to build Mono from source code. > I've > > ins

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Robert Jordan
Paramesh Gunasekaran wrote: > Yes. I've bison-i18n.m4 intltool.m4 libtool.m4 ltdl.m4 pkg.m4 at > /usr/share/aclocal OK. Instead of following Shana's advice: PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Mono-1.2.2.1/bin PKG_CONFIG_PATH=.:/lib/pkgconfig:/cygdrive/c/Mono-1.2.2.

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
Ohh.. The same issue remains my export suffs are the following PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program Files/Mono-1.9/bin:$PATH #PKG_CONFIG_PATH=.:/lib/pkgconfig:/cygdrive/c/Program Files/Mono-1.9/lib/pkgconfig #LD_LIBRARY_PATH=.:/usr/local/lib:/usr/lib:/lib

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Ivan N. Zlatev
On Tue, Apr 22, 2008 at 1:35 PM, Paramesh Gunasekaran <[EMAIL PROTECTED]> wrote: > Ohh.. The same issue remains > > my export suffs are the following > > PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program > Files/Mono-1.9/bin:$PATH > #PKG_CONFIG_PATH=.:/lib/pkgconfig:/cy

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
i tried uninstalling mono 1.9 and then installed to c:\mono, but in vain. Also tried with the export stuff of Shana and also Robert Jordan, but no luck... On Tue, Apr 22, 2008 at 9:42 AM, Ivan N. Zlatev <[EMAIL PROTECTED]> wrote: > On Tue, Apr 22, 2008 at 1:35 PM, Paramesh Gunasekaran > <[EMAIL

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Andreas Färber
Am 22.04.2008 um 14:35 schrieb Paramesh Gunasekaran: Ohh.. The same issue remains my export suffs are the following PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/ Program Files/Mono-1.9/bin:$PATH #PKG_CONFIG_PATH=.:/lib/pkgconfig:/cygdrive/c/Program Files/Mono-1.9/

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
I tried editing bash.bashrc at C:\Cygwin\etc with the export stuffs, but not good luck today On Tue, Apr 22, 2008 at 10:12 AM, Andreas Färber <[EMAIL PROTECTED]> wrote: > > Am 22.04.2008 um 14:35 schrieb Paramesh Gunasekaran: > > Ohh.. The same issue remains > > my export suffs are the fo

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Robert Jordan
Paramesh Gunasekaran wrote: > I tried editing bash.bashrc at C:\Cygwin\etc with the export stuffs, but not > good luck today Check the output of printenv PATH It should contais mono at the correct position. Ditto for PKG_CONFIG_PATH, if you're using Shana's approach. Robert ___

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
No. I'm not having Mono in PATH and PKG_CONFIG_PATH I've used bash.bashrc file at C:\Cygwin\etc to set these. But they are not reflecting. Do I need to specify somewhere? On Tue, Apr 22, 2008 at 10:36 AM, Robert Jordan <[EMAIL PROTECTED]> wrote: > Paramesh Gunasekaran wrote: > > I tried editing

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Andreas Färber
Am 22.04.2008 um 16:38 schrieb Paramesh Gunasekaran: No. I'm not having Mono in PATH and PKG_CONFIG_PATH I've used bash.bashrc file at C:\Cygwin\etc to set these. But they are not reflecting. Then just type the commands manually at the Cygwin Bash prompt. :) Mono doesn't need .bashrc fil

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
I tried exporting all the environment variables directly in the prompt, but I get the same issue On Tue, Apr 22, 2008 at 11:55 AM, Andreas Färber <[EMAIL PROTECTED]> wrote: > > Am 22.04.2008 um 16:38 schrieb Paramesh Gunasekaran: > > No. I'm not having Mono in PATH and PKG_CONFIG_PATH > > I've us

Re: [Mono-list] Compiling Mono from source code

2008-04-23 Thread Paramesh Gunasekaran
any clue for this? On Tue, Apr 22, 2008 at 4:10 PM, Paramesh Gunasekaran < [EMAIL PROTECTED]> wrote: > I tried exporting all the environment variables directly in the prompt, > but I get the same issue > > On Tue, Apr 22, 2008 at 11:55 AM, Andreas Färber <[EMAIL PROTECTED]> > wrote: > > > > > Am

Re: [Mono-list] Compiling Mono from source code

2008-04-23 Thread Ashish Jindal
Hi Paramesh, Welcome to the tough world of Mono. I tried all that I could for more than 1 week. Submitted even a bug report. And finally, gave up. And I'm just watching this list that hopefully, somebody would give a great solution to me. -Ashish On Wed, Apr 23, 2008 at 11:10 PM, Paramesh Gun

Re: [Mono-list] Compiling Mono from source code

2008-04-23 Thread Paramesh Gunasekaran
Is there any other way to setup Mono other than Cygwin. I'm using Windows system and wanted to setup Mono and work on its source code. On Wed, Apr 23, 2008 at 2:54 PM, Ashish Jindal <[EMAIL PROTECTED]> wrote: > Hi Paramesh, > > Welcome to the tough world of Mono. > > I tried all that I could for

Re: [Mono-list] Compiling Mono from source code

2008-04-23 Thread Robert Jordan
Paramesh Gunasekaran wrote: > I tried exporting all the environment variables directly in the prompt, but > I get the same issue Did you check these vars with printenv? Robert ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.co

Re: [Mono-list] Compiling Mono from source code

2008-04-23 Thread Paramesh Gunasekaran
yes... it seems perfect On Wed, Apr 23, 2008 at 5:27 PM, Robert Jordan <[EMAIL PROTECTED]> wrote: > Paramesh Gunasekaran wrote: > > I tried exporting all the environment variables directly in the prompt, > but > > I get the same issue > > Did you check these vars with printenv? > > Robert > > ___

Re: [Mono-list] Compiling Mono from source code

2008-04-25 Thread Paramesh Gunasekaran
any clue regarding this issue? On Wed, Apr 23, 2008 at 6:51 PM, Paramesh Gunasekaran < [EMAIL PROTECTED]> wrote: > yes... it seems perfect > > > On Wed, Apr 23, 2008 at 5:27 PM, Robert Jordan <[EMAIL PROTECTED]> wrote: > >> Paramesh Gunasekaran wrote: >> > I tried exporting all the environment va

Re: [Mono-list] Compiling Mono from source code

2008-04-26 Thread Kenneth D Weinert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paramesh Gunasekaran wrote: > No. I'm not having Mono in PATH and PKG_CONFIG_PATH > > I've used bash.bashrc file at C:\Cygwin\etc to set these. But they > are not reflecting. Do I need to specify somewhere? > I don't know for sure about cygwin, but o

Re: [Mono-list] Compiling Mono from source code

2008-04-26 Thread Paramesh Gunasekaran
I tried exporting all the environment variables directly in the prompt, but I get the same issue $ ./autogen.sh --prefix=/usr/local/ Running libtoolize... You should update your `aclocal.m4' by running aclocal. Running aclocal ... configure.in:297: warning: macro `AM_PROG_LIBTOOL' not found in li

Re: [Mono-list] Compiling Mono from source code

2008-04-26 Thread Andreas Färber
Have you tried setting ACLOCAL_FLAGS as well? With -I /the/dir or similar. Necessary on Mac OS X. Am 22.04.2008 um 17:17 schrieb Paramesh Gunasekaran: I tried exporting all the environment variables directly in the prompt, but I get the same issue $ ./autogen.sh --prefix=/usr/local/ Runnin

Re: [Mono-list] Compiling Mono from source code

2008-04-26 Thread Andreas Färber
Am 23.04.2008 um 20:39 schrieb Paramesh Gunasekaran: > Is there any other way to setup Mono other than Cygwin. I'm using > Windows system and wanted to setup Mono and work on its source code. It might be possible to cross-compile from a Linux VM for instance... But in theory Cygwin would be

Re: [Mono-list] Compiling Mono from source code

2008-05-02 Thread Paramesh Gunasekaran
I'm seeing the same error No luck Any other clue??? On Tue, Apr 22, 2008 at 11:43 AM, Kenneth D Weinert <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Paramesh Gunasekaran wrote: > > No. I'm not having Mono in PATH and PKG_CONFIG_PATH > > > > I've use

Re: [Mono-list] Compiling Mono from source code

2008-05-05 Thread Paramesh Gunasekaran
I also tried Visual Studio build by building mono.sln present at C:\Cygwin\usr\src\mono\mono\msvc. I've attached the error produced during the build. Any clue here??? On Fri, May 2, 2008 at 4:01 PM, Paramesh Gunasekaran < [EMAIL PROTECTED]> wrote: > I'm seeing the same error No luck Any

Re: [Mono-list] Compiling Mono from source code

2008-05-05 Thread Robert Jordan
You must set the env var MONO_DEPENDENCIES_PREFIX to point to your local mono installation. However, you will not succeed w/out cygwin since it's still needed for parts of mono's build process. Robert Paramesh Gunasekaran wrote: > I also tried Visual Studio build by building mono.sln present at