Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save magesticmage/8f5c5b7dd5b09d6936536edf10a61723 to your computer and use it in GitHub Desktop.

Select an option

Save magesticmage/8f5c5b7dd5b09d6936536edf10a61723 to your computer and use it in GitHub Desktop.
Using username "mage".
Last login: Mon Mar 23 17:20:45 2026 from 10.0.0.112
mage@mage-Latitude-E5470:~$ cd Downloads/
mage@mage-Latitude-E5470:~/Downloads$ dir
fullbuild-wfview.sh wfview-221-x64.exe wfview-221-x86.exe
mage@mage-Latitude-E5470:~/Downloads$ ./fullbuild-wfview.sh
Total CPU cores detected: 4
Using 2 for build step.
Using source code branch master
This script will download dependencies, build, and install wfview.
It is designed for debian-based systems and
makes use of the apt command to satisfy dependencies.
If it has been a while since this script was downloaded,
or if there are build errors, please use this command to
download a newer version of this script:
wget https://gitlab.com/eliggett/scripts/-/raw/master/fullbuild-wfview.sh?inline=false -O fullbuild-wfview.sh; chmod 755 fullbuild-wfview.sh
The 'sudo' command is used to run some commands as root.
It (the sudo command) will ask for your password during this process.
You should look at the source of this script if you have any doubts.
Do you wish to install dependencies first?
If this is your first time building wfview,
or, if you have not done so in a while,
please select 'y', otherwise, press 'n'.
If you are not sure, select 'y' to be safe.
Press Y to install dependencies (Y/n):
Skipping dependency install steps.
Press enter to download wfview's source code.
Now downloading the latest source code from the branch master
You can specify an alternate branch name as the argument to this script if you wish.
The files will be downloaded into a directory named: wfview--20260323--17-23-24
Cloning into 'wfview'...
remote: Enumerating objects: 407, done.
remote: Counting objects: 100% (407/407), done.
remote: Compressing objects: 100% (348/348), done.
remote: Total 407 (delta 82), reused 275 (delta 50), pack-reused 0 (from 0)
Receiving objects: 100% (407/407), 7.37 MiB | 17.23 MiB/s, done.
Resolving deltas: 100% (82/82), done.
wfview source log:
m0vse (1):
Fix libraries
revision:
bfa15bb
--long
bfa15bb2d7dbe4076150e5194913e57f35736422
Creating build directory 'build':
The build process may take a few minutes.
Press enter to start.
Starting build process.
Info: creating stash file /home/mage/Downloads/wfview--20260323--17-23-24/build/.qmake.stash
/usr/lib/qt5/bin/uic ../wfview/src/wfmain.ui -o ui_wfmain.h
/usr/lib/qt5/bin/uic ../wfview/src/bandbuttons.ui -o ui_bandbuttons.h
/usr/lib/qt5/bin/uic ../wfview/src/calibrationwindow.ui -o ui_calibrationwindow.h
/usr/lib/qt5/bin/uic ../wfview/src/cwsender.ui -o ui_cwsender.h
/usr/lib/qt5/bin/uic ../wfview/src/firsttimesetup.ui -o ui_firsttimesetup.h
/usr/lib/qt5/bin/uic ../wfview/src/frequencyinputwidget.ui -o ui_frequencyinputwidget.h
/usr/lib/qt5/bin/uic ../wfview/src/debugwindow.ui -o ui_debugwindow.h
/usr/lib/qt5/bin/uic ../wfview/src/loggingwindow.ui -o ui_loggingwindow.h
/usr/lib/qt5/bin/uic ../wfview/src/memories.ui -o ui_memories.h
/usr/lib/qt5/bin/uic ../wfview/src/rigcreator.ui -o ui_rigcreator.h
/usr/lib/qt5/bin/uic ../wfview/src/satellitesetup.ui -o ui_satellitesetup.h
/usr/lib/qt5/bin/uic ../wfview/src/selectradio.ui -o ui_selectradio.h
/usr/lib/qt5/bin/uic ../wfview/src/repeatersetup.ui -o ui_repeatersetup.h
/usr/lib/qt5/bin/uic ../wfview/src/settingswidget.ui -o ui_settingswidget.h
/usr/lib/qt5/bin/uic ../wfview/src/controllersetup.ui -o ui_controllersetup.h
/usr/lib/qt5/bin/uic ../wfview/src/aboutbox.ui -o ui_aboutbox.h
gcc -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DUSB_CONTROLLER -DWFVIEW_VERSION=\"2.21\" -DBUILD_WFVIEW -DNDEBUG -D__LINUX_PULSE__ -DQT_DEPRECATED_WARNINGS -DQCUSTOMPLOT_USE_LIBRARY -DUSE_SSE -DUSE_SSE2 -DOUTSIDE_SPEEX -DRANDOM_PREFIX=wf -DEIGEN_MPL2_ONLY -DEIGEN_DONT_VECTORIZE -DEIGEN_VECTORIZE_SSE3 -DPREFIX=\"/usr/local\" -DHOST=\"`hostname`\" -DUNAME=\"`whoami`\" -DGITSHORT=\"bfa15bb\" -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GAMEPAD_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I../wfview -I. -I../wfview/include -I../wfview/src/audio -I../wfview/src/audio/plugins -I../wfview/src/audio/pocketfft -I../wfview/src/audio/resampler -I../wfview/src -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGamepad -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtSerialPort -I/usr/include/x86_64-linux-gnu/qt5/QtWebSockets -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5/QtXml -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o adpcm-dns.o ../wfview/src/audio/adpcm/adpcm-dns.c
gcc -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DUSB_CONTROLLER -DWFVIEW_VERSION=\"2.21\" -DBUILD_WFVIEW -DNDEBUG -D__LINUX_PULSE__ -DQT_DEPRECATED_WARNINGS -DQCUSTOMPLOT_USE_LIBRARY -DUSE_SSE -DUSE_SSE2 -DOUTSIDE_SPEEX -DRANDOM_PREFIX=wf -DEIGEN_MPL2_ONLY -DEIGEN_DONT_VECTORIZE -DEIGEN_VECTORIZE_SSE3 -DPREFIX=\"/usr/local\" -DHOST=\"`hostname`\" -DUNAME=\"`whoami`\" -DGITSHORT=\"bfa15bb\" -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GAMEPAD_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I../wfview -I. -I../wfview/include -I../wfview/src/audio -I../wfview/src/audio/plugins -I../wfview/src/audio/pocketfft -I../wfview/src/audio/resampler -I../wfview/src -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGamepad -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtSerialPort -I/usr/include/x86_64-linux-gnu/qt5/QtWebSockets -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5/QtXml -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o adpcm-lib.o ../wfview/src/audio/adpcm/adpcm-lib.c
g++ -c -pipe -fvisibility=hidden -fvisibility-inlines-hidden -faligned-new -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DUSB_CONTROLLER -DWFVIEW_VERSION=\"2.21\" -DBUILD_WFVIEW -DNDEBUG -D__LINUX_PULSE__ -DQT_DEPRECATED_WARNINGS -DQCUSTOMPLOT_USE_LIBRARY -DUSE_SSE -DUSE_SSE2 -DOUTSIDE_SPEEX -DRANDOM_PREFIX=wf -DEIGEN_MPL2_ONLY -DEIGEN_DONT_VECTORIZE -DEIGEN_VECTORIZE_SSE3 -DPREFIX=\"/usr/local\" -DHOST=\"`hostname`\" -DUNAME=\"`whoami`\" -DGITSHORT=\"bfa15bb\" -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GAMEPAD_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I../wfview -I. -I../wfview/include -I../wfview/src/audio -I../wfview/src/audio/plugins -I../wfview/src/audio/pocketfft -I../wfview/src/audio/resampler -I../wfview/src -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGamepad -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtSerialPort -I/usr/include/x86_64-linux-gnu/qt5/QtWebSockets -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5/QtXml -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o audioconverter.o ../wfview/src/audio/audioconverter.cpp
In file included from ../wfview/src/audio/audioconverter.cpp:1:
../wfview/include/audioconverter.h:28:10: fatal error: opus/opus.h: No such file or directory
28 | #include "opus/opus.h"
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:2308: audioconverter.o] Error 1
make: *** Waiting for unfinished jobs....
real 0m0.928s
user 0m1.228s
sys 0m0.204s
Error in make step.
wfview was not compiled.
Please consider posting the error(s) to https://forum.wfview.org/
The error text was logged to /tmp/build.log
Press enter to send the log to termbin (recommended). Press control-c to cancel.^C
mage@mage-Latitude-E5470:~/Downloads$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment