Skip to content

Error building git repository dependency #22

Description

@jgarte

Hi, this might be a simple error.

Do you happen to know why it fails to build?

Any help or advice is greatly appreciated.

I installed raylib with nix package manager and janet with xbps on void linux.

doas jpm install https://github.com/janet-lang/jaylib.git
From https://github.com/janet-lang/jaylib
 * branch            master     -> FETCH_HEAD
Already up to date.
no dependencies found
compiling src/main.c to build/src___main.o...
Error building git repository dependency: ( "cc"
  "-c"
  "src/main.c"
  "-D_POSIX_C_SOURCE=200809L"
  "-DPLATFORM_DESKTOP"
  "-std=c99"
  "-Wall"
  "-Wextra"
  "-Iraylib/src"
  "-I/usr/include/janet"
  "-I/usr/lib64/janet"
  "-O2"
  "-fPIC"
  "-o"
  "build/src___main.o"): No such file or directory
error: ( "cc"
  "-c"
  "src/main.c"
  "-D_POSIX_C_SOURCE=200809L"
  "-DPLATFORM_DESKTOP"
  "-std=c99"
  "-Wall"
  "-Wextra"
  "-Iraylib/src"
  "-I/usr/include/janet"
  "-I/usr/lib64/janet"
  "-O2"
  "-fPIC"
  "-o"
  "build/src___main.o"): No such file or directory
  in os/execute
  in shell [/bin/jpm] (tailcall) on line 154, column 3
  in do-rule [/bin/jpm] on line 273, column 26
  in do-rule [/bin/jpm] on line 269, column 44
  in do-rule [/bin/jpm] on line 269, column 44
  in <anonymous> [/bin/jpm] on line 864, column 7
  in <anonymous> [/bin/jpm] on line 850, column 5
  in install-git [/bin/jpm] on line 866, column 71
  in install [/bin/jpm] (tailcall) on line 1308, column 20
  in _thunk [/bin/jpm] on line -1, column -1
  in cli-main [boot.janet] on line 3559, column 39

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions