make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/bdb' In file included from bdb_val.c:29: bdb.h:46:29: error: ../../db/db_key.h: No such file or directory bdb.h:47:28: error: ../../db/db_op.h: No such file or directory bdb.h:48:29: error: ../../db/db_val.h: No such file or directory In file included from bdb_uval.c:29:
Looks like it was not adopted properly. It see it tries to include files from old db directory, and also from srdb2 - but shouldn't that be srdb1 (ser's db layer)?
regards klaus
looks like the same problem is also in ser's dbtext:
make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/dbtext' In file included from dbt_tb.c:49: dbt_lib.h:42:29: error: ../../db/db_val.h: No such file or directory In file included from dbt_res.c:45: dbt_res.h:41:28: error: ../../db/db_op.h: No such file or directory In file included from dbt_res.h:44, from dbt_res.c:45:
regards klaus
Klaus Darilion wrote:
make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/bdb' In file included from bdb_val.c:29: bdb.h:46:29: error: ../../db/db_key.h: No such file or directory bdb.h:47:28: error: ../../db/db_op.h: No such file or directory bdb.h:48:29: error: ../../db/db_val.h: No such file or directory In file included from bdb_uval.c:29:
Looks like it was not adopted properly. It see it tries to include files from old db directory, and also from srdb2 - but shouldn't that be srdb1 (ser's db layer)?
regards klaus
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
same with ser's oracle module
regards klaus
Klaus Darilion wrote:
make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/bdb' In file included from bdb_val.c:29: bdb.h:46:29: error: ../../db/db_key.h: No such file or directory bdb.h:47:28: error: ../../db/db_op.h: No such file or directory bdb.h:48:29: error: ../../db/db_val.h: No such file or directory In file included from bdb_uval.c:29:
Looks like it was not adopted properly. It see it tries to include files from old db directory, and also from srdb2 - but shouldn't that be srdb1 (ser's db layer)?
regards klaus
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
The three modules should not be there, because they have been merged into db_berkeley, db_dbtext, and db_oracle in the shared modules directory.
Thanks for the report, I will delete them.
Jan.
On 29-06 23:18, Klaus Darilion wrote:
same with ser's oracle module
regards klaus
Klaus Darilion wrote:
make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/bdb' In file included from bdb_val.c:29: bdb.h:46:29: error: ../../db/db_key.h: No such file or directory bdb.h:47:28: error: ../../db/db_op.h: No such file or directory bdb.h:48:29: error: ../../db/db_val.h: No such file or directory In file included from bdb_uval.c:29:
Looks like it was not adopted properly. It see it tries to include files from old db directory, and also from srdb2 - but shouldn't that be srdb1 (ser's db layer)?
regards klaus
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev