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

"compiletime_info.h" was missed #7

Open
houzf opened this issue Jan 13, 2020 · 0 comments
Open

"compiletime_info.h" was missed #7

houzf opened this issue Jan 13, 2020 · 0 comments

Comments

@houzf
Copy link

houzf commented Jan 13, 2020

I used gcc (version 8.2.1 on centos 8) to compile the tools in the kite package and met the following error messages:

Compiling KITE-tools
Compiling ../src/arpes.cpp
Compiling ../src/calculate.cpp
Compiling ../src/conductivity_optical.cpp
Compiling ../src/dos.cpp
Compiling ../src/functions.cpp
Compiling ../src/ldos.cpp
Compiling ../src/main.cpp
../src/main.cpp:21:10: fatal error: compiletime_info.h: No such file or directory
#include "compiletime_info.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Compiling ../src/myHDF5.cpp
Compiling ../src/parse_input.cpp
../src/parse_input.cpp:18:10: fatal error: compiletime_info.h: No such file or directory
#include "compiletime_info.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Compiling ../src/systemInfo.cpp
Compiling ../src/cond_2order/conductivity_2order.cpp
Compiling ../src/cond_2order/Gamma0.cpp
Compiling ../src/cond_2order/Gamma0photo.cpp
Compiling ../src/cond_2order/Gamma1.cpp
Compiling ../src/cond_2order/Gamma1photo.cpp
Compiling ../src/cond_2order/Gamma2.cpp
Compiling ../src/cond_2order/Gamma2photo.cpp
Compiling ../src/cond_2order/Gamma3.cpp
Compiling ../src/cond_2order/Gamma3photo.cpp
Linking
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o: In function _start': (.text+0x24): undefined reference to main'

Shoud the ""compiletime_info.h" be provided by the kite package or by other pacakges of linux system?

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