Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
OK will need to try later…Will report back…Thanks for all your help > On Jul 13, 2018, at 1:15 PM, Bill Somerville wrote: > > On 13/07/2018 18:10, Gary Rogers wrote: >> Charless-MacBook-Pro-2:~ charlesrogers$ mdfind -name Qt5Widgets >> /Users/charlesrogers/Qt5.8.0/5.8/clang_64/lib/cmake/Qt5Widge

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 18:10, Gary Rogers wrote: Charless-MacBook-Pro-2:~ charlesrogers$ mdfind -name Qt5Widgets /Users/charlesrogers/Qt5.8.0/5.8/clang_64/lib/cmake/Qt5Widgets /Users/charlesrogers/Qt5.8.0/5.8/clang_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /Users/charlesrogers/Qt5.8.0/5.8/clang_64/li

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
Charless-MacBook-Pro-2:~ charlesrogers$ mdfind -name Qt5Widgets /Users/charlesrogers/Qt5.8.0/5.8/clang_64/lib/cmake/Qt5Widgets /Users/charlesrogers/Qt5.8.0/5.8/clang_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /Users/charlesrogers/Qt5.8.0/5.8/clang_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 17:59, Gary Rogers wrote: Here is what it says but i can see it in the correct place in finder Last login: Fri Jul 13 12:43:02 on ttys000 Charless-MacBook-Pro-2:~ charlesrogers$ ls -l ~/Qt/5.8/clang_64/lib/cmake/Qt5Widgets ls: /Users/charlesrogers/Qt/5.8/clang_64/lib/cmake/Qt5Widg

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
Here is what it says but i can see it in the correct place in finder Last login: Fri Jul 13 12:43:02 on ttys000 Charless-MacBook-Pro-2:~ charlesrogers$ ls -l ~/Qt/5.8/clang_64/lib/cmake/Qt5Widgets ls: /Users/charlesrogers/Qt/5.8/clang_64/lib/cmake/Qt5Widgets: No such file or directory Charless-M

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 17:39, Gary Rogers wrote: Got further this time but back to the QT5 widgets: Hi Gary, ok, so we are back to finding out why the Qt installation cannot be found. If this command: ls -l ~/Qt/5.8/clang_64/lib/cmake/Qt5Widgets doesn't work then where did you install the Qt packag

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
Got further this time but back to the QT5 widgets: Last login: Fri Jul 13 12:30:22 on ttys000 Charless-MacBook-Pro-2:~ charlesrogers$ mkdir -p ~/wsjtx-prefix/build Charless-MacBook-Pro-2:~ charlesrogers$ cd ~/wsjtx-prefix/build Charless-MacBook-Pro-2:build charlesrogers$ FC=gfortran-mp-6 \ >cm

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
MP 6…Let me try that > On Jul 13, 2018, at 12:26 PM, Bill Somerville wrote: > > gfor -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
Thanks Apparently when you upgrade the OS like to high sierra, mac ports also has to be upgraded…Doing that now... > On Jul 13, 2018, at 12:24 PM, Steven Franke via wsjt-devel > wrote: > > Gary, > > It can’t find the fortran compiler. If you are using MacPorts, it should be > in /opt/local/b

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 17:23, Gary Rogers wrote: On Jul 13, 2018, at 12:20 PM, Bill Somerville > wrote: On 13/07/2018 17:16, Gary Rogers wrote: CMake Error at /Applications/CMake.app/Contents/share/cmake-3.9/Modules/CMakeDetermineFortranCompiler.cmake:33 (message):   Co

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Steven Franke via wsjt-devel
Gary, It can’t find the fortran compiler. If you are using MacPorts, it should be in /opt/local/bin, e.g.: $ which gfortran-mp-5 /opt/local/bin/gfortran-mp-5 Steve k9an > On Jul 13, 2018, at 11:16 AM, Gary Rogers wrote: > > Here is the latest: > > Charless-MacBook-Pro-2:build charlesrogers$

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
Yes, i’ve had it on a while... > On Jul 13, 2018, at 12:20 PM, Bill Somerville wrote: > > On 13/07/2018 17:16, Gary Rogers wrote: >> CMake Error at >> /Applications/CMake.app/Contents/share/cmake-3.9/Modules/CMakeDetermineFortranCompiler.cmake:33 >> (message): >> Could not find compiler set

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 17:16, Gary Rogers wrote: CMake Error at /Applications/CMake.app/Contents/share/cmake-3.9/Modules/CMakeDetermineFortranCompiler.cmake:33 (message): Could not find compiler set in environment variable FC: Hi Gary, that is saying that gfortran-mp-5 does not exist, did you follow

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 17:12, Gary Rogers wrote: OK i misunderstood…Deleted the whole WSJT-prefix and am rebuilding…Will advise Hi Gary, RR, all you needed delete was the ~/wsjtx-prefix/build directory to save cloning the sources again, but never mind, hi. 73 Bill G4WJS. --

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
Here is the latest: Charless-MacBook-Pro-2:build charlesrogers$ FC=gfortran-mp-5 \ >cmake \ >-D CMAKE_PREFIX_PATH="~/Qt/5.8/clang_64;~/hamlib-prefix;/opt/local" \ >-D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix \ >-D > CMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
OK i misunderstood…Deleted the whole WSJT-prefix and am rebuilding…Will advise > On Jul 13, 2018, at 12:03 PM, Gary Rogers wrote: > > Couldn’t get that command to work but i found the folder in finder: > > > > I did move the previous version of QT to the trash before installing 5.8 > > Here

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
Couldn’t get that command to work but i found the folder in finder: I did move the previous version of QT to the trash before installing 5.8 Here is the command i used: FC=gfortran-mp-5 \ cmake \ -D CMAKE_PREFIX_PATH="~/Qt/5.8/clang_64;~/hamlib-prefix;/opt/local" \ -D CMAKE_INSTALL_PR

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 16:41, Gary Rogers wrote: i just installed 5.8 and am getting the same errors about the qt5 widgets Hi Gary, can you report back with the CMake configuration command you used please? Note that reconfiguring a CMake build tree when you have changed package locations will not usu

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
i just installed 5.8 and am getting the same errors about the qt5 widgets > On Jul 13, 2018, at 11:16 AM, Bill Somerville wrote: > > On 13/07/2018 16:00, Gary Rogers wrote: >> OK will see if i can find 5.8…Thanks > Hi Gary, > > is that a conformation that your Qt installation has landed in > ~

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 16:00, Gary Rogers wrote: OK will see if i can find 5.8…Thanks Hi Gary, is that a conformation that your Qt installation has landed in ~/Qt/5.10.1/clang_80 ? I would expect you to be able to build using Qt 5.10, perhaps with a couple of minor edits where they have fixed their

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
OK will see if i can find 5.8…Thanks > On Jul 13, 2018, at 10:56 AM, Bill Somerville wrote: > > On 13/07/2018 15:29, Gary Rogers wrote: >> So i tried following the instructions at >> https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/INSTALL for Mac OS…Was >> able to build hamlib no problem…P

Re: [wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Bill Somerville
On 13/07/2018 15:29, Gary Rogers wrote: So i tried following the instructions at https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/INSTALL for Mac OS…Was able to build hamlib no problem…Preparing to start to build using the commands below and encounter an error asking for Qt5 Widgets…I’ve lo

[wsjt-devel] Compiling WSJT-X on Mac

2018-07-13 Thread Gary Rogers
So i tried following the instructions at https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/INSTALL for Mac OS…Was able to build hamlib no problem…Preparing to start to build using the commands below and encounter an error asking fo