Skip to content

Update Sylvan version dependancy #1

@AdrianMarotzke

Description

@AdrianMarotzke

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions