WFView Debian/Ubuntu compile incomplete

Hi updates and installations went OK according to Linux script, compilation fails.

Enjoying WFview Windows but would like to migrate to Linux for hardware simplification.

Logs uploaded at https://termbin.com/ewta

Error message:
In file included from …/wfview/main.cpp:14:
…/wfview/wfmain.h:73:18: fatal error: libudev.h: No such file or directory
73 | #include <libudev.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:1103: main.o] Error 1

Please provide the following information with your question:

  1. Operating System: Armbian_23.02.2_Lepotato_jammy_current_6.1.11_cinnamon_desktop
  2. Method of download attempted (from wfview.org, package manager, source code, etc):
    Linux Script from wfview.org
    fullbuild-wfview.sh · master · Elliott Liggett / scripts · GitLab
  3. Radio Model: Icom 7100
  4. Method of radio connectivity (USB, WiFi, Ethernet, etc): USB/WiFi
  5. Did you check the FAQ and read the manual? Yes

Thanks for your guidance to resolve

There is a new pre-requisite package that is often already installed, but obviously it isn’t for you :slight_smile:

Simply enter the following command to install it:

sudo apt-get install libudev-dev

Then rebuild wfview.

73 Phil M0VSE

Thanks Phil, appreciated just completed and now can connect.

However, I can not get the Audio in the remote location. All radio controls work from remote.

Any special settings for Audio when using the PI as the server ?

Thanks, M. AB4LW

This is usually due to the wrong audio devices being selected in the Server tab. This must be the radios USB audio codecs.

Also try different audio systems (Qt, RT, PortAudio) you need to disconnect before you can change it though.

Much of this is covered in the dedicated server manual page Remote Operation (server) | wfview

73 Phil M0VSE

Phil:

I was able to make it work in Windows 11 client with RaspberryPI server running Armbian/Ubuntu. It did only worked when selecting LPCM 1ch 16 bit codecs and Port Audio. I only need to work on the transmitted audio next to calibrate my headset and microphones for clear modulation as possible.

Appreciate your quick responses and have all a Good weekend as well.

M. AB4LW