Ubuntu 19.10 & qt5 default/dev 5.12.14 make error

Issue #42 invalid
Former user created an issue

Unsure about this error

qmake -norecursive pro.pro CONFIG+=release make cd vsedit/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/myname/installs/vapoursynth-editor/pro/vsedit/vsedit.pro CONFIG+=release ) && make -f Makefile make[1]: Entering directory '/home/myname/installs/vapoursynth-editor/pro/vsedit' make[1]: Nothing to be done for 'first'. make[1]: Leaving directory '/home/myname/installs/vapoursynth-editor/pro/vsedit' cd vsedit-job-server/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/myname/installs/vapoursynth-editor/pro/vsedit-job-server/vsedit-job-server.pro CONFIG+=release ) && make -f Makefile Project ERROR: Unknown module(s) in QT: websockets make: *** [Makefile:74: sub-vsedit-job-server-vsedit-job-server-pro-make_first] Error 3

Seem to be for vsedit-job-server - need I worry about this? VSedit starts up but complains about Failed to initialize VapourSynth environment! This may be a bad build on my part :( TIA

Comments (3)

  1. Michael Orton

    Thanks for the very quick feedback Aleksey, and also thanks for the project. I’ll give this a whirl.

  2. Michael Orton

    now getting an error finding VapourSynth.h (didn’t happen previously):

    ../../common-src/helpers.h:4:10: fatal error: vapoursynth/VapourSynth.h: No such file or directory
    4 | #include <vapoursynth/VapourSynth.h>

    Should I just add include to the $PATH? Have verified that the file exists, but it’s at vapoursynth/include/VapourSynth.h

    edit: fixed it - my problem with VapourSynth. Thanks again for the help.

  3. Log in to comment