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

add -no-undefined for compilation on Windows #84

Merged
merged 1 commit into from
Jun 25, 2019
Merged

add -no-undefined for compilation on Windows #84

merged 1 commit into from
Jun 25, 2019

Conversation

vtorri
Copy link
Contributor

@vtorri vtorri commented Mar 5, 2019

this flags as no side effect on linux as anyway all the symbols should be defined

@vtorri
Copy link
Contributor Author

vtorri commented Jun 25, 2019

do you think you could test this pull request before the next release ?

@njh
Copy link
Owner

njh commented Jun 25, 2019

Build with the new -no-undefined option still succeeding with:

Hopefully it is now working for you on Windows...

@vtorri
Copy link
Contributor Author

vtorri commented Jun 25, 2019

plenty of

warning: "DLL_EXPORT" redefined

because you wrongly defines DLL_EXPORT in twolame.h, cf #85

@njh
Copy link
Owner

njh commented Jun 25, 2019 via email

@vtorri
Copy link
Contributor Author

vtorri commented Jun 25, 2019

no, there is something else to do. -no-undefined is necessary for Windows.

I will create another pull request, so that you can see what is needed, now.

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.

2 participants