On 26 March 2013 14:54, Deane Yang <[email protected]> wrote:
> Thanks for replying! And I should have explained explicitly what I
> think is wrong:

I admit I only skimmed your post for errors on my mobile
and missed the point.

> 1) It says that it cannot find the boost library and some features
> will be disabled. (This might not be a real problem. I don't intend on
> using the Boost Date-Time library, just the tuple library and maybe
> other header-only libraries)

According to FindBoost.cmake, Boost_LIBRARIES is only output variable,
You should only need to set Boost_ROOT and stage folder will be sampled
for libraries as the module adds this to searching paths:

 ${BOOST_ROOT}/stage/lib)

> 2) It appears that it is unable to find the sqlite library and
> therefore has disabled it. This in fact is the database software I
> want to use.

Please, replace SQLITE3_LIBRARIES with SQLITE3_LIBRARY
-DSQLITE3_LIBRARY=C:/Users/Deane/git/software/sqlite/dll/sqlite3.lib

It turns there is a subtle bug in FindSQLite3.cmake, the plural version
is only used by the module as OUT parameter, but not as IN/OUT.
It is not handled with FindPackageHandleStandardArgs as it should.
I will fix it soon. Meanwhile, please use SQLITE3_LIBRARY

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to