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

Problem installing on Windows 32-bit #50

Open
fcdimitr opened this issue Dec 21, 2023 · 1 comment
Open

Problem installing on Windows 32-bit #50

fcdimitr opened this issue Dec 21, 2023 · 1 comment
Labels
Acknowledged We are aware of this issue and will respond soon Installation Error during Install Known Issue Developers are already aware of this

Comments

@fcdimitr
Copy link

When trying to add the package on a Windows 32-bit machine, I get the following error

ERROR: LoadError: UndefVarError: `mousetrap_julia_binding` not defined

Are there any workarounds? Thank you!

@Clemapfel Clemapfel added Known Issue Developers are already aware of this Acknowledged We are aware of this issue and will respond soon Installation Error during Install labels Dec 28, 2023
@Clemapfel
Copy link
Owner

Mousetrap is not supported on 32-bit Windows, as is stated here. Only 64-bit system are supported.

The reason for this is that I was unable to link against the 32-bit version of Windows' OpenGL implementation OPENGL32.dll, so I added this condition to prevent mousetrap_jll to compile for 32-bit systems. Because of that, there is no artifact mousetrap_julia_binding on that OS, hence your error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Acknowledged We are aware of this issue and will respond soon Installation Error during Install Known Issue Developers are already aware of this
Projects
None yet
Development

No branches or pull requests

2 participants