Skip to content

Windows build failing due to the use of ls #73

@mniak

Description

@mniak
++++ info: using Makefile.pdlibbuilder version 0.6.0
process_begin: CreateProcess(NULL, ls C:/Users/andre/Projects/Pd/pure-data/src/m_pd.h, ...) failed.
pd-lib-builder/Makefile.pdlibbuilder:788: pipe: No such file or directory
process_begin: CreateProcess(NULL, ls "D:\ProgramFiles\Purr Data\bin/pd.dll", ...) failed.
pd-lib-builder/Makefile.pdlibbuilder:793: pipe: No such file or directory
pd-lib-builder/Makefile.pdlibbuilder:798: Where is Pd API m_pd.h? Do 'make help' for info.

Windows doesn't have the ls command by default.

When I tried to use powershell instead, it ran into other issues.
The easiest way is to use dir, since it works in both powershell and cmd.

I have a PR for that: #72

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