-
Notifications
You must be signed in to change notification settings - Fork 52
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
Undefined symbols in poco library #206
Comments
Hi @eduardfrigola |
Hi @roymacdonald ! |
Hmmm, interesting. So the problem has to do with which OS SDK the Poco library was compiled? |
I think who knows what everything means is @ofTheo, seeing his insights on this for curl lib in this issue #176 |
sure. I checked the ofxPoco libs from 0.10.1 and all the headers are the same as the ones in the newest release but the compiled libs are all different, so I guess that in which OS it is compiled matters |
Hi everyone,
ofxPoco is not working on my machine (latest pull from main git, and from apotecary submodule, recent ./download_libs.sh)
macOS 10.14.6
Xcode 11.3.1
I get the following error:
Undefined symbols for architecture x86_64: "___darwin_check_fd_set_overflow", referenced from: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) in PocoNet.a(SocketImpl.o) ld: symbol(s) not found for architecture x86_64
Seems the same problem as curl had some days ago, compatibility issues with older xcode versions: #176.
Eduard
The text was updated successfully, but these errors were encountered: