[Mono-list] Re: IBuySpy on FreeBSD

Erik Nordstrom Andersen erik@erik-n-andersen.dk
Fri, 20 Jun 2003 23:03:53 +0200


Finally got time to look at this again:

juli mallett wrote:
> > Erik Nordstrom Andersen wrote:
> > [...]
> > 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 
> > [...]
> > Using FreeBSD 5.0, mono 0.24, boehm 6.1 and xsp 0.4.
> 
> Use GNU make.  You will have it installed if you installed the other
> stuff from ports as 'gmake'

I tried gmake instead, but now I get this far with xsp-0.4:

	yada# gmake
	gmake -C test
	gmake[1]: Entering directory `/usr/home/erik/xsp-0.4/test'
	mcs /r:System.Web.dll /target:library tabcontrol.cs

	Unhandled Exception: System.NullReferenceException: A null value 
	was found where an object instance was required

after which the process hangs. I got xsp from cvs instead, but gmake outputs 
this:

	yada# gmake
	gmake -C test
	gmake[1]: Entering directory `/usr/home/erik/xsp/test'
	mcs /r:System.Web.dll /target:library tabcontrol.cs
	Bus error (core dumped)
	gmake[1]: *** [tabcontrol.dll] Error 138
	gmake[1]: Leaving directory `/usr/home/erik/xsp/test'
	gmake: *** [all] Error 2

I'm no expert, but it seems like one of the tests fails to compile. So I tried 
removing references to "test" in the Makefile, but instead gmake outputs:

	yada# gmake
	gmake -C server
	gmake[1]: Entering directory `/usr/home/erik/xsp/server'
	mcs /debug+ /debug:full /nologo /r:System.Web.dll /out:server.exe
	AssemblyInfo.cs IApplicationHost.cs XSPApplicationHost.cs
	MonoWorkerRequest.cs XSPWorkerRequest.cs Tracing.cs server.cs

	Unhandled Exception: System.NullReferenceException: A null value was 
	found where an object instance was required

and the process hangs. I'm stuck again :-\ Hints are very welcome!

Using FreeBSD 5.1, mono-0.24, boehmgc-6.2.a6 and gmake-3.80 from ports.

Kind regards, Erik