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

Hardcoded path in src/linux/main.c for sched.h #6542

Closed
cnf opened this issue Mar 26, 2024 · 2 comments
Closed

Hardcoded path in src/linux/main.c for sched.h #6542

cnf opened this issue Mar 26, 2024 · 2 comments
Labels
not on github Not a topic tracked on github

Comments

@cnf
Copy link

cnf commented Mar 26, 2024

In src/linux/main.c

#include </usr/include/sched.h> // sched_setscheduler sched_get_priority_max
#include </usr/include/sched.h> is hard coded.

This doesn't work very well on NixOS for example, as it keeps things in separate hashed paths. So there is no /usr/include, at all. Is there a reason this is hardcoded?

Thanks!

@Sineos Sineos added the not on github Not a topic tracked on github label Mar 26, 2024
Copy link

It looks like this ticket is a request for help (or similar). Many helpful people will not see your message here and you are unlikely to get a useful response. Instead, see the contact directions at: https://www.klipper3d.org/Contact.html

We use github to share the results of work done to improve Klipper. We don't use github for requests. (In particular, we don't use github for feature requests, to answer questions, nor to help diagnose problems with a printer.)

Please follow the directions at: https://www.klipper3d.org/Contact.html

This ticket will be automatically closed.

Best regards,
~ Your friendly GitIssueBot

PS: I'm just an automated script, not a human being.

@Sineos Sineos closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2024
@cnf
Copy link
Author

cnf commented Mar 26, 2024

Pointing to #6493 in case anyone stumbles on this in the future.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
not on github Not a topic tracked on github
Projects
None yet
Development

No branches or pull requests

2 participants