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.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to