Can you post the screen output of CMake? (All of the outputs in your CMakeError.log are things that are allowed to fail.)
Christoph On Wed, Apr 29, 2020 at 9:15 AM Linh Ngo <[email protected]> wrote: > > Hi, > > I am trying to install Votca, and receive the following msg in my > CMakeError.log: > ========= > Performing C++ SOURCE FILE Test COMPILER_SUPPORTS-Wpedantic failed with the > following outp > ut: > Change Dir: /home/sbinkas/votca/build/CMakeFiles/CMakeTmp > > Run Build Command:"/bin/gmake" "cmTC_5506f/fast" > /bin/gmake -f CMakeFiles/cmTC_5506f.dir/build.make > CMakeFiles/cmTC_5506f.dir/build > gmake[1]: Entering directory `/home/sbinkas/votca/build/CMakeFiles/CMakeTmp' > Building CXX object CMakeFiles/cmTC_5506f.dir/src.cxx.o > /software/intel/compilers_and_libraries_2016.2.181/linux/bin/intel64/icpc > -Wall -Wextra > -DCOMPILER_SUPPORTS-Wpedantic -Wpedantic -o > CMakeFiles/cmTC_5506f.dir/src.cxx.o -c /hom > e/sbinkas/votca/build/CMakeFiles/CMakeTmp/src.cxx > icpc: command line warning #10006: ignoring unknown option '-Wpedantic' > Warning #2216: '=' assumed following macro name "COMPILER_SUPPORTS" in > command-line defini > tion > > Linking CXX executable cmTC_5506f > /software/cmake/3.13.1/bin/cmake -E cmake_link_script > CMakeFiles/cmTC_5506f.dir/link.txt - > -verbose=1 > /software/intel/compilers_and_libraries_2016.2.181/linux/bin/intel64/icpc > -Wall -Wextra > -DCOMPILER_SUPPORTS-Wpedantic -pthread CMakeFiles/cmTC_5506f.dir/src.cxx.o > -o cmTC_5506 > f > gmake[1]: Leaving directory `/home/sbinkas/votca/build/CMakeFiles/CMakeTmp' > > Source file was: > int main() { return 0; } > Performing C SOURCE FILE Test HAVE_AIX failed with the following output: > Change Dir: /home/sbinkas/votca/build/CMakeFiles/CMakeTmp > > Run Build Command:"/bin/gmake" "cmTC_05a02/fast" > /bin/gmake -f CMakeFiles/cmTC_05a02.dir/build.make > CMakeFiles/cmTC_05a02.dir/build > gmake[1]: Entering directory `/home/sbinkas/votca/build/CMakeFiles/CMakeTmp' > Building C object CMakeFiles/cmTC_05a02.dir/src.c.o > /software/intel/compilers_and_libraries_2016.2.181/linux/bin/intel64/icc > -DHAVE_AIX -o > CMakeFiles/cmTC_05a02.dir/src.c.o -c > /home/sbinkas/votca/build/CMakeFiles/CMakeTmp/src. > c > /home/sbinkas/votca/build/CMakeFiles/CMakeTmp/src.c(3): error: #error > directive: > #error > ^ > > compilation aborted for /home/sbinkas/votca/build/CMakeFiles/CMakeTmp/src.c > (code 2) > ============ > > Any suggestion on what I can do to address this issue and what this error > means? I have gcc/5.3.0 and intel/16.0. The only thing I don't have is FFTW3 > and GROMACS, but I believe they are optional. > > Thanks! > > > -- > Join us on Slack: https://join.slack.com/t/votca/signup > --- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/votca/6dc5467e-8c24-49f0-864d-191d38e2f8be%40googlegroups.com. -- Christoph Junghans Web: http://www.compphys.de -- Join us on Slack: https://join.slack.com/t/votca/signup --- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e6TLGmuLJXXzPGfeB2uEC47dak6ZTvVAcF4JxLEBFq1iA%40mail.gmail.com.
