snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.16k stars 795 forks source link

doxygen makefile problem #213

Closed yingkecode closed 3 years ago

yingkecode commented 3 years ago

cd doxygen; make file reports error as follows: process_begin: CreateProcess(NULL, uname, ...) failed. make: Makefile:16: pipe: Bad file descriptor rm -rf snap process_begin: CreateProcess(NULL, rm -rf snap, ...) failed.

roks commented 3 years ago

you need to run make in the cygwin environment, cygwin.org.