Mooner,
JH0PCF Kanda
FreeDV gui on ubuntu
Version released on January 30, 2025
https://github.com/drowe67/freedv-gui/archive/refs/tags/v2.0.0-20250130.zipI tried building it in an ubuntu24.02 environment
The steps in the README.md in the folder
## Building on Ubuntu Linux
```
$ sudo apt install libspeexdsp-dev libsamplerate0-dev sox git \
libwxgtk3.2-dev libhamlib-dev libasound2-dev libao-dev \
libgsm1-dev libsndfile1-dev cmake module-assistant build-essential
$ cd freedv-gui
(if using pipewire/PulseAudio -- recommended and the default)
$ sudo apt install libpulse-dev
$ ./build_linux.sh
When I build using this procedure, an error occurs midway and it stops.
Are there any other steps to build?
Also, can you reproduce this?
The log is below.
CMake Error at /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Python3 (missing: Python3_INCLUDE_DIRS
Python3_NumPy_INCLUDE_DIRS Development NumPy Development.Module
Development.Embed) (found version "3.12.3")
Call Stack (most recent call first):
/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.28/Modules/FindPython/Support.cmake:3862 (find_package_handle_standard_args)
/usr/share/cmake-3.28/Modules/FindPython3.cmake:545 (include)
CMakeLists.txt:50 (find_package)
-- Configuring incomplete, errors occurred!
make[2]: *** [CMakeFiles/build_rade.dir/build.make:92: build_rade-prefix/src/build_rade-stamp/build_rade-configure] Error 1
make[2]: Leaving directory '/home/hiroyuki/freedv-gui/build_linux'
make[1]: *** [CMakeFiles/Makefile2:332: CMakeFiles/build_rade.dir/all] Error 2
make[1]: Leaving directory '/home/hiroyuki/freedv-gui/build_linux'
make: *** [Makefile:156: all] Error 2