Dear Gregor,
I took Gregor advice and compiled "Fleur". As a result, I was able to compile "Fleur".
My solution is shown in the next line.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
user@malive:~/Data/App/fleur$ sudo apt-get clean
user@malive:~/Data/App/fleur$ sudo apt-get install libxml2-dev
user@malive:~/Data/App/fleur$ find /usr/ -name libxml2*
/usr/include/libxml2
/usr/lib/x86_64-linux-gnu/libxml2.so.2
/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.4
/usr/lib/x86_64-linux-gnu/libxml2.so
/usr/lib/x86_64-linux-gnu/libxml2.a
/usr/share/aclocal/libxml2.m4
/usr/share/lintian/overrides/libxml2
/usr/share/doc/libxml2-dev
/usr/share/doc/libxml2
user@malive:~/Data/App/fleur$ ./configure.sh >CompileResult.txt
user@malive:~/Data/App/fleur$ cd build ; make -j2
user@malive:~/Data/App/fleur/build$ ctest -I 1,35 >test.txt
I would like to thank you very much, Gregor. If you have any books or journals that explain the source code of Fleur, please introduce them to me. I am an undergraduate student majoring in Materials Science. I would like to be like Gregor, a first-class researcher and programmer.
Best Regards,
Yuta.O