Hi Newbie alert! Following a discussion on gotmono.com: I'm trying to get IBuySpy running under FreeBSD, to try out both asp.net and unix. I've installed boehm-gc and mono from ports, and tried to install XSP.
I downloaded XSP 0.4 source from go-mono.com, untarred and tried to install as root. I get the following error message: > yada# make > make -C test > make: don't know how to make %.cs. Stop > *** Error code 2 > > Stop in /usr/home/erik/xsp-0.4. > yada# mcs and mono seem to be working (compiled and ran a couple of C# test programs). What am I doing wrong? Using FreeBSD 5.0, mono 0.24, boehm 6.1 and xsp 0.4. I tried using the mod_mono / apache2 combination instead, but got stuck in the install notes here: > The ModMono.cs file is located in the src/ directory > This is the command to build ModMono.dll: > > make -f makedll.mak ... but there is no ModMono.cs anywhere on my system, and make -f makedll.mak fails: > yada# make -f makedll.mak > Unknown modifier ',' > > mcs /debug+ /debug:full /nologo ) /target:library /out:ModMono.dll > Syntax error: ")" unexpected > *** Error code 2 > > Stop in /usr/home/erik/mod_mono-0.3/src. > yada# This was with apache 2.0.45 from ports, and mod_mono 0.3.7 from apacheworld.org/modmono. Kind regards, Erik _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
