Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install on Solus4.1 #14

Open
freesay opened this issue Jan 11, 2021 · 0 comments
Open

Can't install on Solus4.1 #14

freesay opened this issue Jan 11, 2021 · 0 comments
Assignees

Comments

@freesay
Copy link

freesay commented Jan 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants