Skip to content

Create missing file "descrip.h" #1

Description

@advancedwebdeveloper

While trying to compile the sources - experience a bug, related to an absence of a header file:

cd src
clang --target=wasm32-unknown-wasi --sysroot ../../wasi-libc-build -Wl,--no-entry -idirafter . -o ../wasm/vms_progname.wasm vms_progname.c

Clang rejected/raise fatal error:

vms_progname.c:68:10: fatal error: 'descrip.h' file not found

.

This line of code is referenced:

#include <descrip.h>

.

Ivan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions