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

Errors loading the shared library files with Windows 32-bit #82

Closed
vbdr opened this issue May 11, 2018 · 2 comments
Closed

Errors loading the shared library files with Windows 32-bit #82

vbdr opened this issue May 11, 2018 · 2 comments

Comments

@vbdr
Copy link
Collaborator

vbdr commented May 11, 2018

We need to compile the library (.so) files of all theories using a 32-bit gcc compiler on Windows. Then, in the Python code, we need to be able to distinguish 32- vs 64-bit platforms and load the appropriate library.

@vbdr
Copy link
Collaborator Author

vbdr commented May 14, 2018

To install 32-bit gcc compiler on a 64-bit Windows, download "MinGW-w64" from SourceForge (https://sourceforge.net/projects/mingw-w64/) and select "Architecture i686" during installation.

@vbdr
Copy link
Collaborator Author

vbdr commented May 14, 2018

added library files for Windows 32-bit with a "_i686" tag in the .so file.

@vbdr vbdr closed this as completed May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant