-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I have installed gcc, make and cmake via scoop package manager but when I am running make I get the following output
process_begin: CreateProcess(NULL, cc -dumpmachine, ...) failed.
dpf/Makefile.base.mk:61: pipe: Bad file descriptor
C:/Users/kpatch/scoop/apps/make/current/bin/make.exe -C dpf/dgl opengl
make[1]: Entering directory 'C:/Users/kpatch/src/wolf-shaper/dpf/dgl'
process_begin: CreateProcess(NULL, cc -dumpmachine, ...) failed.
../Makefile.base.mk:61: pipe: Bad file descriptor
make (e=2): The system cannot find the file specified.
make[1]: [Makefile:187: ../build/dgl/Application.cpp.o] Error 2 (ignored)
Compiling src/Application.cpp
In file included from src/../Application.hpp:20,
from src/ApplicationPrivateData.hpp:20,
from src/Application.cpp:17:
src/../Base.hpp:31:27: fatal error: error writing to -: Invalid argument
31 | #define END_NAMESPACE_DGL }
| ^
src/Application.cpp:112:1: note: in expansion of macro 'END_NAMESPACE_DGL'
112 | END_NAMESPACE_DGL
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:18: libs] Error 2
Any ideas on how I could do that ?
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels