We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building on OS X 10.13.6.
I can get the non-implementation code to build statically using:
make -s -j8 static_debug static_release
But doing the same for the implementation code fails:
make -s -j8 -C Default static_debug static_release
The error is:
~/vs-dev/vendor/poco/src/poco-1.9.0/DNSSD ~/vs-dev/build/poco/osx/1.9.0 ~/vs-dev/vendor/poco make: *** No rule to make target `static_debug'. Stop.
Which is weird as there is a static_debug: target in .../build/rules/lib.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Building on OS X 10.13.6.
I can get the non-implementation code to build statically using:
But doing the same for the implementation code fails:
The error is:
Which is weird as there is a static_debug: target in .../build/rules/lib.
The text was updated successfully, but these errors were encountered: