-
Notifications
You must be signed in to change notification settings - Fork 14
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
error when compiling on ubuntu 22.04 #18
Comments
Hi Martin, $ cmake --version CMake suite maintained and supported by Kitware (kitware.com/cmake). Can you either downgrade g++ to 9 or use the static binary? Gabriel |
Hi Gerard, thanks for your quick response! I created a conda env with cmake==3.16.3 & g++==9.4.0.
I definitely have zlib1g-dev installed, but I'm not the best when it comes to C/C++. Do you know if I can tell make where to look for zlib.h? (/usr/include/zlib.h) Thanks a lot & all the best, |
but do you have zlib within your conda env? |
yes, of course... |
you ran: |
I ran
with the following (env.yaml):
|
ok I am really bad at conda, can you use the static bin for now? |
Hi Gerard,
I was hoping to use deML to recover reads from the undetermined*.fastq.gz, after running bcl2fastq2.
On Ubuntu 22.04 (with git 2.34.1 & cmake 3.22.1), I get the following, when running make:
Thanks for your help!
All the best,
Martin
The text was updated successfully, but these errors were encountered: