antonyms / CMultiVec

Fast C++ implementation of multiple prototype word representation training based on Huang Socher 2012
21 stars 12 forks source link

Failed to compile Halite #1

Open DavidNemeskey opened 8 years ago

DavidNemeskey commented 8 years ago
halite$ make
g++ -Iinclude `pkg-config --cflags opencv` -O3 -g -fPIC -Wall -Wextra -std=c++11 -pedantic   -c -o demo/Halite.o demo/Halite.cpp
In file included from include/arboretum/stCountingTree.h:7:0,
                 from include/HaliteClustering.h:79,
                 from demo/Halite.cpp:80:
include/lmdbcxx/lmdb++.h:25:48: fatal error: lmdb.h: No such file or directory
 #include <lmdb.h>      /* for MDB_*, mdb_*() */
                                                ^
compilation terminated.
jeremysalwen commented 8 years ago

It depends on lmdb https://symas.com/products/lightning-memory-mapped-database/