On Wed, Sep 27, 2017 at 6:17 AM, zhen-lin Wang <[email protected]> wrote:
> Hi, > > I am using Mac OS just updated my Xcode as MacOSX10.13.sdk. Then I got a > error during compiling > No rule to make target `/Applications/Xcode.app/ > Contents/Developer/Platforms/MacOSX.platform/Developer/ > SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework' > > Indeed there is only /MacOSX10.13.sdk there, so I put a symbolic link > using > sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/ > MacOSX.platform/Developer/SDKs/MacOSX.sdk /Applications/Xcode.app/ > Contents/Developer/Platforms/MacOSX.platform/Developer/ > SDKs/MacOSX10.12.sdk > > No, you shouldn't be doing such things. Make sure you updated your command line tools. Recompile deal.II after deleting the old cmake cache files. It may be using the old settings. I usually delete my build directory, run cmake freshly and then compile deal.II. Since you have done a major update to your system, I would recommend doing this. Best praveen -- 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]. For more options, visit https://groups.google.com/d/optout.
