Locked #install #Ubuntu 20.04 #install #linux


AL4Z <gpearston@...>
 

WSJT-X 2.5.0 From Source on Ubuntu 20.04

Attempting to build from source (tar ball). 

When running the cmake --build .  command I get:

CMake Error at CMake/Modules/LibFindMacros.cmake:263 (message):
  REQUIRED PACKAGE NOT FOUND

Relevant CMake configuration variables:
    Portaudio_INCLUDE_DIR=<not found>
    Portaudio_LIBRARY=<not found>

I have gone back through and verified all packages and utilities are installed.

Anyone else see this or have an idea on the solution?

Thanks
Glenn


Bill Somerville
 

On 18/10/2021 05:09, AL4Z wrote:
WSJT-X 2.5.0 From Source on Ubuntu 20.04

Attempting to build from source (tar ball). 

When running the cmake --build .  command I get:

CMake Error at CMake/Modules/LibFindMacros.cmake:263 (message):
  REQUIRED PACKAGE NOT FOUND

Relevant CMake configuration variables:
    Portaudio_INCLUDE_DIR=<not found>
    Portaudio_LIBRARY=<not found>

I have gone back through and verified all packages and utilities are installed.

Anyone else see this or have an idea on the solution?

Thanks
Glenn

Hi Glenn,

sorry about that, there is a new dependency which is not even used on non-Windows platforms. Install the portaudio development package and you should be able to proceed.

sudo apt install portaudio19-dev

73
Bill
G4WJS.


AL4Z <gpearston@...>
 

Bill - that did the trick.  Thank you for all of your hard work.  Impressive package and development.

73
Glenn
AL4Z