
previous entry: LaCie releast externe 1TB en dual FireWire harddisks next entry: Remote Desktop 1.2.1: How to Configure Remotely via Command Line (kickstart)
.NET on Panther
Six steps to installing a C# compiler on OS X 10.3, using Rotor:
1. Download the SSCLI from Microsoft
wget http://download.microsoft.com/download/.netframesdk/CLI3/1.0/WXP/EN-US/sscli_20021101.tgz
2. Download the patches for Panther in the same directory
wget http://www.mondrian-script.org/rotor/panther_mark2_diffs.txt.gz
3. Apply the patches
patch -p1 < panther_mark2_diffs.txt
4. Set environment variables
source env.csh (CSH or TCSH) source env.sh (BASH)
5. Compile (took just over an hour for me)
./buildall
6. Set environment variables again (I'm not sure why I had to do this)
source env.csh (CSH or TCSH) source env.sh (BASH)
7. Try the samples
cd samples/hellocsc hello.csclix hello.exe
8. Read readfirst.html in the root of your installation
I haven't tried installing Mono or Portable .NET on Panther
Mono: http://www.go-mono.com
Portable .NET: http://www.gnu.org/projects/dotgnu/pnet.html
Microsoft SSCLI: http://msdn.microsoft.com/net/sscli
Pas 1 reactie
I am getting an error in managedlibraries. Has anyone experienced this?
csc /noconfig /out:/Volumes/Data/Development/rotor/sscli/clr/bin/ppc/fastchecked/System.Runtime.Remoting.dll @objdf/ppc/c$
binplace /Volumes/Data/Development/rotor/sscli/clr/bin/ppc/fastchecked/System.Runtime.Remoting.dll
gacutil -i /Volumes/Data/Development/rotor/sscli/clr/bin/ppc/fastchecked/System.Runtime.Remoting.dll
Option /Volumes/Data/Development/rotor/sscli/clr/bin/ppc/fastchecked/System.Runtime.Remoting.dll takes 1 argument
NMAKE : fatal error U1077: 'gacutil' : return code '0x1'
Stop.
BUILD: nmake failed - rc = 2
Shawn Workman () - 09.07.04, 21:17