pocoproject / poco-dnssd

POCO DNS-SD (Zeroconf) Wrapper Library for Bonjour and Avahi
Other
21 stars 13 forks source link

Building static only #10

Open trolfs opened 5 years ago

trolfs commented 5 years ago

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.