|
From: C. G. R. <dc4...@co...> - 2017-07-29 21:11:49
|
So i see the quotation marks below…I took them out and reran and it seemed to work so i tried: $ cmake --build . $ cmake --build . --target install And i got Last login: Sat Jul 29 17:04:57 on ttys003 Charless-MacBook-Pro:~ charlesrogers$ cmake --build . Error: could not load cache Charless-MacBook-Pro:~ charlesrogers$ cmake --build . --target install Thoughts? > On Jul 29, 2017, at 4:28 PM, C. Gary Rogers <dc4...@co...> wrote: > > Bill, i followed the instructions in your install directions: > > $ mkdir -p ~/hamlib-prefix/build > $ cd ~/hamlib-prefix > $ git clone git://git.code.sf.net/u/bsomervi/hamlib <git://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...@cl... <mailto:g4...@cl...>> 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$ >>> >>> Did i misunderstand? >> Hi Gary, >> >> can your share the commands you used to build Hamlib please? >> >> 73 >> Bill >> G4WJS. >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org <http://slashdot.org/>! http://sdm.link/slashdot_______________________________________________ <http://sdm.link/slashdot_______________________________________________> >> wsjt-devel mailing list >> wsj...@li... <mailto:wsj...@li...> >> https://lists.sourceforge.net/lists/listinfo/wsjt-devel > > ------------------------------------------------------------------------------ > 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 > wsj...@li... > https://lists.sourceforge.net/lists/listinfo/wsjt-devel |