gort818 / qtwebflix

A qt webengine program for netflix
GNU General Public License v3.0
245 stars 29 forks source link

Error when installing on Mint #75

Closed hrqmonteiro closed 5 years ago

hrqmonteiro commented 5 years ago

Project MESSAGE: Qt 5.9.5 ScrollBars not supported in this version. Project ERROR: Unknown module(s) in QT: webenginewidgets Makefile:133: recipe for target 'sub-src-make_first-ordered' failed make: *** [sub-src-make_first-ordered] Error 3

This appears when i try to make, i installed every lib available and still got this.

gort818 commented 5 years ago

Do you have qtwebengine5-dev installed?

hrqmonteiro commented 5 years ago

Yes i do, that's the reason i find it odd

gort818 commented 5 years ago

That is odd, what version of mint are you using?

hrqmonteiro commented 5 years ago

19.2 Fresh install today on my gfs laptop. In my standard Arch setup i installled via AUR and all the qt dependencies are ok, but now on Mint is returning this error..

gort818 commented 5 years ago

Yeah the packages on the Ubuntu based systems are separated differently than on Arch.. Hmm how about qtbase5-dev? If that does not work can you list all the qt libs you have installed I will try to narrow it down.

hrqmonteiro commented 5 years ago

Don't remember installing this one. At first i ran into a same mistake but with the qml module, so i installed qtwebengine5-dev and it solved, but then i ran into this one.

Not on pc right now cause i'm at college, when i get home i'll install this one and report

hrqmonteiro commented 5 years ago

Yeah the packages on the Ubuntu based systems are separated differently than on Arch.. Hmm how about qtbase5-dev? If that does not work can you list all the qt libs you have installed I will try to narrow it down.

Yes, this one is installed and still returning this error.

gort818 commented 5 years ago

How about libqt5webenginewidgets5? Can you give me a list of qt libs installed?

hrqmonteiro commented 5 years ago

I already have. Still the same error. How can i give you such list?

hrqmonteiro commented 5 years ago

Now i can make it, i installed some libs i found on some stackoverflow answers, but i make, and then "qtwebflix command not found"

hrqmonteiro commented 5 years ago

Got it, it was some strange lib i couldn't find, now is working, thanks!

gort818 commented 5 years ago

do you know what lib it was? Just in case another user has the same issue.