Hi folks,
I'ld like to build the wsjtx from source, I followed the instructions in
INSTALL (I've grabbed the source, unpack the src/wsjtx.tgz).
First, I've cloned Bill's hamlib source tree, checked out the integration
branch:
~/src/bsomervi_hamlib$ git branch
* integration
master
Compiled hamlib successfully:
$ ls -la ~/hamlib-prefix/
total 24
drwxr-xr-x 6 airween airween 4096 Oct 20 19:07 .
drwxr-xr-x 13 airween airween 4096 Oct 20 20:11 ..
drwxr-xr-x 2 airween airween 4096 Oct 20 19:07 bin
drwxr-xr-x 3 airween airween 4096 Oct 20 19:07 include
drwxr-xr-x 3 airween airween 4096 Oct 20 19:07 lib
drwxr-xr-x 6 airween airween 4096 Oct 20 19:07 share
Then configure cmake:
$ cmake -D CMAKE_INSTALL_PREFIX=$HOME/wsjt -D
hamlib_LIBRARY_DIRS=$HOME/hamlib-prefix
Qt5Widgets_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets
Qt5Multimedia_DIRQt5Multimedia_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt5Multimedia
.
-- Building wsjtx-1.7.0
-- ******************************************************
-- Building for for: Linux-x86_64
-- ******************************************************
...
-- Found hamlib
-- hamlib_INCLUDE_DIRS: /usr/include/libusb-1.0
-- hamlib_LIBRARIES: -lhamlib;-lm;-ldl;-lusb-1.0;-ludev;-pthread
-- hamlib_LIBRARY_DIRS: /home/airween/hamlib-prefix
-- Asking qmake for QT_PLUGINS_DIR and got
/usr/lib/x86_64-linux-gnu/qt5/plugins
-- Asking qmake for QT_IMPORTS_DIR and got
/usr/lib/x86_64-linux-gnu/qt5/imports
-- Asking qmake for QT_DATA_DIR and got /usr/lib/x86_64-linux-gnu/qt5
-- Configuring done
-- Generating done
-- Build files have been written to: /home/airween/src/wsjt-1.7.0.orig
$ make -j 4
...
[ 97%] Linking CXX executable wsjtx
[100%] Built target wsjtx
$ make install
...
nstall the project...
-- Install configuration: "RELEASE"
-- Installing: /home/airween/wsjt/bin/wsjtx
-- Installing: /home/airween/wsjt/bin/udp_daemon
-- Installing: /home/airween/wsjt/bin/message_aggregator
...
-- Installing: /home/airween/wsjt/bin/wsprd
CMake Error at cmake_install.cmake:212 (file):
file INSTALL cannot find
"/home/airween/src/wsjt-1.7.0.orig/RIGCTL_EXE-NOTFOUND".
Makefile:107: recipe for target 'install' failed
make: *** [install] Error 1
But I don't know, why...
What's em I missing?
Why do I need to install the modified hamlib branch, instead of the
"regular" stable (eg. the system installed version, I mean that comes from
the OS repository)?
73, Ervin
HA2OS
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel