miguelfreitas / twister-core

twister core / daemon
MIT License
1.42k stars 251 forks source link

db_cxx.h: No such file or directory #279

Open buttle opened 10 years ago

buttle commented 10 years ago

Hi,

I'd like some help please.

cd src make -f makefile.unix

After a bit I get this error.

In file included from db.cpp:7:0: db.h:19:22: fatal error: db_cxx.h: No such file or directory

include

^ compilation terminated. make: *\ [obj/db.o] Error

Thanks for twister! Chris.

miguelfreitas commented 10 years ago

you must install berkeley db devel package. on some systems this might be called libdb-devel, others may have the c++ part separated as another package (db_cxx.h is the c++ development header).