On 64bit OS:

IndexFileDeleter.cpp: In member function 'void
lucene::index::IndexFileDeleter::message(std::string)':
IndexFileDeleter.cpp:93: error: cast from 'pthread*' to 'int32_t'
loses precision

IndexWriter.cpp: In member function 'void
lucene::index::IndexWriter::message(std::string)':
IndexWriter.cpp:101: error: cast from 'pthread*' to 'int32_t' loses precision

Changing int32_t to int64_t has fix the problem.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to