-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
DBUILD_SHARED_LIBS in Windows is broken for master #227
Comments
That's odd. I was fairly certain I'd tested this scenario (and hence added that |
@andschwa The I have a patch ready which I will submit soon. |
OH! Thank you @sergiud. |
durswd
pushed a commit
to durswd/glog
that referenced
this issue
Sep 2, 2019
durswd
pushed a commit
to durswd/glog
that referenced
this issue
Sep 2, 2019
Fix for missing exports (fixes google#227)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use this
To build glog shared library on Windows I get this error when I try to build the solution:
That line is this:
During build it must be export, during usage it must be import. I think
GOOGLE_GLOG_DLL_DECL
definition is not complete.This error is the current master. The release v0.3.5 compiles fine. Issue #103 is related.
The text was updated successfully, but these errors were encountered: