Am 18.06.2008 um 02:32 schrieb Ockert:
> When I run make install
> I get
> Making install in libgc
> Making install in include
> Making install in private
> make[4]: Nothing to be done for `install-exec-am'.
> make[4]: Nothing to be done for `install-data-am'.
> make[4]: Nothing to be done for `i
Thanks to Andreas I was able to build Mono on a Mac without MacPorts:
1: Download pkg-config
2: Download glib
3: Download mono and mcs from svn:
4: Go to mono directory
5: Run #!/bin/sh
6: Run export ACLOCAL_FLAGS="-I
/Library/Frameworks/Mono.framework/Versions/Current/share/aclocal"
7: Run ./aut
Here is how it finally fell into place. (thanks to Andoni Morales Alastruey)
1. Install xcode
2. Install MacPorts.
3. Install mono with MacPorts (sudo port install mono)
4. Download the mono and msc code libraries
5. Change the directory to the mono directory
6. Run .\configure --prefix=/opt/local
It feels like I’ve been dusting my head against a brick wall for the last 2
days. I cannot get mono to compile on OSX. I have copied the latest code for
both mono and mcs from SVN.
When I try to run ./autogen.sh –prefix=/usr/local
I get:
Running libtoolize...
Running aclocal ...
Running autoheade
Am 09.06.2008 um 23:05 schrieb Geoff Norton:
> Ockert,
>
> On Mon, 2008-06-09 at 14:00 -0700, Ockert wrote:
>> I have an application that needs to run on Mac OSX that will be
>> deployed to thousands of Macs in schools. The application is a .Net
>> application and I would love to run it under Mon
On Mon, 2008-06-09 at 14:59 -0700, Ockert wrote:
> > Excuse my ignorance for I'm new to this world of open source development.
> > I have both a PPC Mac and an Intel Mac to my disposal. I have X11
> > installed on both. What else do I need? What does “bootstrapping from
> > macports” means? I hav
Geoff Norton-2 wrote:
>
> Ockert,
>
> On Mon, 2008-06-09 at 14:00 -0700, Ockert wrote:
>> I have an application that needs to run on Mac OSX that will be
>> deployed to thousands of Macs in schools. The application is a .Net
>> application and I would love to run it under Mono. I have to make
Ockert,
On Mon, 2008-06-09 at 14:00 -0700, Ockert wrote:
> I have an application that needs to run on Mac OSX that will be
> deployed to thousands of Macs in schools. The application is a .Net
> application and I would love to run it under Mono. I have to make a
> decision on whether Mono is suita
I have an application that needs to run on Mac OSX that will be deployed to
thousands of Macs in schools. The application is a .Net application and I
would love to run it under Mono.
I have to make a decision on whether Mono is suitable and stable enough
within two weeks. The current released ve