[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - Compiling Smtube
Page 1 of 1

Compiling Smtube

PostPosted: Wed Oct 24, 2018 6:36 pm
by Tommy21st
Hi to you all, today i've compiled latest smplayer debian packages with skins and themes for Arm64 architecture on Ubuntu bionic.

Everything went smooth, this is the first i've compiled anything, i don't have much Linux knowledge, but i like to learn.

When i tried to compile Smtube, i did receive some errors, i don't know which dependencies am i missing, or is it even possible to compile smtube for arm64 because of maybe outdated dependencies.

If you want i can send you a log, device is Amlogic s905x board running Armbian with 4.19 rc7 kernel.

Thanks in advance!

Re: Compiling Smtube

PostPosted: Wed Oct 24, 2018 6:43 pm
by rvm
What error do you get?

Re: Compiling Smtube

PostPosted: Wed Oct 24, 2018 7:15 pm
by Tommy21st

Re: Compiling Smtube

PostPosted: Wed Oct 24, 2018 10:30 pm
by Tommy21st
I've been getting some debhelper errors about compatibility levels before 9 are deprecated(level 5 in use).

I've been googling around and installed some more qt packages, somehow it managed to create .deb package, but the name of the package is strange, smtube-dbgsym_18.9.0_arm64.ddeb.

I've installed it and it looks ok, nothing to report.

I've been reading a little about this error, it looks like it's some kind of security feature, it looks like it can be bypassed, but it shouldn't cause any problem with the app, am i right?

Re: Compiling Smtube

PostPosted: Wed Oct 24, 2018 11:33 pm
by rvm
It looks like you created a package with debugging symbols. No, it shouldn't cause any problem.