Skip to content

pylibpd failes to compile #434

@n1zzo

Description

@n1zzo

Probably due to the old recipe (2013) the distribute script fails to compile pylibpd.
I've noticed that in the pylibpd recipe setup.py build and install are executed before
compiling the libpd itself.
In addition to this the distribute script cannot download any of the libpd submodules.
This because the script download the .zip version of the repo and github does not include
submodules using this kind of download.
Using git to clone the repository would fix the problem, by adding the
"git submodule init" and "git submodule update" commands.

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