[Mono-bugs] Building xsp on Mac OS X

FREDERIC MOSER frederic.moser@eturs.u-strasbg.fr
Mon, 08 Dec 2003 23:17:13 +0100


Hi,

I don't know if it can be a bug but I can't build xsp on Darwin
Please escuse me if it's very simple but I'm not used at all to deal
with these tools...

Here is the log:
-------------------------------------------------------------------------
bash-2.05a$ ./configure --prefix=/Users/fred/dotNET/xsp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for csc... no
checking for mcs... /Users/fred/dotNET/mono/bin/mcs
C# compiler: /Users/fred/dotNET/mono/bin/mcs
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating server/AssemblyInfo.cs
config.status: creating server/AssemblyInfoModMono.cs
config.status: creating server/Makefile
config.status: creating tools/Makefile
config.status: creating tools/asp_state/Makefile
config.status: creating tools/asp_state/AssemblyInfo.cs
config.status: creating test/Makefile
bash-2.05a$ make
Making all in doc
make[1]: Nothing to be done for `all'.
Making all in server
/Users/fred/dotNET/mono/bin/mcs -debug+ -debug:full -nologo
-r:System.Web.dll /out:xsp.exe IApplicationHost.cs XSPApplicationHost.cs
MonoWorkerRequest.cs InitialWorkerRequest.cs Tracing.cs server.cs
AssemblyInfo.cs XSPWorkerRequest.cs
/Users/fred/dotNET/mono/bin/mcs: line 2: 27852 Bus error              
/Users/fred/dotNET/mono//bin/mint /Users/fred/dotNET/mono//bin/mcs.exe "$@"
make[1]: *** [xsp.exe] Error 138
make: *** [all-recursive] Error 1
bash-2.05a$ 
-------------------------------------------------------------------------

I don't understand why it puts a double / in these paths:
/Users/fred/dotNET/mono//bin/mint  and /Users/fred/dotNET/mono//bin/mcs.exe 

I took a look in the Makefile but I did not found a clue...

Does someone have any idea?


Thank you in advance,


Fred