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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
