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

Compilation error, travis failing also #78

Open
ph4r05 opened this issue Mar 26, 2021 · 1 comment
Open

Compilation error, travis failing also #78

ph4r05 opened this issue Mar 26, 2021 · 1 comment

Comments

@ph4r05
Copy link

ph4r05 commented Mar 26, 2021

Compilation fails on the current master (6654d48) on both:

  • Ubuntu 20.04.1 LTS, gcc version 9.3.0, gperf v3.1
  • OSX 11.2.3, Apple clang version 12.0.0 (clang-1200.0.32.29), gperf v3.0.3

It also seems that your Travis build is failing and Travis mistakenly finishes with success: https://travis-ci.org/github/blackducksoftware/ohcount/jobs/760100858

Error:

Building src/parser.c (will take a while)
clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
src/parser.c:10:20: error: conflicting types for 'ohcount_hash_parser_from_language'
struct ParserMap * ohcount_hash_parser_from_language (register const char *str, register size_t len);
                   ^
parsers.gperf:171:1: note: previous definition is here
ohcount_hash_parser_from_language (register const char *str, register unsigned int len)
@notalex
Copy link

notalex commented Apr 30, 2021

Thank you for reporting this. We will look into this.

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