Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile problem #32

Open
Solenyalyl opened this issue Feb 28, 2023 · 2 comments
Open

compile problem #32

Solenyalyl opened this issue Feb 28, 2023 · 2 comments

Comments

@Solenyalyl
Copy link

Dear Author:
it cannot be compiled with an error
meryl2/merylOpTemplate.C:159:44: error: cast from ‘const char*’ to ‘char’ loses precision [-fpermissive]
159 | for (char *suf = strchr(prName, '#'); ((suf) && (suf == '#')); suf++)
I'm donnot ubderstand c++ ,how to change the ‘const char
’ strchr(prName, '#') into ‘char’?
thank you~

@brianwalenz
Copy link
Member

In src/main.mk, remove the following lines near the bottom of the file:

SUBMAKEFILES += meryl2/meryl.mk \
                meryl2-analyze/meryl-analyze.mk \
                meryl2-simple/meryl-simple.mk \
                meryl2-import/meryl-import.mk \
                meryl2-lookup/meryl-lookup.mk

This disable compilation of meryl2 which isn't quite ready for use. The original version of meryl is still compiled.

Thanks for the report.

@Solenyalyl
Copy link
Author

got it,thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants