Has anyone other than László had success with the makefile posted as 
LUCENENET-173 ?

Using the Mono with the SuSE 11 distribution of Linux that the mono-project 
folks provide as a VMWare virtual machine I encounter these errors:


------------------------------------------------------

m...@linux:~/Lucene-dev231c/C#/src/Lucene.Net> make -f Makefile
grep '.cs' *.csproj | \
            replace '<Compile Include="' '' | replace '">' '' | replace '" />' 
'' | replace '\' '/' | \
            xargs gmcs -t:library -r:System.Configuration 
-r:System.Runtime.Remoting.dll -out:Lucene.Net.dll

/bin/sh: line 1: replace: command not found
/bin/sh: line 1: replace: command not found
/bin/sh: line 1: replace: command not found
/bin/sh: line 1: replace: command not found
error CS2008: No files to compile were specified
make: *** [Lucene.Net.dll] Error 123
m...@linux:~/Lucene-dev231c/C#/src/Lucene.Net>

------------------------------------------------------

I think LUCENENET-173 should be withdrawn until a usable Makefile is provided.


-- Neal

Reply via email to