I tried the script but it dies with the following, any ideas? cd qmake && /usr/bin/make make[1]: `qmake' is up to date. cd src/moc && /usr/bin/make make[1]: Nothing to be done for `first'. cd src && /usr/bin/make c++ -c -pipe -I/Users/ashleybostock/Downloads/.osx-packager/build/include/mysql -Wall -W -Os -fPIC -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_NIS -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQMAC_ONE_PIXEL_LOCK -DQT_SQL_MYSQL -DQT_NO_IMAGEIO_MNG -DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_CDE -DQT_NO_STYLE_MOTIFPLUS -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_PLATINUM -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_SGI -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -DQT_NO_STYLE_MOTIF -I/Users/ashleybostock/Downloads/.osx-packager/src/qt-mac-free-3.3.3/mkspecs/macx-g++ -I. -I3rdparty/libjpeg -I3rdparty/libpng -I3rdparty/dlcompat -I../include -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Versions/A/Headers -I.moc/release-shared-mt/ -o .obj/release-shared-mt/qaccessible_mac.o kernel/qaccessible_mac.cpp kernel/qt_mac.h: In member function `QMacFontInfo& QMacFontInfo::operator=(const QMacFontInfo&)': kernel/qt_mac.h:149: warning: passing NULL used for non-pointer converting 1 of 'void QMacFontInfo::setStyle(short int)' kernel/qaccessible_mac.cpp: At global scope: kernel/qaccessible_mac.cpp:189: error: non-local variable '<anonymous struct> text_bindings [][10]' uses anonymous type make[1]: *** [.obj/release-shared-mt/qaccessible_mac.o] Error 1 make: *** [sub-src] Error 2 [osx-pkg] Failed system call: " /usr/bin/make sub-src qmake-install moc-install " with error code 2 Died at osx-packager.pl line 429.
On 5/9/05, Daniel Kristjansson <[EMAIL PROTECTED]> wrote: > On Mon, 2005-05-09 at 09:16 +0000, Eggert Thorlacius wrote: > > > No, the problem seems to be with the --prefix param to the configure > > script. I haven't been able to pin this down properly (because every > > change I make is followed by a three hour compile), but apparently, > > the prefix is used both to look for compile time dependancies and is > > compiled into the MythTV source. > The compile time PREFIX can be overridden by using qmake PREFIX=blah > while keeping the prefix given to configure for installation. This > is sort of an undocumented feature for special packaging needs such > as yours. > > Unfortunately, we haven't gotten around to using the main configure > script for the plugins so that may be a little more difficult to > package. > > -- Daniel > > > _______________________________________________ > mythtv-dev mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev > > > _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
