Using ./fullbuild-wfview.sh fails with following errors
In file included from …/wfview/udphandler.h:24,
from …/wfview/rigcommander.h:9,
from …/wfview/wfmain.h:16,
from …/wfview/main.cpp:3:
…/wfview/audiohandler.h:40:10: fatal error: opus/opus.h: No such file or directory
40 | #include “opus/opus.h”
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:804: main.o] Error 1
make: *** Waiting for unfinished jobs…
In file included from …/wfview/udphandler.h:24,
from …/wfview/rigcommander.h:9,
from …/wfview/wfmain.h:16,
from …/wfview/wfmain.cpp:1:
…/wfview/audiohandler.h:40:10: fatal error: opus/opus.h: No such file or directory
40 | #include “opus/opus.h”
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:831: wfmain.o] Error 1
Error in make step.
wfview was not compiled.
Please consider posting the error(s) to https://forum.wfview.org/
1 Like
Hi John,
Sorry about that, you just happen to have pulled right in the middle of some major additions to the code. I will update the script this evening hopefully.
Thanks,
–E
de W6EL
1 Like
Hi John,
A quick fix is to install libopus-dev:
sudo apt-get install libopus-dev
Once installed, run the script again and you should be good to go.
–E
de W6EL
1 Like
Thanks Guys !!
installed libopus-dev
and fullbuild-wfview.sh worked perfect.
Having fun playing with it as we speak !!
1 Like