On 12/01/2014 16:30, Hansi Reiser wrote:
Hi,
Hi Hans,
Seems like I was missing the package "libqt5multimedia5-plugins".
After installing it, the sound device became available in wsjtx.
Glad you have sorted it out Hans. The Linux packagers seem to like breaking Qt into many parts, it can be a bit of a jigsaw puzzle to get all the required parts together.

For successfully compiling r3631 from svn using cmake / make, I
had to add a few dependencies, see below.
Yes those new files need adding, there are also some Fortran compiler switch changes. I have the full set of CMake script changes in my working area but can't check in due to a bundle of new work not ready for release yet.

Everything seems to be working fine so far (except the strange
prefix bug, which is the same as in r3496)

73,
Hans dl9rdz
73
Bill
G4WJS.


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

_______________________________________________
Wsjt-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/wsjt-devel

Reply via email to