[mythtv-users] Mac frontend
jam at tigger.ws
jam at tigger.ws
Mon May 13 09:41:09 UTC 2019
My excuse:
If you think configure made a mistake, make sure that you are using the latest
version of MythTV from git. If the latest version fails, report the problem to the
mythtv-dev at mythtv.org mailing list
After much ado I’m trying to use the osx-packager.pl script to build a frontend.
It is the latest I can find:
#!/usr/bin/perl
### = file
### osx-packager-qtsdk.pl
###
### = revision
### 3.0
###
### Copyright (c) 2016-2018 Piotr Oniszczuk
### Copyright (c) 2012-2014 Jean-Yves Avenard
All the pre-requisits build (I needed to weed out some dead urls.)
During build:
...
[osx-pkg] Failed system call: " /usr/bin/make distclean " with error code 2
[os.
x-pkg] Configuring mythtv for x86_64
[osx-pkg] in syscall
[osx-pkg] ./configure --runprefix=../Resources --enable-libmp3lame --disable-lirc --disable-distcc --python=/usr/bin/python2.7 --prefix=/Users/jam/DEVEL/.osx-packager/build --cc=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --cxx=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ --qmake=/Users/jam/DEVEL/Qt5.12.3/5.12.3/clang_64/bin/qmake --extra-libs=-F/Users/jam/DEVEL/Qt5.12.3/5.12.3/clang_64/lib --firewire-sdk=/Users/jam/DEVEL/.osx-packager/build/lib --disable-libxml2 --pkg-config=/Users/jam/DEVEL/.osx-packager/build/bin/pkg-config
Error! QtWebkit headers not found
If you think configure made a mistake, make sure that you are using the latest
version of MythTV from git. If the latest version fails, report the problem to the
mythtv-dev at mythtv.org mailing list or IRC #mythtv on irc.freenode.net
Include the log file "config.ep" produced by configure as this will help
solve the problem.
[osx-pkg] Failed system call: " ./configure --runprefix=../Resources --enable-libmp3lame --disable-lirc --disable-distcc --python=/usr/bin/python2.7 --prefix=/Users/jam/DEVEL/.osx-packager/build --cc=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --cxx=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ --qmake=/Users/jam/DEVEL/Qt5.12.3/5.12.3/clang_64/bin/qmake --extra-libs=-F/Users/jam/DEVEL/Qt5.12.3/5.12.3/clang_64/lib --firewire-sdk=/Users/jam/DEVEL/.osx-packager/build/lib --disable-libxml2 --pkg-config=/Users/jam/DEVEL/.osx-packager/build/bin/pkg-config " with error code 1
Died at ./osx-packager.pl line 1428.
Now (at this point) I’m using the ‘copy from Qt5.5' solution for webkit stuff, so errors are not unexpected
but if I cd mythtv/mythtv and cut and paste the config line all works normally and $? == 0 as it should be.
Can any body give me a nudge in the correct direction - thanks
James
More information about the mythtv-users
mailing list