Menu

#15 [PATCH] dotLucene doesn't build with Mono

open
nobody
None
5
2013-01-10
2005-07-18
No

There is a bug in Mono's mcs (at least version 1.1.8.0)
which causes the following build errors when building
dotLucene:

./Analysis/Standard/StandardTokenizer.cs(171) error
CS0165: Use of unassigned local variable `oldToken'
./QueryParser/QueryParser.cs(1169) error CS0165: Use of
unassigned local variable `oldToken'

The workaround is trivial so I'll attach the patch.
I'll also attach the project/solution files I used to
build dotLucene's Lucene.Net.dll from MonoDevelop.

Discussion

  • Dean Brettle

    Dean Brettle - 2005-07-18

    Patch to allow building with Mono's mcs compiler

     
  • Dean Brettle

    Dean Brettle - 2005-07-18

    MonoDevelop project file for dotLucene's Lucene.Net lib

     

Log in to post a comment.