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

Building static only #10

Open
trolfs opened this issue Oct 29, 2018 · 0 comments
Open

Building static only #10

trolfs opened this issue Oct 29, 2018 · 0 comments

Comments

@trolfs
Copy link

trolfs commented Oct 29, 2018

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.

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

No branches or pull requests

1 participant