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

Properly generate compat.h #17

Closed
withoutboats opened this issue May 27, 2020 · 0 comments · Fixed by #18
Closed

Properly generate compat.h #17

withoutboats opened this issue May 27, 2020 · 0 comments · Fixed by #18

Comments

@withoutboats
Copy link
Collaborator

My build script was so simple! Alas!

liburing used to contain a src/include/liburing/compat.h header file. However, it now generates that compat.h header file using a script called configure. And cargo does not want users to write any files outside of $OUT_DIR.

I think I need to make it so it can call configure to write into outdir, which unfortunately I think means copying configure into OUT_DIR and then running it there, and then I need to make outdir an include directory for my build.

This is all becoming quite a headache honestly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant