At the beginning of TLB.h: // Use the TLB map only if SQL storage is being used. #ifdef HAVE_SQL_STORAGE #define USE_TLB_MAP 1 #endif
I'd like to make USE_TLB_MAP a requirement for OpenCog as I think it's important to be able to use the TLB to get back a NULL pointer if a Handle doesn't exist in memory. Is everyone okay with this? (I've discover this is the source of some tests failing on buildbot and for random people ... since not everyone has SQL/odbc enabled). For the moment I'll just make USE_TLB_MAP always 1, but if there are no complaints I'll remove all the #ifdef conditionals. J _______________________________________________ Mailing list: https://launchpad.net/~opencog-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~opencog-dev More help : https://help.launchpad.net/ListHelp

