-
Notifications
You must be signed in to change notification settings - Fork 17
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
Installation problems #17
Comments
I have the same problem with downloaded it, unpacked it, then:
error:
|
I have the same problem. Configure runs fine.
|
The configure output like this:
|
Modify the code in text_line_reader.cpp to the content below, and it will work:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to install gtextutils and fastx, using the commands in this link: https://zhanglab.c2b2.columbia.edu/index.php/CTK_FAQ
However, I get the following error after running "make" in downloading gtextutils:
text_line_reader.cpp: In member function 'bool TextLineReader::next_line()':
text_line_reader.cpp:47:9: error: cannot convert 'std::istream' {aka 'std::basic_istream'} to 'bool' in return
47 | return input_stream ;
| ^~~~~~~~~~~~
| |
| std::istream {aka std::basic_istream}
make[3]: *** [text_line_reader.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered: