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

How to compile? #30

Open
probonopd opened this issue Jan 5, 2019 · 3 comments
Open

How to compile? #30

probonopd opened this issue Jan 5, 2019 · 3 comments

Comments

@probonopd
Copy link

How to compile videoPlayer?

https://github.com/probonopd/videoPlayer/blob/eb7a5bb5ae85bfac9b7f93b62672fc183596554f/.travis.yml is not working for me yet:

src/harbour-videoPlayer.cpp:36:25: fatal error: sailfishapp.h: No such file or directory
 #include <sailfishapp.h>
                         ^
compilation terminated.
make: *** [harbour-videoPlayer.o] Error 1
make: *** Waiting for unfinished jobs....
@llelectronics
Copy link
Owner

You need sailfishapp.h from https://github.com/sailfishos/libsailfishapp like I see you are downloading it in the script.
It should work then. Are you sure that libsailfishapp compiled successfully and the sailfishapp.h file is available? Are the paths setup correctly for it to find it in the system?

@probonopd
Copy link
Author

probonopd commented Jan 5, 2019

The build log shows Project ERROR: mlite5 development package not found but I don't know where to get that from. How are you building this?

@jbruechert
Copy link

jbruechert commented Jan 5, 2019

Are you sure its possible to run this app on a normal linux system? Since it's targeted to SailfishOS, I think you will be missing some proprietary components at least at runtime. Anyway, mlite can be found here: https://git.merproject.org/mer-core/mlite

Btw there is a Kirigami version of this app, which is missing a lot of features, but should work on almost any linux system (https://invent.kde.org/jbbgameich/videoplayer)

probonopd added a commit to probonopd/videoPlayer that referenced this issue Jan 5, 2019
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

3 participants