我正在尝试在这个 git 存储库中构建框架。 https://github.com/cksystemsgroup/scal
我没有构建此服务的服务器上的 root 权限,因此我以普通用户的身份在我的私人目录中执行此操作。
据我所知,此依赖项已安装,因此我只需构建。执行此操作的说明如下:
tools/make_deps.sh
build/gyp/gyp --depth=. scal.gyp
V=1 BUILDTYPE=Debug make
V=1 BUILDTYPE=Release make
我克隆了 git 存储库,它如下所示:
:~/ictp/scal$ ls
AUTHORS common.gypi glue.gyp paper.pdf src
autogen.sh configure.ac LICENSE README.md tools
build data Makefile.am scal.gyp upstream.gyp
这是我尝试他们提到的命令时在终端上的输出:
~/ictp/scal$ tools/make_deps.sh
-> updating dependencies for scal
-> gyp...
Already up to date.
-> gyp... done
:~/ictp/scal$ build/gyp/gyp --depth=. scal.gyp
-bash: build/gyp/gyp: No such file or directory
:~/ictp/scal$ BUILDTYPE=Release make
make: *** No targets specified and no makefile found. Stop.
我尝试删除 build/gyp 并使用 : 更新目录, tools/make_deps.sh
但随后我又使用 :build/gyp/gyp --depth=. scal.gyp
我收到以下错误:
fatal: remote error:
Invalid authentication credentials.
Please generate a new identifier:
https://chromium.googlesource.com/new-password
这是什么意思?