Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Souffle 2.2 profiling on synthesized code doesn't compile #2275

Closed
dbueno opened this issue May 17, 2022 · 2 comments
Closed

Souffle 2.2 profiling on synthesized code doesn't compile #2275

dbueno opened this issue May 17, 2022 · 2 comments
Labels

Comments

@dbueno
Copy link
Contributor

dbueno commented May 17, 2022

I am running souffle 2.2 under macos. The attached file cannot be compiled and profiled at the same time. I used the command: souffle -c -p s.prof ../test.dl If I manually add the following #include line to the synthesized file, then compiling works.

#include "souffle/profile/Logger.h"

test.dl.txt

@adamjseitz
Copy link
Contributor

I believe this was fixed by #2186, and should no longer occur if you update to 2.3.

@b-scholz
Copy link
Member

Can we close this issue?

@dbueno dbueno closed this as completed May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants