Hi, Seems like I was missing the package "libqt5multimedia5-plugins". After installing it, the sound device became available in wsjtx.
For successfully compiling r3631 from svn using cmake / make, I had to add a few dependencies, see below. Everything seems to be working fine so far (except the strange prefix bug, which is the same as in r3496) 73, Hans dl9rdz Index: lib/CMakeLists.txt =================================================================== --- lib/CMakeLists.txt (revision 3632) +++ lib/CMakeLists.txt (working copy) @@ -79,6 +79,7 @@ decoder.f90 deg2grid.f90 demod64a.f90 + determ.f90 downsam9.f90 encode232.f90 entail.f90 @@ -93,6 +94,7 @@ filbig.f90 fillcom.f90 flat2.f90 + flat3.f90 flat65.f90 four2a.f90 gen65.f90 @@ -123,6 +125,7 @@ pctile.f90 peakdt9.f90 pfxdump.f90 + polfit.f90 sec_midn.f90 setup65.f90 sleep_msec.f90 _______________________________________________ Wsjt-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/wsjt-devel
