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

#include <cstdint> #182

Open
katahdin0 opened this issue Sep 13, 2024 · 0 comments
Open

#include <cstdint> #182

katahdin0 opened this issue Sep 13, 2024 · 0 comments

Comments

@katahdin0
Copy link

Describe the bug
Failed while compiling (make)

in two places
src/parse_gff.h
src/primer_bed.h

I had to add the include in the top to get the make to run to finish.

I am on ubuntu 24.04 and have installed hstlib, samtools and bcftools

To Reproduce

git clone and try make
it will complain

Expected behavior
I expected make to run to completion

Screenshots
parse_gff.cpp:2:1: note: ‘uint64_t’ is defined in header ‘’; did you forget to ‘#include ’?
1 | #include "parse_gff.h"
+++ |+#include

Desktop (please complete the following information):

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

No branches or pull requests

1 participant