lidaof / methylQA

methylation sequence data quality assessment tool
6 stars 1 forks source link

Unable to install methylQA #8

Closed daoyingiris closed 7 years ago

daoyingiris commented 7 years ago

When I installed methylQA, encountered such a problem“memgfx.c:428:1: error: ‘mgPutDot’ is static but used in inline function ‘mixDot’ which is not static [-Werror] mgPutDot(img,x,y,MAKECOLOR_32(r,g,b));” Could you tell me I should how to solve this problem?

lidaof commented 7 years ago

hi @daoyingiris , which system are you using? Linux or MacOSX? thanks.

daoyingiris commented 7 years ago

Thanks for your reply. my system is Linux.

lidaof commented 7 years ago

no problem @daoyingiris. Usually the compile works pretty well under Linux, would you mind try change the 3rd line of cuskent/makefile to: CFLAGS=

basically remove those -W flags..

daoyingiris commented 7 years ago

Thank you very much, I have installed it successfully.

lidaof commented 7 years ago

Thanks, I am closing it. Please open a new issue if you get another question :)