Hi Gary,

the Hamlib part looks fine. The error message from the cmake configuration shows something is messed up. Cmake will not change some things when you re-run the configuration pass so I think you need to delete the WSJT-X build directory and start from the cmake configuration command again:

$ cd ~/wsjtx-prefix/build
$ rm -r *
$ FC=gfortran-mp-5 cmake -D CMAKE_PREFIX_PATH= ...

73
Bill
G4WJS.

On 29/07/2017 21:28, C. Gary Rogers wrote:
Bill, i followed the instructions in your install directions:

$ mkdir -p ~/hamlib-prefix/build
$ cd ~/hamlib-prefix
$ git clonegit://git.code.sf.net/u/bsomervi/hamlib  src
$ cd src
$ git checkout integration
Then

$ cd ~/hamlib-prefix/build
$ ../src/autogen.sh \
    --enable-static \
    --disable-shared \
    --disable-winradio \
    --prefix=$HOME/hamlib-prefix \
    CFLAGS="-mmacosx-version-min=10.7 -I/opt/local/include" \
    LIBUSB_LIBS="-L/opt/local/lib -lusb-1.0"
$ make
$ make install-strip

I can see them at users/charlesrogers/hamlib-prefix


On Jul 29, 2017, at 4:15 PM, Bill Somerville <g4...@classdesign.com <mailto:g4...@classdesign.com>> wrote:

On 29/07/2017 19:27, C. Gary Rogers wrote:
I still don’t have it right…I took out the two quotation marks…Here is what i did:

Last login: Sat Jul 29 14:15:13 on ttys001
Charless-MacBook-Pro:~ charlesrogers$ cd ~/wsjtx-prefix/build
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$


------------------------------------------------------------------------------
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