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

Unable to compile mpileup2readcounts.cc #2

Open
chongshenghe opened this issue Aug 15, 2022 · 0 comments
Open

Unable to compile mpileup2readcounts.cc #2

chongshenghe opened this issue Aug 15, 2022 · 0 comments

Comments

@chongshenghe
Copy link

Hi, i am trying to compile mpileup2readcounts.cc using "g++ -std=c++11 -O3 mpileup2readcounts.cc -o mpileup2readcounts". My system is Ubuntu 20.04.4 LTS (GNU/Linux 5.15.0-41-generic x86_64).

However, i failed and got the following errors:
mpileup2readcounts.cc:67:61: error: stray ‘\302’ in program
67 | <title>mpileup2readcounts/mpileup2readcounts.cc at master ?? IARCbioinfo/mpileup2readcounts · GitHub</title>
| ^
mpileup2readcounts.cc:67:62: error: stray ‘\267’ in program
67 | <title>mpileup2readcounts/mpileup2readcounts.cc at master ?? IARCbioinfo/mpileup2readcounts · GitHub</title>
| ^
mpileup2readcounts.cc:67:95: error: stray ‘\302’ in program
67 | <title>mpileup2readcounts/mpileup2readcounts.cc at master · IARCbioinfo/mpileup2readcounts ?? GitHub</title>
| ^
mpileup2readcounts.cc:67:96: error: stray ‘\267’ in program
67 | <title>mpileup2readcounts/mpileup2readcounts.cc at master · IARCbioinfo/mpileup2readcounts ?? GitHub</title>
| ^
mpileup2readcounts.cc:432:10: warning: missing terminating ' character
432 |


| ^
mpileup2readcounts.cc:432:10: error: missing terminating ' character
432 |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpileup2readcounts.cc:489:75: error: stray ‘\342’ in program
489 | ???
| ^
mpileup2readcounts.cc:489:76: error: stray ‘\206’ in program
489 | ???
| ^
mpileup2readcounts.cc:489:77: error: stray ‘\265’ in program
489 | ??
| ^
mpileup2readcounts.cc:494:56: error: stray ‘\342’ in program
494 | ???
| ^
mpileup2readcounts.cc:494:57: error: stray ‘\206’ in program
494 | ???
| ^
mpileup2readcounts.cc:494:58: error: stray ‘\265’ in program
494 | ??
| ^
mpileup2readcounts.cc:536:75: error: stray ‘\342’ in program
536 | ???
| ^
mpileup2readcounts.cc:4275:12: error: missing terminating ' character
4275 |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpileup2readcounts.cc:4299:13: warning: character constant too long for its type
4299 |

Footer


| ^~~~~~~~~
mpileup2readcounts.cc:4314:21: warning: character constant too long for its type
4314 |
| ^~~~~~~~
mpileup2readcounts.cc:4315:17: warning: character constant too long for its type
4315 |
| ^~~~~~~~~
mpileup2readcounts.cc:4315:30: warning: character constant too long for its type
4315 |
| ^~~~~~~~~~~~~~~~~~~
mpileup2readcounts.cc:4316:132: warning: character constant too long for its type
4316 | <ul class="list-style-none d-flex flex-wrap col-12 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0" aria-labelledby='sr-footer-heading>
| ^~~~~~~~~~~~~~~~~~
mpileup2readcounts.cc:4349:12: error: stray ‘\342’ in program
4349 | You can???t perform that action at this time.
| ^
mpileup2readcounts.cc:4349:13: error: stray ‘\200’ in program
4349 | You can???t perform that action at this time.
| ^
mpileup2readcounts.cc:4349:14: error: stray ‘\231’ in program
4349 | You can??t perform that action at this time.
| ^
mpileup2readcounts.cc:8:1: error: expected unqualified-id before ‘<’ token
8 |
| ^
mpileup2readcounts.cc:198:25: error: ‘up’ does not name a type
198 | Sign up
| ^~
mpileup2readcounts.cc:677:25: error: expected unqualified-id before ‘<’ token
677 |
{{ message }}

| ^

Any suggestions? Is there a pre-compiled version of mpileup2readcounts? Thanks!

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

1 participant