-
Notifications
You must be signed in to change notification settings - Fork 21
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
FreeGLUT 3.2.1 changes break linking of Display/register #134
Comments
on Ubuntu 20.04 Display and Register do not seem to link to it. Which os are you using? |
This is on niagara.computecanada.ca, with either Centos7 or RHEL7. |
could it be that freeglut's cmake build found this library and is linking to it, but only if the -dev version is present on the system? (I don't have it) |
It may be some unwanted cleverness in cmake. Given the freeglut change, can the Display/register linking inherit the proper linker settings from the FreeGLUT cmake? In 18.04 with earlier FreeGLUT it doesn't seem to have linked against it on my system even though I have it. |
i will try |
my original transfer to the new FreeGLUT was to see if it works better with HiDPI displays , it doesn't seem to. Any ideas? |
Based on my reading of: Very basic patches were proposed and not yet merged. |
"If true, on window the application will be declared DPI aware. No effect on other platoforms" |
Sounds like its very very basic :) |
Display and register don't have
-lXxf86vm
in their link list and fail to link. Adding them manually to link.txt allows the build to finish.I'm not exactly sure the right place to add these, or if its a freeglut bug.
The text was updated successfully, but these errors were encountered: