pcj icon indicating copy to clipboard operation
pcj copied to clipboard

fatal error: libpmemobj.h: No such file or directory

Open zhichao-li opened this issue 6 years ago • 0 comments

Any suggestion for the following error? I was following the instructions for building this project.

~/bin/god/pcj$ make && make tests
g++ -O3 -DNDEBUG -fPIC -I/home/lizhichao/bin/jdk1.8.0_101//include -I/home/lizhichao/bin/jdk1.8.0_101//include/linux -o target/cppbuild/lib_xpersistent_UncheckedPersistentMemoryRegion.o -c src/main/cpp/lib_xpersistent_UncheckedPersistentMemoryRegion.cpp
In file included from src/main/cpp/persistent_heap.h:22:0,
                 from src/main/cpp/lib_xpersistent_UncheckedPersistentMemoryRegion.cpp:23:
src/main/cpp/persistent_structs.h:22:24: fatal error: libpmemobj.h: No such file or directory
 #include <libpmemobj.h>

zhichao-li avatar Sep 27 '18 07:09 zhichao-li