-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In Sylvan version 1.6, there were major changes, and the API has changed, see trolando/sylvan@f626265.
Agema no longer compiles with Sylvan >= 1.6.0, with the following error message:
In file included from src/AGEMA.cpp:34:0:
./inc/conversion.hpp: In function 'void setupBDD()':
./inc/conversion.hpp:129:19: error: 'lace_init' was not declared in this scope
lace_init(4, 0);
^
./inc/conversion.hpp:130:31: error: 'lace_startup' was not declared in this scope
lace_startup(0, NULL, NULL);
^
./inc/conversion.hpp: In function 'void closeBDD()':
./inc/conversion.hpp:140:15: error: 'lace_exit' was not declared in this scope
lace_exit();
^
make[1]: *** [build/release/AGEMA.o] Error 1
make: *** [release] Error 2
Building still works with Sylvan v1.5.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels