[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 manage to
compile trunk version. 

Regards, 
david
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p2133834.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
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-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-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-16 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: *** 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-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
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-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 install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking host platform characteristics... ok
checking for gcc... gcc
checking for gcc... (cached) gcc
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.


--
View this message in context: 
http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3454908.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
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-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 config.log for more details like it says?

Geoff

On 2011-04-16, at 10:30 PM, nmccready wrote:

> 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 install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking how to create a ustar tar archive... gnutar
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether ln -s works... yes
> checking host platform characteristics... ok
> checking for gcc... gcc
> checking for gcc... (cached) gcc
> 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.
> 
> 
> --
> View this message in context: 
> http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3454908.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
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-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  wrote:

> 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 config.log for more details like it says?
>
> Geoff
>
> On 2011-04-16, at 10:30 PM, nmccready wrote:
>
> > 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 install... /usr/bin/install -c
> > checking whether build environment is sane... yes
> > checking for a thread-safe mkdir -p... ./install-sh -c -d
> > checking for gawk... no
> > checking for mawk... no
> > checking for nawk... no
> > checking for awk... awk
> > checking whether make sets $(MAKE)... yes
> > checking how to create a ustar tar archive... gnutar
> > checking whether to enable maintainer-specific portions of Makefiles...
> no
> > checking whether ln -s works... yes
> > checking host platform characteristics... ok
> > checking for gcc... gcc
> > checking for gcc... (cached) gcc
> > 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.
> >
> >
> > --
> > View this message in context:
> http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3454908.html
> > Sent from the Mono - Dev mailing list archive at Nabble.com.
> > ___
> > Mono-devel-list mailing list
> > Mono-devel-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
___
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-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  wrote:
> 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 config.log for more details like it says?
> 
> Geoff
> 
> On 2011-04-16, at 10:30 PM, nmccready wrote:
> 
> > 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 install... /usr/bin/install -c
> > checking whether build environment is sane... yes
> > checking for a thread-safe mkdir -p... ./install-sh -c -d
> > checking for gawk... no
> > checking for mawk... no
> > checking for nawk... no
> > checking for awk... awk
> > checking whether make sets $(MAKE)... yes
> > checking how to create a ustar tar archive... gnutar
> > checking whether to enable maintainer-specific portions of Makefiles... no
> > checking whether ln -s works... yes
> > checking host platform characteristics... ok
> > checking for gcc... gcc
> > checking for gcc... (cached) gcc
> > 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.
> >
> >
> > --
> > View this message in context: 
> > http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3454908.html
> > Sent from the Mono - Dev mailing list archive at Nabble.com.
> > ___
> > Mono-devel-list mailing list
> > Mono-devel-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 

___
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-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 at Nabble.com.
___
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-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   mono-threads.lo
mono-threads.c:13:33: error: mono/utils/mono-tls.h: No such file or
directory
mono-threads.c:41: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘thread_info_key’
mono-threads.c: In function ‘register_thread’:
mono-threads.c:130: warning: implicit declaration of function
‘mono_native_tls_set_value’
mono-threads.c:130: warning: nested extern declaration of
‘mono_native_tls_set_value’
mono-threads.c:130: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:130: error: (Each undeclared identifier is reported only once
mono-threads.c:130: error: for each function it appears in.)
mono-threads.c: In function ‘mono_thread_info_current’:
mono-threads.c:160: warning: implicit declaration of function
‘mono_native_tls_get_value’
mono-threads.c:160: warning: nested extern declaration of
‘mono_native_tls_get_value’
mono-threads.c:160: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:160: warning: return makes pointer from integer without a
cast
mono-threads.c: In function ‘mono_thread_info_attach’:
mono-threads.c:172: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:172: warning: initialization makes pointer from integer
without a cast
mono-threads.c: In function ‘mono_thread_info_dettach’:
mono-threads.c:187: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:187: warning: initialization makes pointer from integer
without a cast
mono-threads.c: In function ‘mono_threads_init’:
mono-threads.c:203: warning: implicit declaration of function
‘mono_native_tls_alloc’
mono-threads.c:203: warning: nested extern declaration of
‘mono_native_tls_alloc’
mono-threads.c:203: error: ‘thread_info_key’ undeclared (first use in this
function)
make[4]: *** [mono-threads.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1


--
View this message in context: 
http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3456350.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
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 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 include
Making all in private
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in doc
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in eglib
make  all-recursive
Making all in src
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in mono
Making all in utils
make  all-am
/bin/sh ../../libtool --quiet --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src
-I../../eglib/src  -no-cpp-precomp -D_THREAD_SAFE -DGC_MACOSX_THREADS
-DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP
-DGetCurrentProcess=MonoGetCurrentProcess
-DGetCurrentThread=MonoGetCurrentThread -DCreateEvent=MonoCreateEvent 
-D__default_codegen__  -g -O2 -fno-strict-aliasing -g -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
-Wwrite-strings -MT mono-threads.lo -MD -MP -MF .deps/mono-threads.Tpo -c -o
mono-threads.lo mono-threads.c
mono-threads.c:13:33: error: mono/utils/mono-tls.h: No such file or
directory
mono-threads.c:41: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘thread_info_key’
mono-threads.c: In function ‘register_thread’:
mono-threads.c:130: warning: implicit declaration of function
‘mono_native_tls_set_value’
mono-threads.c:130: warning: nested extern declaration of
‘mono_native_tls_set_value’
mono-threads.c:130: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:130: error: (Each undeclared identifier is reported only once
mono-threads.c:130: error: for each function it appears in.)
mono-threads.c: In function ‘mono_thread_info_current’:
mono-threads.c:160: warning: implicit declaration of function
‘mono_native_tls_get_value’
mono-threads.c:160: warning: nested extern declaration of
‘mono_native_tls_get_value’
mono-threads.c:160: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:160: warning: return makes pointer from integer without a
cast
mono-threads.c: In function ‘mono_thread_info_attach’:
mono-threads.c:172: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:172: warning: initialization makes pointer from integer
without a cast
mono-threads.c: In function ‘mono_thread_info_dettach’:
mono-threads.c:187: error: ‘thread_info_key’ undeclared (first use in this
function)
mono-threads.c:187: warning: initialization makes pointer from integer
without a cast
mono-threads.c: In function ‘mono_threads_init’:
mono-threads.c:203: warning: implicit declaration of function
‘mono_native_tls_alloc’
mono-threads.c:203: warning: nested extern declaration of
‘mono_native_tls_alloc’
mono-threads.c:203: error: ‘thread_info_key’ undeclared (first use in this
function)
make[4]: *** [mono-threads.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Nicholas-McCreadys-MacBook-Pro:mono-20110419 nmccready$ DGC_MACOSX_THREADS
-DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP
-DGetCurrentProcess=MonoGetCurrentProcess
-DGetCurrentThread=MonoGetCurrentThread -DCreateEvent=MonoCreateEvent 
-D__default_codegen__  -g -O2 -fno-strict-aliasing -g -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
-Wwrite-strings -MT mono-threads.lo -MD -MP -MF .deps/mono-threads.Tpo -c -o
mono-threads.lo mono-threads.c
-bash: DGC_MACOSX_THREADS: command not found
Nicholas-McCreadys-MacBook-Pro:mono-20110419 nmccready$
mono-threads.c:13:33: error: mono/utils/mono-tls.h: No such file or
directory
-bash: mono-threads.c:13:33:: command not found
Nicholas-McCreadys-MacBook-Pro:mono-20110419 nmccready$ mono-threads.c:41:
error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before
‘thread_info_key’
-bash: mono-threads.c:41:: command not found
-bash: ’,: command not found
Nicholas-McCreadys-MacBook-Pro:mono-20110419 nmccready$ mono-threads.c: In
function ‘register_thread’:
-bash: mono-threads.c:: command not found
Nicholas-McCreadys-MacBook-Pro:mono-20110419 nmccready$ mono-threads.c:130:
warning: implicit declaration of function ‘mono_native_tls_set_value’
-bash: mono-threads.c:130:: command not found
Nicholas-McCreadys-MacBook-Pro:mono-20110419 nmccready$ mono-threads.c:130:
warning: nested extern declaration of ‘mono_native_tls_set_value’
-bash: mono-threads.c:130:: command not found
Nicholas

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]: Nothing to be done for `all'.
Making all in include
Making all in private
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in doc
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in eglib
make  all-recursive
Making all in m4
make[4]: Nothing to be done for `all'.
Making all in src
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in mono
Making all in utils
make  all-am
make[4]: Nothing to be done for `all-am'.
Making all in io-layer
make[3]: Nothing to be done for `all'.
Making all in cil
make[3]: Nothing to be done for `all'.
Making all in metadata
make[3]: Nothing to be done for `all'.
Making all in arch
make[4]: Nothing to be done for `all-am'.
Making all in mini
make  all-am
make[4]: Nothing to be done for `all-am'.
Making all in dis
make[3]: Nothing to be done for `all'.
Making all in monograph
make[3]: Nothing to be done for `all'.
Making all in tests
Making all in cas
Making all in assembly
make[5]: Nothing to be done for `all'.
Making all in linkdemand
make[5]: Nothing to be done for `all'.
Making all in inheritance
make[5]: Nothing to be done for `all'.
Making all in demand
make[5]: Nothing to be done for `all'.
Making all in threads
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in assemblyresolve
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in benchmark
make[3]: Nothing to be done for `all'.
Making all in profiler
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in ikvm-native
make[2]: Nothing to be done for `all'.
Making all in support
make[2]: Nothing to be done for `all'.
Making all in data
Making all in net_2_0
Making all in Browsers
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in net_4_0
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.
Making all in runtime
if test -w /Volumes/Code/Frameworks/Mono/git/mono/mcs; then :; else chmod -R
+w /Volumes/Code/Frameworks/Mono/git/mono/mcs; fi
cd /Volumes/Code/Frameworks/Mono/git/mono/mcs && make NO_DIR_CHECK=1
PROFILES='net_2_0 net_3_5  net_4_0  ' CC='gcc' all-profiles
make profile-do--net_2_0--all profile-do--net_3_5--all
profile-do--net_4_0--all
make PROFILE=basic all
make[6]: gmcs: No such file or directory
make[6]: *** [build/deps/basic-profile-check.exe] Error 1
*** The compiler 'gmcs' doesn't appear to be usable.
*** You need Mono version 2.4 or better installed to build MCS
*** Read INSTALL.txt for information on how to bootstrap a Mono
installation.
make[5]: *** [do-profile-check] Error 1
make[4]: *** [profile-do--basic--all] Error 2
make[3]: *** [profiles-do--all] Error 2
make[2]: *** [all-local] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


--
View this message in context: 
http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p346.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
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 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: 
http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3468991.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
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 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.
___
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 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-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: 
http://mono.1490590.n4.nabble.com/Mono-2-8-trunk-compiling-on-Mac-OS-X-10-6-SL-tp2133834p3470843.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
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-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.
___
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-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  Tel: +43 (0)664 2602670 Web: http://dasz.at
WienUID: ATU64260999

FB-Nr.: FN 309285 g  FB-Gericht: Wien
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list