speech icon indicating copy to clipboard operation
speech copied to clipboard

make error : system cannot find the path specified

Open m3m3-chan opened this issue 5 years ago • 0 comments

Hi thanks for your work!

I am running a windows machine &I get the error below when I run 'MinGW32-make'

git clone https://github.com/awni/warp-ctc.git libs/warp-ctc
Cloning into 'libs/warp-ctc'...
remote: Enumerating objects: 467, done.
Receiving objects:  90% (421/467), remote: Total 467 (delta 0), reused 0 (delta 0), pack-reused 467
Receiving objects: 100% (467/467), 334.09 KiB | 221.00 KiB/s, done.
Resolving deltas: 100% (222/222), done.
cd libs/warp-ctc; mkdir build; cd build; cmake ../ && make; \
        cd ../pytorch_binding; python build.py
The system cannot find the path specified.
Makefile:5: recipe for target 'warp' failed
MinGW32-make: *** [warp] Error 1

I have the wrap-ctc repo cloned but the rest gives me error. I manually created the build folder and ran makefile from there but failed. Any way to make this work? how to run makefile manually?

Thanks,

m3m3-chan avatar May 30 '19 07:05 m3m3-chan