Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-26 Thread David Schmitt
On 24.04.2011 02:09, nmccready wrote: Also what do I have to do to get MonoDevelop to look for new install? Use the script at http://www.mono-project.com/Parallel_Mono_Environments to setup the environment for using an alternate installation location. Best Regards, David -- dasz.at OG

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-23 Thread nmccready
Ok I finally got it installed with make and make install. I installed it to /Volumes/Code/Frameworks/Mono/bin . The original install is at /usr/bin . How do I set up bash for Mac Os X is it basically the same as gnome? -- View this message in context:

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-23 Thread nmccready
Also what do I have to do to get MonoDevelop to look for new install? -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3470844.html Sent from the Mono - Dev mailing list archive at Nabble.com.

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-22 Thread nmccready
OK so with Mac Ports I installed glib2 and gettext . The Make now gets farther but fails here. Nicholas-McCreadys-MacBook-Pro:mono nmccready$ make make all-recursive Making all in po Making all in mcs make[3]: Nothing to be done for `all-am'. Making all in libgc Making all in m4 make[3]:

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-22 Thread Guillaume Pouillet
Did you installed mono 2.4 or above on your Mac ? It's necessary for building the C# compiler as it's written in C#. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-22 Thread nmccready
Yah , I read the README and I was coming to that conclusion. So why do I need an older version of mono to build a newer? Also how do I keep them separate with out getting them confused? -- View this message in context:

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-22 Thread Guillaume Pouillet
You need a C# compiler to compile the mono C# compiler written in C#. So you need an existing mono install to compile a newer version. There's documentation on the mono site for building another version and using it side by side with another. ___

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-22 Thread Guillaume Pouillet
See this link for info about parallel environment. http://mono-project.com/Parallel_Mono_Environments ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-19 Thread nmccready
Ok so I thought my mac was hosed. I reinstalled Mac OSX Snow leapord from scratch. Installed XCODE from the disk and got all the updates. It is still not building! Following these directions http://www.mono-project.com/Compiling_Mono_on_OSX here ! Nicholas-McCreadys-MacBook-Pro:mono-20110419

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-17 Thread Quandary
Hi, Did you run ./configure ? ./configure make make install And why are you using the trunk to compile mono 2.8 ? Mono 2.10 is release-stable by now. See: http://ubuntuforums.org/showthread.php?t=1591370 Kind regards Stefan On 04/17/2011 04:42 AM, nmccready wrote: nmccready$ make make:

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-17 Thread nmccready
I am having the same problems on compiling too. nems-MacBook-Pro:mono-20110416 nmccready$ ./configure checking build system type... i386-apple-darwin10.7.0 checking host system type... i386-apple-darwin10.7.0 checking target system type... i386-apple-darwin10.7.0 checking for a BSD-compatible

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-17 Thread Geoff Norton
As per your output this isn't a mono issue, but a toolchain issue: checking for C compiler default output file name... configure: error: in `/Users/nmccready/Desktop/mono-20110416': configure: error: C compiler cannot create executables See `config.log' for more details. Have you checked the

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-17 Thread Zoltan Varga
Hi, You probably need to install g++ too in addition to gcc. Zoltan On Sun, Apr 17, 2011 at 6:39 PM, Geoff Norton gnor...@novell.com wrote: As per your output this isn't a mono issue, but a toolchain issue: checking for C compiler default output file name... configure:

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-17 Thread Geoff Norton
Zoltan, This comes by default with Xcode, something is very broken with his setup. -g On 2011-04-17, at 12:51 PM, Zoltan Varga wrote: Hi, You probably need to install g++ too in addition to gcc. Zoltan On Sun, Apr 17, 2011 at 6:39 PM, Geoff Norton

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-17 Thread nmccready
Roger that, I am reinstalling XCODE . Also I am building the latest Mono maybe we should move this to a new thread. -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3455913.html Sent from the Mono - Dev mailing list archive

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-17 Thread nmccready
Ok reinstalled XCODE, I got a little farther but it is still messed up. Configured with this, ./configure --prefix=/Volumes/Dev/Mono/bin/ --with-glib=embedded --enable-nls=no --host=x86_64-apple-darwin10 during make it looks like this below on errors e CCmono-linked-list-set.lo -e CC

Re: [Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2011-04-16 Thread nmccready
nmccready$ make make: *** No targets specified and no makefile found. Stop. -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3454917.html Sent from the Mono - Dev mailing list archive at Nabble.com.

[Mono-dev] Mono 2.8 (trunk) compiling on Mac OS X 10.6 (SL)

2010-05-07 Thread davidlt
Hi, I downloaded the latest binary for Mac OS X INTEL to try out the .NET 4.0. I found out that dmcs is not included into Mac OS X build. Is there any guide how to compile Mono 2.8 from the trunk on Mac OS X 10.6 (SL) 64-bit? The only guide I found was using 2.0.1 version following it I didn't