Team

I hit a few link errors when trying to compile a monolithic build for
a small test similar to cl_demo (cmake 2.6.4, VS 2008, no boost, no
zlib). Was able to resolve as follows:

1) add the following #includes to CLMonolithic.cpp :

#include "CLucene\index\IndexDeletionPolicy.cpp"
#include "CLucene\search\ConstantScoreQuery.cpp"
#include "CLucene\search\MultiPhraseQuery.cpp"
#include "CLucene\index\MultipleTermPositions.cpp"

2) manually add  all *.cpp and *.h from src\shared\CLucene\util\zlib
directly to the project (#including them into CLSharedMonolithic
didn't help and generated compile errors).

Regards
Celto

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to