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

Missing cdefs-compat.h #12582

Closed
ViralBShah opened this issue Aug 12, 2015 · 1 comment
Closed

Missing cdefs-compat.h #12582

ViralBShah opened this issue Aug 12, 2015 · 1 comment
Labels
building Build system, or building Julia or its dependencies

Comments

@ViralBShah
Copy link
Member

On a fresh checkout on ubuntu 14.04, using gcc 4.8, I am seeing:

In file included from /home/justdial/julia/usr/include/openlibm.h:4:0,
                 from Faddeeva/Faddeeva.cc:225,
                 from Faddeeva/Faddeeva.c:3:
/home/justdial/julia/usr/include/openlibm_complex.h:27:0: warning: "_Complex_I" redefined [enabled by default]
 #define _Complex_I 1.0fi
 ^
In file included from Faddeeva/Faddeeva.h:31:0,
                 from Faddeeva/Faddeeva.cc:218,
                 from Faddeeva/Faddeeva.c:3:
/usr/include/complex.h:44:0: note: this is the location of the previous definition
 #define _Complex_I (__extension__ 1.0iF)
 ^
In file included from /home/justdial/julia/usr/include/openlibm_fenv.h:8:0,
                 from /home/justdial/julia/usr/include/openlibm.h:5,
                 from Faddeeva/Faddeeva.cc:225,
                 from Faddeeva/Faddeeva.c:3:
/home/justdial/julia/usr/include/openlibm_fenv_amd64.h:32:26: fatal error: cdefs-compat.h: No such file or directory
 #include "cdefs-compat.h"
                          ^
@ViralBShah ViralBShah added the building Build system, or building Julia or its dependencies label Aug 12, 2015
@ViralBShah
Copy link
Member Author

I believe this was a make -j artefact, and the build had got into a weird state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

1 participant