[mythtv] New OSX packager (was Re: Ticket #10569: libcdio broken on OS X?)

Jean-Yves Avenard jyavenard at gmail.com
Tue Apr 10 23:23:30 UTC 2012


I didn't know Qt 4.8.1 was released, so I tried again to compile it
from scratch...

Qt has managed to break things again, I get some compilation errors...
They can never get it right those folks.. Old bugs never seem to get
corrected, and they always introduce new ones even for minor releases.

/Applications/Xcode.app/Contents/Developer/usr/bin/g++ -c -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk
-mmacosx-version-min=10.5
-I/Users/jyavenard/Work/mythtv/.osx-packager/build/include
-I/Users/jyavenard/Work/mythtv/.osx-packager/build/mysql -arch i386
-arch x86_64 -Xarch_i386 -mmacosx-version-min=10.4 -Xarch_x86_64
-mmacosx-version-min=10.5 -fconstant-cfstrings -O2 -fvisibility=hidden
-fvisibility-inlines-hidden -Wall -W -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.5 -arch i386 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk
-fPIC -DQT_SHARED -DQT_BUILD_XMLPATTERNS_LIB -DQT_NO_USING_NAMESPACE
-DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT
-DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG -DQT_NETWORK_LIB
-DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE
-DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3
-DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -D_LARGEFILE64_SOURCE
-D_LARGEFILE_SOURCE -I../../mkspecs/macx-g++ -I.
-I../../include/QtCore -I../../include/QtNetwork -I../../include
-I../../include/QtXmlPatterns -I.rcc/release-shared -Iacceltree -Idata
-Iapi -Ienvironment -Iexpr -Ifunctions -Iiterators -Ijanitors -Iparser
-Ischema -Itype -Iutils -I.moc/release-shared -o
.obj/release-shared/qacceltree.o acceltree/qacceltree.cpp
In file included from acceltree/qacceltree_p.h:60,
                 from acceltree/qacceliterators_p.h:55,
                 from acceltree/qacceltree.cpp:46:
data/qitem_p.h: In constructor ‘QPatternist::Item::Item()’:
data/qitem_p.h:210: error: ‘class QPatternist::NodeIndexStorage’ has
no member named ‘reset’
data/qitem_p.h: In constructor ‘QPatternist::Item::Item(const
QExplicitlySharedDataPointer<QPatternist::AtomicValue>&)’:
data/qitem_p.h:227: error: ‘class QPatternist::NodeIndexStorage’ has
no member named ‘reset’
data/qitem_p.h: In constructor ‘QPatternist::Item::Item(const
QPatternist::AtomicValue*)’:
data/qitem_p.h:241: error: ‘class QPatternist::NodeIndexStorage’ has
no member named ‘reset’
data/qitem_p.h: In member function ‘void QPatternist::Item::reset()’:
data/qitem_p.h:405: error: ‘class QPatternist::NodeIndexStorage’ has
no member named ‘reset’
In file included from acceltree/qacceltree_p.h:60,
                 from acceltree/qacceliterators_p.h:55,
                 from acceltree/qacceltree.cpp:46:
data/qitem_p.h: In constructor ‘QPatternist::Item::Item()’:
data/qitem_p.h:210: error: ‘class QPatternist::NodeIndexStorage’ has
no member named ‘reset’
data/qitem_p.h: In constructor ‘QPatternist::Item::Item(const
QExplicitlySharedDataPointer<QPatternist::AtomicValue>&)’:
data/qitem_p.h:227: error: ‘class QPatternist::NodeIndexStorage’ has
no member named ‘reset’
data/qitem_p.h: In constructor ‘QPatternist::Item::Item(const
QPatternist::AtomicValue*)’:
data/qitem_p.h:241: error: ‘class QPatternist::NodeIndexStorage’ has
no member named ‘reset’
data/qitem_p.h: In member function ‘void QPatternist::Item::reset()’:
data/qitem_p.h:405: error: ‘class QPatternist::NodeIndexStorage’ has
no member named ‘reset’
lipo: can't figure out the architecture type of:
/var/folders/gd/dg_9jpsd44118kp5cns1rp5c0000gn/T//ccKE0K2a.out
make[2]: *** [.obj/release-shared/qacceltree.o] Error 1
make[1]: *** [release] Error 2
make: *** [sub-xmlpatterns-make_default-ordered] Error 2
[osx-pkg] Failed system call: " /usr/bin/make " with error code 2


More information about the mythtv-dev mailing list