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

bits/stdc++.h causing problems - can't compile #9

Open
nleroy917 opened this issue Oct 5, 2023 · 0 comments
Open

bits/stdc++.h causing problems - can't compile #9

nleroy917 opened this issue Oct 5, 2023 · 0 comments

Comments

@nleroy917
Copy link
Member

Error

src/uniwig.cpp:1:10: fatal error: 'bits/stdc++.h' file not found
#include <bits/stdc++.h>

Background on error

I am unable to build uniwig locally because I am lacking the bits/stdc++.h header file. Based on some stack overflow scanning, it seems that it is not recommended that one use this header file.

Steps to reproduce

  1. Clone repository:
    git clone https://github.com/databio/uniwig
  2. Checkout the dev branch
    git checkout dev
  3. Attempt compile:
    make uniwig
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