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 failure on 4.8.1: manyurls.h not found #2085

Closed
ArchangeGabriel opened this issue Aug 24, 2021 · 2 comments
Closed

Compilation failure on 4.8.1: manyurls.h not found #2085

ArchangeGabriel opened this issue Aug 24, 2021 · 2 comments

Comments

@ArchangeGabriel
Copy link
Contributor

The exact excerpt:

/build/netcdf/src/netcdf-c-4.8.1/ncdap_test/test_manyurls.c:6:10: fatal error: manyurls.h: No such file or directory
    6 | #include "manyurls.h"
      |          ^~~~~~~~~~~~
compilation terminated.

Seems the file wasn’t commited in cab3743 where it should have?

@DennisHeimbigner
Copy link
Collaborator

As a workaround, you can build with --disable-dap-long-tests.

DennisHeimbigner added a commit to DennisHeimbigner/netcdf-c that referenced this issue Aug 24, 2021
re: Github Issue: Unidata#2085

The file ncdap_test/manyurls.h was not added to the repository.
It is controlled by the --enable-dap-long-tests option.
Solution: add the file.
@DennisHeimbigner
Copy link
Collaborator

Fixed by PR #2091

@WardF WardF closed this as completed Aug 30, 2021
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

3 participants