Open
Description
I'm trying to make this run on windows 10 since several days, but it doesn't work. Maybe you can help me out:
What I've done so far (Prolog version 7.2.3):
- Downloaded prolog-bson and prolongo into the same parent-folder.
- compiled the c-File bson_bits and created a bson_bits.dll file so it's readable for Prolog.
- run the load.pl file from prolongo and run make. Here I got the first warnings:
Warning: The predicates below are not defined. If these are defined
Warning: at runtime using assert/1, use :- dynamic Name/Arity.
Warning:
Warning: mongo_test_helper:drop_all_test_databases/0, which is referenced by
Warning: c:/users/julian/desktop/parent/prolongo/load.pl:84:26: 1-st clause of prolongo_run_test_suite/0
Warning: c:/users/julian/desktop/parent/prolongo/load.pl:99:26: 1-st clause of prolongo_run_test_suite_with_coverage/0
- then I consulted the todo.pl in examples and get the next error:
ERROR: c:/users/julian/desktop/parent/prolog-bson/src/bson_bits.pl:18:
'$open_shared_object'/3: Das angegebene Modul wurde nicht gefunden.
Warning: c:/users/julian/desktop/parent/prolog-bson/src/bson_bits.pl:18:
Goal (directive) failed: bson_bits:use_foreign_library(foreign(bson_bits))
Can you help me out please?
Metadata
Metadata
Assignees
Labels
No labels