|
From: Bill S. <g4...@cl...> - 2017-07-31 10:41:58
|
On 30/07/2017 01:59, C. Gary Rogers wrote: > This doesn’t seem to be working either: > > Last login: Sat Jul 29 20:55:29 on ttys004 > Charless-MacBook-Pro:~ charlesrogers$ cd ~/wsjtx-prefix/build > Charless-MacBook-Pro:build charlesrogers$ rm -r * > rm: *: No such file or directory > Charless-MacBook-Pro:build charlesrogers$ FC=gfortran-mp-5 \ > > cmake \ > > -D CMAKE_PREFIX_PATH=~/Qt/5.7/clang_64;~/hamlib-prefix;/opt/local \ > > -D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix \ > > -D CMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk \ > > ~/wsjtx-prefix/src > CMake Error: The source directory > "/Users/charlesrogers/wsjtx-prefix/build/CMAKE_PREFIX_PATH=/Users/charlesrogers/Qt/5.7/clang_64" > does not exist. > Specify --help for usage, or press the help button on the CMake GUI. > -bash: /Users/charlesrogers/hamlib-prefix: is a directory > -bash: /opt/local: is a directory > Charless-MacBook-Pro:build charlesrogers$ > > > Hi Gary, Sorry about he delay answering , I have been busy operating CW over the w/e in the IOTA contest. The clue to the problem is in this error line: CMake Error: The source directory "/Users/charlesrogers/wsjtx-prefix/build/CMAKE_PREFIX_PATH=/Users/charlesrogers/Qt/5.7/clang_64" does not exist. somehow the cmake command parameters have become mangled and joined together. I can't see why that is from your pasted command and results. You could try putting the cmake command all on one line instead of using the line continuation escapes. 73 Bill G4WJS. |