Package Details: wsjtx 2.6.1-3

Git Clone URL: https://aur.archlinux.org/wsjtx.git (read-only, click to copy)
Package Base: wsjtx
Description: Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)
Upstream URL: http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
Licenses: GPL-3
Submitter: 7h0ma5
Maintainer: AI5C
Last Packager: AI5C
Votes: 31
Popularity: 0.145582
First Submitted: 2015-06-09 13:48 (UTC)
Last Updated: 2024-04-19 18:18 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

coterethus commented on 2017-03-06 19:54 (UTC)

When you get errors like these: .../wsjtx/src/build/wsjtx-prefix/src/wsjtx/mainwindow.cpp:1758:??: error: ambiguous overload for ”operator!=” (operand types are ”QChar” and ”char”) .../wsjtx/src/build/wsjtx-prefix/src/wsjtx/mainwindow.cpp:5302:15: error: ambiguous overload for ”operator!=” (operand types are ”QChar” and ”char”) .../wsjtx/src/build/wsjtx-prefix/src/wsjtx/mainwindow.cpp:5897:43: error: ambiguous overload for ”operator!=” (operand types are ”QChar” and ”char”) try edit file wsjtx/src/build/wsjtx-prefix/src/wsjtx/mainwindow.cpp like this: line 1758: if (vhf && submode != (QChar)'\0') line 5302: if (submode != (QChar)'\0') line 5897: submode != (QChar)'\0' ? QString {submode} : QString {}, m_bFastMode); Good luck es 73's

akurei commented on 2017-02-24 13:17 (UTC)

If I build it with -DWSJT_GENERATE_DOCS=OFF, it also breaks: [ 36%] Building Fortran object CMakeFiles/wsjt_fort_omp.dir/lib/wqencode.f90.o [ 36%] Building Fortran object CMakeFiles/wsjt_fort_omp.dir/lib/wspr_downsample.f90.o [ 36%] Building Fortran object CMakeFiles/wsjt_fort_omp.dir/lib/zplot9.f90.o [ 36%] Building CXX object CMakeFiles/wsjt_fort_omp.dir/wsjt_fort_omp_automoc.cpp.o [ 37%] Linking CXX static library libwsjt_fort_omp.a [ 37%] Built target wsjt_fort_omp make[3]: *** [Makefile:150: all] Error 2 make[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:61: wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2 make[1]: *** [CMakeFiles/Makefile2:293: CMakeFiles/wsjtx-build.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

akurei commented on 2017-02-24 13:08 (UTC)

Unable to build this, even though asciidoctor is installed: [...] -- Checking for module 'hamlib' -- Found hamlib, version 3.1~git -- Found hamlib -- Found hamlib: /home/akurei/Code/abs/buildinhere/wsjtx/src/build/hamlib-prefix/include;/usr/include/libusb-1.0 (Required is at least version "3") -- hamlib_INCLUDE_DIRS: /home/akurei/Code/abs/buildinhere/wsjtx/src/build/hamlib-prefix/include;/usr/include/libusb-1.0 -- hamlib_LIBRARIES: -L/home/akurei/Code/abs/buildinhere/wsjtx/src/build/hamlib-prefix/lib;-lhamlib;-lm;-ldl;-lusb-1.0;-ludev;-pthread -- hamlib_LIBRARY_DIRS: /home/akurei/Code/abs/buildinhere/wsjtx/src/build/hamlib-prefix/lib CMake Error at doc/CMakeLists.txt:113 (message): asciidoctor is required to build the documentation Building the documenation may optionally be turned off by setting the CMake option WSJT_GENERATE_DOCS to OFF. -- Configuring incomplete, errors occurred! See also "/home/akurei/Code/abs/buildinhere/wsjtx/src/build/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeOutput.log". make[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:68: wsjtx-prefix/src/wsjtx-stamp/wsjtx-configure] Error 1 make[1]: *** [CMakeFiles/Makefile2:293: CMakeFiles/wsjtx-build.dir/all] Error 2 make: *** [Makefile:84: all] Error 2

zekesonxx commented on 2017-01-13 01:45 (UTC)

1.7.0 removed the dependency on kvasd-bin. asciidoctor is needed as a makedep.

WorMzy commented on 2016-11-30 16:51 (UTC)

Please add fftw to the dependencies, compilation fails without it.

N5QM commented on 2015-12-18 05:03 (UTC)

There appears to be a 1.6 release now.. :-)