Hi Chuck,
This is a known issue, it's been that way many months now.
Traditionally, the primary testing platform has been Windows.
You could make some local changes along the lines of (in CMakeLists.txt
file):
#
# portaudio setup
#
find_path (portaudio_INCLUDES portaudio.h)
find_library (portaudio_LIBRARIES NAMES portaudio)
include_directories (${portaudio_INCLUDES})
then use something like:
target_link_libraries (wsprx wsprximpl ${hamlib_LIBRARIES}
${fftw3f_LIBRARIES} ${portaudio_LIBRARIES})
The main issues I ran into on Linux is with the use of /dev/ttyUSB as
the setup screen (F2) only seems to support COM ports, and not USB
tty's, but I've not tired to update that portion.
Bill, G4WJS can probably give you a better solution for the port audio
situation, but the above worked for me the last time I built it on Linux.
73's
Greg, KI7MT
On 08/27/2014 01:53 PM, Chuck Forsberg WA7KGX wrote:
The cmake scripts for wsprx download a .dll file
which the Lunix linker cannot use.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel