CMake Error: The source directory "/" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Also, I checked the content of deal.II folder, and I did not see any file called CMakelists.txt.
I have no idea how to pass this step. I tried to copy one CMakelists.tex file from folder "step-1" or other examples. But it gave me other error and I cannot 'make' it.
I will appreciate very much if anyone could give me some suggestions.
Best,
Chenchen
###
-- Configuring done
-- Generating done
-- Build files have been written to: /dealii-8.3.0/examples/step-1
bash-3.2$ make run
Scanning dependencies of target step-1
[ 33%] Building CXX object CMakeFiles/step-1.dir/step-1.cc.o
[ 66%] Linking CXX executable step-1
[ 66%] Built target step-1
Scanning dependencies of target run
[100%] Run step-1 with Debug configuration
dyld: Library not loaded: @rpath/libdeal_II.g.8.3.0.dylib
Referenced from: /dealii-8.3.0/examples/step-1/./step-1
Reason: Incompatible library version: step-1 requires version 8.3.0 or later, but libdeal_II.g.8.3.0.dylib provides version 0.0.0
make[3]: *** [CMakeFiles/run] Trace/BPT trap: 5
make[2]: *** [CMakeFiles/run.dir/all] Error 2
make[1]: *** [CMakeFiles/run.dir/rule] Error 2
make: *** [run] Error 2
Do you know what is the problem?
Thanks!
Chenchen
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/GMMBR5cHWMY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.
bash-3.2$ cmake -DDEAL_II_DIR=/Applications/deal.II.app/
-- Autopilot invoked
-- Run $ make info to print a detailed help message
-- Configuring done
-- Generating done
-- Build files have been written to: /Applications/deal.II.app/Contents/Resources/examples/step-1
bash-3.2$ make run
[ 33%] Building CXX object CMakeFiles/step-1.dir/step-1.cc.o
error: invalid value 'c++14' in '-std=c++14'
make[3]: *** [CMakeFiles/step-1.dir/step-1.cc.o] Error 1
make[2]: *** [CMakeFiles/step-1.dir/all] Error 2
make[1]: *** [CMakeFiles/run.dir/rule] Error 2
Do you have any suggestions?
Thanks!
Chenchen
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/GMMBR5cHWMY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.