On 21/12/2011 11:20 p.m., Andrew Beverley wrote:
On Wed, 2011-12-21 at 11:52 +0200, yusuf özbilgin wrote:
Can you try putting the line back to "#include<db.h>" and then remove
the "#if HAVE_DB_H" and "#endif" lines. Try recompiling, and see what
error message you then get.
Same error.
When I remove the line
#include<db.h>
Error is different;
<snip>
1. Please don't top post. See the last part of
http://www.freebsd.org/doc/en/articles/mailing-list-faq/etiquette.html
as to why.
2. Are you sure you are *compiling* with DB version 4.8? Could it be
picking up an old version from somewhere? The functions you are getting
errors on were introduced a lot earlier than V4.8.
Andy
These type of results often occur when there are two or more very
different versions of a library sources present.
Amos