|
From: Bill S. <g4...@cl...> - 2017-07-29 17:02:06
|
On 29/07/2017 17:34, C. Gary Rogers wrote: > Hello all, i’ve been following Bill’s instructions on compiling WSJT-X > on MacBook Pro OS X 10.12.5 > > All is successful until i attempt: > > $ cd ~/wsjtx-prefix/build > $ 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 Hi Gary, the issue is the quotation marks on the CMAKE_PREFIX_PATH variable assignment, they should not be there and are turning it into a single string rather that a path list separated by ';' characters. 73 Bill G4WJS. |