cannot find -lQCustomPlot

Please provide the following information with your question:

  1. Operating System: Linux/Kali rolling x86_64-linux-gnu
  2. Method of download attempted (from wfview.org, package manager, source code, etc): install script
  3. Radio Model: 7300
  4. Method of radio connectivity (USB, WiFi, Ethernet, etc): USB
  5. Did you check the FAQ and read the manual? Yes

Got it working on my Pi3+,bookworm amd64 wouldn’t work under buster. Now trying to install on another system to use wfview as server/client.

Here is log url:

I’ve been at it off and on for about a week now and have run out of idea’s, chatgpt didn’t help much either, did try symlinking 2.0 to libqcustomplot2.1, with no joy.

Thanks for hardwork on wfview! 73s

Hello.

/usr/bin/ld: cannot find -lQCustomPlot: No such file or directory
There seems to be no QCustomPlo file.

Please try to install all related packages with (Y) using the script for installation from the following website.

Item is Debian and Ubuntu:

Where to get it

By NAKAO

Already used install script multiple times. (fullbuild-wfview.sh · master · Elliott Liggett / scripts · GitLab)

Re-ran noticed librtaudio6 no file candidate. Found librtaudio6_5.2.0~ds1-2_amd64.deb in alternate repo and installed, re ran install script and it built and installed, and ran, haven’t fully tested yet, but at least I am a bit further…

Thanks for the reply
73s

You may need to change the qmake pro file to force QCustomPlot to all lower case. I don’t have experience on your exact Linux distribution. But you can use commands to search for the name of the library and make sure to link against it correctly. That’s your qcp issue likely.

—E
de W6EL

Yes Elliott is quite right, unfortunately each distribution seems to put the libraries in different locations with different names (even Kali which is Debian derived)

This is further complicated by the fact that previous Debian releases used qcustomplot as the name, but it was then decided to rename it to QCustomPlot. The wfview.pro file attempts to detect which format you have and use that, but it isn’t 100% obviously!

welcome to my world…

unluckily some don’t use the stadards.

I managed to get it working. Now on to getting other software to work with it… Also, noticed that every so often the Alsa plugin playback seems to disappear and come back, think it may be some latency causing pavucontrol, not to hear it so it unloads it , then immediately reloads it, but this isn’t an install issue, may explore it some more later…
Thanks for all your help and replies, much appreciated!

1 Like