Hi Bill
Thank you, that step worked fine. After a bunch of additional packages, I now get the following issue:
CMake Error at CMakeLists.txt:864 (find_package):
By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5Multimedia", but CMake did not find one.
By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5Multimedia", but CMake did not find one.
Could not find a package configuration file provided by "Qt5Multimedia"
(requested version 5) with any of the following names:
(requested version 5) with any of the following names:
Qt5MultimediaConfig.cmake
qt5multimedia-config.cmake
qt5multimedia-config.cmake
Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set
"Qt5Multimedia_DIR" to a directory containing one of the above files. If
"Qt5Multimedia" provides a separate development package or SDK, be sure it
has been installed.
"Qt5Multimedia_DIR" to a directory containing one of the above files. If
"Qt5Multimedia" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
CMakeFiles/wsjtx-build.dir/build.make:67: die Regel für Ziel „wsjtx-prefix/src/wsjtx-stamp/wsjtx-configure“ scheiterte
make[2]: *** [wsjtx-prefix/src/wsjtx-stamp/wsjtx-configure] Fehler 1
CMakeFiles/Makefile2:324: die Regel für Ziel „CMakeFiles/wsjtx-build.dir/all“ scheiterte
make[1]: *** [CMakeFiles/wsjtx-build.dir/all] Fehler 2
Makefile:83: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
make[2]: *** [wsjtx-prefix/src/wsjtx-stamp/wsjtx-configure] Fehler 1
CMakeFiles/Makefile2:324: die Regel für Ziel „CMakeFiles/wsjtx-build.dir/all“ scheiterte
make[1]: *** [CMakeFiles/wsjtx-build.dir/all] Fehler 2
Makefile:83: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
The last package I installed was: sudo apt-get install qtdeclarative5-dev
I cannot imagine how the package I need is called.
It is Linux Mint Sarah (18) 64bit.
73,
Marius
HB9VQY
Gesendet: Sonntag, 24. März 2019 um 19:45 Uhr
Von: "Bill Somerville" <[email protected]>
An: [email protected]
Betreff: Re: [wsjt-devel] Compiling source of 2.0.1 in Linux Mint 18 fails
Von: "Bill Somerville" <[email protected]>
An: [email protected]
Betreff: Re: [wsjt-devel] Compiling source of 2.0.1 in Linux Mint 18 fails
On 24/03/2019 18:23, [email protected] wrote:
CMake Error at CMakeLists.txt:25 (project):
No CMAKE_Fortran_COMPILER could be found.
Hi Marius,
you need to install a Fortran compiler and there will be other necessary dependencies you will need too.
sudo apt install gfortran
for a start.
73
Bill
G4WJS.
_______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
