Hello all, I have installed Deal.II (v 9.2) using binary package on MacOS Big Sur (Version 11.4). I installed deal.ii as a part of Prisms-pf installation. Whenever I run an example, after compilation when I run $ *make release* command, it results in following error. I tried to run step-1 of examples. Please go through it and let me know if anyone has any questions.
Thanks in advance, Sumanth -- 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 the Google Groups "deal.II User Group" 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/dealii/0184379f-f5bf-4334-b391-d51868662acfn%40googlegroups.com.
#running DEAL.II example Step -1 #opened the deal.II app and it launched a terminal. now gave following commands $ cd /Applications/deal.II.app/Contents/Resources/examples/step-1 $ cmake . Output : -- The C compiler identification is AppleClang 11.0.3.11030032 -- The CXX compiler identification is AppleClang 11.0.3.11030032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Applications/deal.II.app/Contents/Resources/spack/opt/spack/openmpi-3.1.6-pvpk/bin/mpic++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Autopilot invoked ### # # Project step-1 set up with deal.II-9.2.0 found at # /Applications/deal.II.app/Contents/Resources/Libraries # # CMAKE_BUILD_TYPE: Debug # # You can now run # $ make - to compile and link the program # $ make run - to (compile, link and) run the program # # $ make sign - to sign the executable with the supplied OSX developer key # # $ make debug - to switch the build type to 'Debug' # $ make release - to switch the build type to 'Release' # # $ make edit_cache - to change (cached) configuration variables # and rerun the configure and generate phases of CMake # # $ make strip_comments - to strip the source files in this # directory off their comments; this is irreversible # $ make clean - to remove the generated executable as well as # all intermediate compilation files # $ make runclean - to remove all output generated by the program # $ make distclean - to clean the directory from _all_ generated # files (includes clean, runclean and the removal # of the generated build system) # $ make info - to view this message again # # Have a nice day! # ### -- Configuring done -- Generating done -- Build files have been written to: /Applications/deal.II.app/Contents/Resources/examples/step-1 #now going further $ make Output: Scanning dependencies of target step-1 [ 50%] Building CXX object CMakeFiles/step-1.dir/step-1.cc.o make[2]: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libdl.tbd', needed by `step-1'. Stop. make[1]: *** [CMakeFiles/step-1.dir/all] Error 2 make: *** [all] Error 2
