[Mono-list] XSP FreeBSD install ...

Gonzalo Paniagua Javier gonzalo@ximian.com
Thu, 25 Mar 2004 09:21:33 -0700


El jue, 25-03-2004 a las 00:09, Greg McClure escribió:
> Has anyone installed XSP on FreeBSD?
> 
> I'm trying to get it going with XSP 0.9 on FreeBSD 4.9-STABLE, and I can
> configure successfully, but I come up with this error when I try to run the
> first make command:
> 
> Unknown modifier ','
> 
> /usr/local/bin/mcs -debug+ -debug:full -nologo ) /out:xsp.exe
> Syntax error: ")" unexpected
> *** Error code 2
> 
> The problem seems to be traceable to the Makefile in the /server directory,
> the line:
> 
> XSP_REFS= $(addsuffix .dll, $(addprefix -r:, $(XSP_REFERENCES)))

That will turn all the assembly names in XSP_REFERENCES into
"/r:aname.dll". 

Mmm, seems like i will have to remove that beautiful line and replace it
with a regular one ;-/

May I get a bug report on this? The same information as in the mail is
ok. I will then modify the makefiles and point to that bug.

Thanks!

-Gonzalo