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

Use different library names on Windows #4

Merged
merged 2 commits into from Dec 13, 2014
Merged

Use different library names on Windows #4

merged 2 commits into from Dec 13, 2014

Conversation

retupmoca
Copy link
Contributor

When we're loading .dll's instead of .so files, use the library filenames
that come in the gtk3 windows binary download.

Also note the definition of g_idle_add - the library was changed from
libgtk to libglib, as it was throwing a 'symbol not found' error.

When we're loading .dll's instead of .so files, use the library filenames
that come in the gtk3 windows binary download.

Also note the definition of g_idle_add - the library was changed from
libgtk to libglib, as it was throwing a 'symbol not found' error.
This should let things work on OS X as well.
retupmoca added a commit that referenced this pull request Dec 13, 2014
Use different library names on Windows
@retupmoca retupmoca merged commit 072eaff into finanalyst:master Dec 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant