-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compilation error with imsg-compat #18
Comments
@Narrat I'm using the latest imsg API which are not yet in a imsg-compat release. I'll ping @epsilon-0 about it. In the meantime, please use the bundled version, it's up-to-date with OpenBSD src. |
@omar-polo in the case where someone uses the system version of imsg, we should probably explicitly check for some of these definitions and error out, so it doesn't become a compilation error. I'll add it to my TODO list. 🙂 |
@ThomasAdam yeah, that would also make sense. It should only be a matter of changing the function used in the check in the configure (imsg_get_fd maybe), and making sure we use the right imsg.h when compiling. |
I see. Alright, will use the bundled one then :) Thank you for your help. |
I'd like to leave this open until I put some autotools checks in place. |
Hello,
when trying to compile telescope with the latest imsg-compat 7.4.0 and
--with-imsg
I get the following errors:Oddly enough going back to 6.8.2 also throws a compilation error.
The text was updated successfully, but these errors were encountered: