SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

make: *** No targets specified and no makefile found. Stop. #164

Open duyddwcs opened 4 years ago

duyddwcs commented 4 years ago

Hello, I'm trying to install your tool but i got this error below when I executed "make" command:

make: *** No targets specified and no makefile found. Stop.

Any idea how can i fix this. Best regards

maniceet commented 4 years ago

Same issue here. Here is the screenshot of the issue I'm facing. I'm running Windows 10. issue

Alexgolshtein commented 4 years ago

I confirm: The same issue on clean install Windows 10, GnuMake. mingw32-make.exe - the same result: "mingw32-make: *** No targets specified and no makefile found. Stop."

Update: Successfully built and installed using VS2019, and following issue fix manual from the README of https://github.com/hzli-ucas/warp-ctc Made all sources modifications from https://github.com/hzli-ucas/warp-ctc#specific-modifications

NguyenNguyen09 commented 4 years ago

Hello, I'm trying to install your tool but i got this error below when I executed "make" command:

make: *** No targets specified and no makefile found. Stop.

Any idea how can i fix this. Best regards

me too, i use ubuntu 20 . gcc 9.0 -- please hepl me. Author @SeanNaren???. Thanks @SeanNaren

in build folder, i had setup cmake but not have cmake library. it not active gcc 9.0? you support code

Alexgolshtein commented 4 years ago

me too, i use ubuntu 20 . gcc 9.0 -- please hepl me. Author @SeanNaren???. Thanks @SeanNaren in build folder, i had setup cmake but not have cmake library. it not active gcc 9.0? you support code

Hi. Try this manual https://github.com/Alexgolshtein/warp-ctc Please write here if you succeed.

NguyenNguyen09 commented 4 years ago

me too, i use ubuntu 20 . gcc 9.0 -- please hepl me. Author @SeanNaren???. Thanks @SeanNaren in build folder, i had setup cmake but not have cmake library. it not active gcc 9.0? you support code

Hi. Try this manual https://github.com/Alexgolshtein/warp-ctc Please write here if you succeed.

Thanks support I did on ubuntu 20, but it seems to be suitable for Win, not Linux, else if i install Ubuntu 12? What do you think?