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

GCC-6: WARNING unordered_map: present but cannot be compiled #133

Open
ppericard opened this issue Jan 11, 2017 · 1 comment
Open

GCC-6: WARNING unordered_map: present but cannot be compiled #133

ppericard opened this issue Jan 11, 2017 · 1 comment

Comments

@ppericard
Copy link

Hi,
I am trying to compile SGA with gcc 6.2.0 on a debian system.
I encountered a few kinks with the bamtools library until I checked out the very last version which repaired support with gcc 6. And then I compiled SGA using gcc 6.
The compilation terminated with no error, but there is 2 warnings that seemed surprising and needed to be reported:

configure: WARNING: unordered_map: present but cannot be compiled
configure: WARNING: unordered_map: check for missing prerequisite headers?
configure: WARNING: unordered_map: see the Autoconf documentation
configure: WARNING: unordered_map: section "Present But Cannot Be Compiled"
configure: WARNING: unordered_map: proceeding with the compiler's result
configure: WARNING: ## -------------------------------- ##
configure: WARNING: ## Report this to [email protected] ##
configure: WARNING: ## -------------------------------- ##

configure: WARNING: unordered_set: present but cannot be compiled
configure: WARNING: unordered_set: check for missing prerequisite headers?
configure: WARNING: unordered_set: see the Autoconf documentation
configure: WARNING: unordered_set: section "Present But Cannot Be Compiled"
configure: WARNING: unordered_set: proceeding with the compiler's result
configure: WARNING: ## -------------------------------- ##
configure: WARNING: ## Report this to [email protected] ##
configure: WARNING: ## -------------------------------- ##

The full compiling log is attached here: sga_compile.txt

@jts
Copy link
Owner

jts commented Jan 12, 2017

Thanks - I'll look into resolving these warnings.

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

2 participants