Menu

#5 make install misses to copy acconfig.h

open
nobody
None
5
2012-12-06
2011-12-22
No

I've compiled and installed fastdb in order to compile nightshade, that relies on it.
At a certain points of the compilation, nightshade complains about a missing acconfig.h in /usr/local/include/fastdb/. Looking in the source tree where I made the compilation, acconfig. h is the only file not to have been copied in /usr/local/include/fastdb/. I've copied that file and now it works.

For example, config.h (in /usr/local/include/fastdb/) has an include acconfig.h, that it cannot obviously satisfy if that file has not been copied.
Here there are some details about the error occurred when compiling nightshade.

In file included from /usr/local/include/fastdb/stdtp.h:14:0,
from /usr/local/include/fastdb/class.h:14,
from /usr/local/include/fastdb/database.h:14,
from /usr/local/include/fastdb/fastdb.h:19,
from nshade_state.h:35,
from nshade_shared_memory.h:33,
from nshade_shared_memory.cpp:30:
/usr/local/include/fastdb/config.h:15:22: fatal error: acconfig.h: File or directory not existing.

Stefano

Discussion


Log in to post a comment.