|
Locked
problem with cmake
Hi Bill, Thanks for all your work on this. Tried building rc2 with new patch. Version errors no longer flagged, but the build appears to hang at the following line with the 'disk' light on full time,
Hi Bill, Thanks for all your work on this. Tried building rc2 with new patch. Version errors no longer flagged, but the build appears to hang at the following line with the 'disk' light on full time,
|
By
Greg Cook
· #18592
·
|
|
Locked
problem with cmake
Hi Bill, Thanks for the update and effort. Please advise if I can be of help. Greg
Hi Bill, Thanks for the update and effort. Please advise if I can be of help. Greg
|
By
Greg Cook
· #18550
·
|
|
Locked
problem with cmake
Hi Bill Just to confirm that when I try to install latest libboost it can't find any 1.63 packages...just like cmake 3.9. 73's Greg
Hi Bill Just to confirm that when I try to install latest libboost it can't find any 1.63 packages...just like cmake 3.9. 73's Greg
|
By
Greg Cook
· #18547
·
|
|
Locked
problem with cmake
Hi Bill, My mistake. Sorry. Anyway looking at the attached error file it does indeed seem to be a Boost problem as you predicted, wrt the version number....
Hi Bill, My mistake. Sorry. Anyway looking at the attached error file it does indeed seem to be a Boost problem as you predicted, wrt the version number....
|
By
Greg Cook
· #18538
·
|
|
Locked
problem with cmake
Hi Bill, I've piped the whole make screen dump to the attached file make.log until it fails. Hope that's ok and that you can open it ok. Greg
Hi Bill, I've piped the whole make screen dump to the attached file make.log until it fails. Hope that's ok and that you can open it ok. Greg
|
By
Greg Cook
· #18535
·
|
|
Locked
problem with cmake
Hi Bill, Ignore last post since just read your update. Not quite sure I follow: After unzipping tarball I run 'cmake' as above and then 'make' to build. So I guess it's a part of the output of running
Hi Bill, Ignore last post since just read your update. Not quite sure I follow: After unzipping tarball I run 'cmake' as above and then 'make' to build. So I guess it's a part of the output of running
|
By
Greg Cook
· #18527
·
|
|
Locked
problem with cmake
Hi Bill The listing below is with wsjtx.patch modified.. pi@raspberrypi:~/Downloads/build $ cmake ../wsjtx-2.3.0-rc2 -- The C compiler identification is GNU 6.3.0 -- The CXX compiler identification is
Hi Bill The listing below is with wsjtx.patch modified.. pi@raspberrypi:~/Downloads/build $ cmake ../wsjtx-2.3.0-rc2 -- The C compiler identification is GNU 6.3.0 -- The CXX compiler identification is
|
By
Greg Cook
· #18526
·
|
|
Locked
problem with cmake
Hi Bill, cmake output below: pi@raspberrypi:~/Downloads/build $ cmake ../wsjtx-2.3.0-rc2 -- The C compiler identification is GNU 6.3.0 -- The CXX compiler identification is GNU 6.3.0 -- Check for work
Hi Bill, cmake output below: pi@raspberrypi:~/Downloads/build $ cmake ../wsjtx-2.3.0-rc2 -- The C compiler identification is GNU 6.3.0 -- The CXX compiler identification is GNU 6.3.0 -- Check for work
|
By
Greg Cook
· #18524
·
|
|
Locked
problem with cmake
Hi Bill, I'm afraid the build failed, but not sure the problem was Boost. I replaced the wsjtx.patch file in the unzipped dir with yours. Part of the error messaging below... -- Performing Test COMPIL
Hi Bill, I'm afraid the build failed, but not sure the problem was Boost. I replaced the wsjtx.patch file in the unzipped dir with yours. Part of the error messaging below... -- Performing Test COMPIL
|
By
Greg Cook
· #18517
·
|
|
Locked
problem with cmake
Hi Bill, I see what you have done and will use the modified wsjtx.patch file in a new build and report back. Thanks, Greg
Hi Bill, I see what you have done and will use the modified wsjtx.patch file in a new build and report back. Thanks, Greg
|
By
Greg Cook
· #18488
·
|
|
Locked
problem with cmake
Hi Bill, I think this is the relevant CMakeFile.txt from the wsjtx tarball. But I am confused that it gives a minimum version way below mine...is there another CMakeLists.txt file I should edit? pi@ra
Hi Bill, I think this is the relevant CMakeFile.txt from the wsjtx tarball. But I am confused that it gives a minimum version way below mine...is there another CMakeLists.txt file I should edit? pi@ra
|
By
Greg Cook
· #18482
·
|
|
Locked
problem with cmake
Have edited CMakeLists.txt in ../src/wsjtx dir, but it's still finding a 3.9 clause so perhaps I should edit other instances of this file... -- extracting... [tar xfz] -- extracting... [analysis] -- e
Have edited CMakeLists.txt in ../src/wsjtx dir, but it's still finding a 3.9 clause so perhaps I should edit other instances of this file... -- extracting... [tar xfz] -- extracting... [analysis] -- e
|
By
Greg Cook
· #18481
·
|
|
Locked
problem with cmake
Hi Bill Have made the following edit to ../src/wsjtx/CMakeLists.txt: cmake_minimum_required (VERSION 3.7.2 FATAL_ERROR) There are other CMakeLists.txt files in different dirs, but have only edited the
Hi Bill Have made the following edit to ../src/wsjtx/CMakeLists.txt: cmake_minimum_required (VERSION 3.7.2 FATAL_ERROR) There are other CMakeLists.txt files in different dirs, but have only edited the
|
By
Greg Cook
· #18480
·
|
|
Locked
problem with cmake
Thanks Bill ok will do.
By
Greg Cook
· #18478
·
|
|
Locked
problem with cmake
cmake version 3.7.2 CMake suite maintained and supported by Kitware (kitware.com/cmake).
cmake version 3.7.2 CMake suite maintained and supported by Kitware (kitware.com/cmake).
|
By
Greg Cook
· #18476
·
|
|
Locked
problem with cmake
Hi Bill PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" NAME="Raspbian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://w
Hi Bill PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" NAME="Raspbian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://w
|
By
Greg Cook
· #18475
·
|
|
Locked
problem with cmake
Hello, I have successfully built wsjtx-2.3.0-rc1 on an RPi v3 running raspian stretch. However, when I try building rc2, it says cmake v3.9 is required, and I have v3.7.2-1. OK so no problem since I j
Hello, I have successfully built wsjtx-2.3.0-rc1 on an RPi v3 running raspian stretch. However, when I try building rc2, it says cmake v3.9 is required, and I have v3.7.2-1. OK so no problem since I j
|
By
Greg Cook
· #18473
·
|
|
Locked
wsjt-x 2.3.0 rcx
Thanks Bill
By
Greg Cook
· #18327
·
|
|
Locked
wsjt-x 2.3.0 rcx
Hi, Have been playing with the first release candidate (linux tarball) for 2.3.0 and note that it will be inactivated soon - Nov 17th or thereabouts. Can anyone tell me if there will be an rc2 and/or
Hi, Have been playing with the first release candidate (linux tarball) for 2.3.0 and note that it will be inactivated soon - Nov 17th or thereabouts. Can anyone tell me if there will be an rc2 and/or
|
By
Greg Cook
· #18324
·
|
|
Locked
WSJT-X 2.3.0 RC1 Dropped audio frames
#AudioIssues
#AudioIssues
...I also get this sometimes when I am calling another station. Haven't noticed it when just monitoring though. Seems strange that it doesn't appear to drop packets when decoding many stations simulta
...I also get this sometimes when I am calling another station. Haven't noticed it when just monitoring though. Seems strange that it doesn't appear to drop packets when decoding many stations simulta
|
By
Greg Cook
· #18318
·
|