[mythtv-users] osx packager not using installed Qt

Jared McIntyre jmcintyre at dfsoftware.com
Fri Sep 20 03:24:56 UTC 2013


On Sep 17, 2013, at 4:32 AM, Jean-Yves Avenard wrote:

> On 17 September 2013 13:07, Jared McIntyre <jmcintyre at dfsoftware.com> wrote:
>> I'm trying to build 0.26 with the current developer osx-packager-qtsdk.pl. I'm running into a couple of problems. The first is that I'd like it to use the qt that I have installed. I'm using the following config:
>> 
>> ./osx-packager-qtsdk.pl -qtbin /usr/bin -qtplugins /Developer/Applications/Qt/plugins -gitrev fixes/0.26 -plugins  mythvideo,opengl -verbose
> 
> So at this stage, the simplest is for you to go into the
> qt-project.org web site and download the
> qt-everywhere-opensource-src-4.8.5.tar.gz file and place it into
> .osx-packager/src
> 
> you're not doing anything wrong, it's broken for the time being

Thanks for the help. I put that in the downloaded file in the right place and was able to get somewhat further along. I am now running into this error:

[osx-pkg] /usr/bin/make distclean
Makefile:1: config.mak: No such file or directory
Makefile:32: *** run configure to create config.mak.  Stop.
[osx-pkg] Failed system call: " /usr/bin/make distclean " with error code 2
[osx-pkg] Configuring mythtv for x86_64
[osx-pkg] ./configure --runprefix=../Resources --enable-libmp3lame --disable-lirc --disable-distcc --python=/usr/bin/python2.6 --prefix=/Users/jared/Source/mythtv/packaging/OSX/build/.osx-packager/build --cc=/Developer/usr/bin/clang --cxx=/Developer/usr/bin/clang++ --qmake=/usr/bin/qmake --extra-libs=-F/Library/Frameworks --firewire-sdk=/Users/jared/Source/mythtv/packaging/OSX/build/.osx-packager/build/lib --disable-mythlogserver
Unknown option "--disable-mythlogserver".
See ./configure --help for available options.
[osx-pkg] Failed system call: " ./configure --runprefix=../Resources --enable-libmp3lame --disable-lirc --disable-distcc --python=/usr/bin/python2.6 --prefix=/Users/jared/Source/mythtv/packaging/OSX/build/.osx-packager/build --cc=/Developer/usr/bin/clang --cxx=/Developer/usr/bin/clang++ --qmake=/usr/bin/qmake --extra-libs=-F/Library/Frameworks --firewire-sdk=/Users/jared/Source/mythtv/packaging/OSX/build/.osx-packager/build/lib --disable-mythlogserver " with error code 1
Died at ./osx-packager-qtsdk.pl line 1670.

The error is in the configure call, but I wasn't sure whether the clean was something I should worry about as well.

Thanks again,

Jared



More information about the mythtv-users mailing list