usnistgov / SCTK

Other
208 stars 52 forks source link

make check error #17

Closed frankhetao closed 2 years ago

frankhetao commented 5 years ago

the error cmd info below,tks

jg.setColor("DimGray"); jg.setStroke(2); jg.drawLine(670scale, 75, 800scale, 75); jg.setFont("arial","11px",Font.PLAIN); jg.drawStringRect("T", 670scale + 1, 58, 130scale - 1, "center"); jg.drawImage("images/white_dk.gif", 670scale - 7, 75 - 7, 14, 14); jg.drawImage("images/white_dk.gif", 800scale - 7, 75 - 7, 14, 14);

makefile:19: recipe for target 'check' failed make[2]: [check] Error 1 make[2]: Leaving directory '/root/Desktop/kaldi/tools/sctk-2.4.10/src/hubscr' makefile:62: recipe for target 'checkFast' failed make[1]: [checkFast] Error 2 make[1]: Leaving directory '/root/Desktop/kaldi/tools/sctk-2.4.10/src' makefile:51: recipe for target 'check' failed make: *** [check] Error 2

ugrozkr commented 4 years ago

I was get same error too. I think that this errror getten by sctk toolkit packages. I try to install on ubuntu 14.x version and this step successfully passed. It this version based compilation problem. Can anyone have any idea about this problem ?

jfiscus commented 2 years ago

I just tested on Ubuntu 18.04 and the issue is not present.