Skip to content

Building static only #10

Open
Open
@trolfs

Description

@trolfs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions