You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from ../verifysig.c:1: ../../stremio-shell/verifysig.h:4:10: fatal error: openssl/evp.h: No such file or directory 4 | #include <openssl/evp.h> | ^~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:703: verifysig.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from ../../stremio-shell/autoupdater.h:21, from ../autoupdater.cpp:1: ../../stremio-shell/verifysig.h:4:10: fatal error: openssl/evp.h: No such file or directory 4 | #include <openssl/evp.h> | ^~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:690: autoupdater.o] Error 1 In file included from ../autoupdater.h:21, from ../mainapplication.h:4, from ../main.cpp:22: ../../stremio-shell/verifysig.h:4:10: fatal error: openssl/evp.h: No such file or directory 4 | #include <openssl/evp.h> | ^~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:672: main.o] Error 1 ../deps/singleapplication/singleapplication.cpp: In member function ‘void SingleApplicationPrivate::genBlockServerName(int)’: ../deps/singleapplication/singleapplication.cpp:110:33: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 110 | process.start( "whoami" ); | ^ In file included from /usr/include/QtCore/QProcess:1, from ../deps/singleapplication/singleapplication.cpp:26: /usr/include/QtCore/qprocess.h:168:10: note: declared here 168 | void start(const QString &command, OpenMode mode = ReadWrite); | ^~~~~ ../deps/singleapplication/singleapplication.cpp: In member function ‘void SingleApplicationPrivate::slotConnectionEstablished()’: ../deps/singleapplication/singleapplication.cpp:285:26: warning: this statement may fall through [-Wimplicit-fallthrough=] 285 | break; // Otherwise set to invalid connection (next line) | ^ ../deps/singleapplication/singleapplication.cpp:287:13: note: here 287 | default: | ^~~~~~~ make[1]: Leaving directory '/home/weacomeout/Stremio-Install-Scripts/stremio-shell/build' make: *** [release.makefile:36: build/stremio] Error 2 Can't compile project. MAKE error !
Openssl is installed
The text was updated successfully, but these errors were encountered:
i'm given error:
In file included from ../verifysig.c:1: ../../stremio-shell/verifysig.h:4:10: fatal error: openssl/evp.h: No such file or directory 4 | #include <openssl/evp.h> | ^~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:703: verifysig.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from ../../stremio-shell/autoupdater.h:21, from ../autoupdater.cpp:1: ../../stremio-shell/verifysig.h:4:10: fatal error: openssl/evp.h: No such file or directory 4 | #include <openssl/evp.h> | ^~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:690: autoupdater.o] Error 1 In file included from ../autoupdater.h:21, from ../mainapplication.h:4, from ../main.cpp:22: ../../stremio-shell/verifysig.h:4:10: fatal error: openssl/evp.h: No such file or directory 4 | #include <openssl/evp.h> | ^~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:672: main.o] Error 1 ../deps/singleapplication/singleapplication.cpp: In member function ‘void SingleApplicationPrivate::genBlockServerName(int)’: ../deps/singleapplication/singleapplication.cpp:110:33: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 110 | process.start( "whoami" ); | ^ In file included from /usr/include/QtCore/QProcess:1, from ../deps/singleapplication/singleapplication.cpp:26: /usr/include/QtCore/qprocess.h:168:10: note: declared here 168 | void start(const QString &command, OpenMode mode = ReadWrite); | ^~~~~ ../deps/singleapplication/singleapplication.cpp: In member function ‘void SingleApplicationPrivate::slotConnectionEstablished()’: ../deps/singleapplication/singleapplication.cpp:285:26: warning: this statement may fall through [-Wimplicit-fallthrough=] 285 | break; // Otherwise set to invalid connection (next line) | ^ ../deps/singleapplication/singleapplication.cpp:287:13: note: here 287 | default: | ^~~~~~~ make[1]: Leaving directory '/home/weacomeout/Stremio-Install-Scripts/stremio-shell/build' make: *** [release.makefile:36: build/stremio] Error 2 Can't compile project. MAKE error !
Openssl is installed
The text was updated successfully, but these errors were encountered: