I have a tight deadline, would someone give me some tip or hints so I can
move forward on this?


env_context.c: In function 'NewPersistentContext':
env_context.c:164: warning: passing argument 4 of 'dbp->get' makes integer
from pointer without a cast
env_context.c:164: error: too many arguments to function 'dbp->get'
env_context.c:166: error: 'DB_NOTFOUND' undeclared (first use in this
function)
env_context.c:166: error: (Each undeclared identifier is reported only once
env_context.c:166: error: for each function it appears in.)
env_context.c:168: error: 'DB' has no member named 'err'
env_context.c:169: error: too many arguments to function 'dbp->close'
env_context.c:183: error: too many arguments to function 'dbp->close'
env_context.c:206: warning: passing argument 4 of 'dbp->put' makes integer
from pointer without a cast
env_context.c:206: error: too many arguments to function 'dbp->put'
env_context.c:215: error: too many arguments to function 'dbp->close'
env_context.c: In function 'DeletePersistentContext':
env_context.c:242: warning: passing argument 3 of 'dbp->del' makes integer
from pointer without a cast
env_context.c:242: error: too many arguments to function 'dbp->del'
env_context.c:248: error: too many arguments to function 'dbp->close'
env_context.c: In function 'LoadPersistentContext':
env_context.c:257: error: 'DBC' undeclared (first use in this function)
env_context.c:257: error: 'dbcp' undeclared (first use in this function)
env_context.c:258: error: 'DB_ENV' undeclared (first use in this function)
env_context.c:258: error: 'dbenv' undeclared (first use in this function)
env_context.c:275: error: 'DB' has no member named 'cursor'
env_context.c:278: error: 'DB' has no member named 'err'
env_context.c:289: error: 'DB_NEXT' undeclared (first use in this function)
env_context.c:298: warning: passing argument 3 of 'dbp->del' makes integer
from pointer without a cast
env_context.c:298: error: too many arguments to function 'dbp->del'
env_context.c:312: error: too many arguments to function 'dbp->close'
*** Error code 1

If you need more info I will be more than happy to provide it.

Thanks in advance!!
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to