[MacPorts] #22158: qtscriptgenerator fails to build

MacPorts noreply at macports.org
Sun Oct 25 11:11:44 PDT 2009


#22158: qtscriptgenerator fails to build
---------------------------------+------------------------------------------
 Reporter:  shikhar@…            |       Owner:  macports-tickets@…                   
     Type:  defect               |      Status:  new                                  
 Priority:  Normal               |   Milestone:                                       
Component:  ports                |     Version:  1.8.1                                
 Keywords:                       |        Port:  qtscriptgenerator                    
---------------------------------+------------------------------------------

Comment(by bwillers@…):

 It's only in one directory. Its essentially a fresh machine (Snow
 Leopard). I'm new to macports too, this is my first mac after switching my
 time between Gentoo and a Windows machine :)

 generator.qrc:


 {{{
 <!DOCTYPE RCC><RCC version="1.0">
 <qresource prefix="/trolltech/generator/">
 <file alias="typesystem_core.txt">typesystem_core.xml</file>
 <file alias="typesystem_gui.txt">typesystem_gui.xml</file>
 <file alias="typesystem_sql.txt">typesystem_sql.xml</file>
 <file alias="typesystem_opengl.txt">typesystem_opengl.xml</file>
 <file alias="typesystem_svg.txt">typesystem_svg.xml</file>
 <file alias="typesystem_network.txt">typesystem_network.xml</file>
 <file alias="typesystem_xml.txt">typesystem_xml.xml</file>
 <file alias="typesystem_webkit.txt">typesystem_webkit.xml</file>
 <file alias="typesystem_xmlpatterns.txt">typesystem_xmlpatterns.xml</file>
 <file>parser/rpp/pp-qt-configuration</file>
 </qresource>
 </RCC>
 }}}

 qtscript_masterinclude.h is over a thousand lines long, so I'm just
 throwing in the includes at the start, which is the only bit that's been
 edited. If you really want the full content let me know.


 {{{
 #define QT_NO_STL
 #include <QtCore/QtCore>
 #include <QtGui/QtGui>
 #include <QtNetwork/QtNetwork>
 #include <QtSql/QtSql>
 #include <QtSvg/QtSvg>
 #include <QtXml/QtXml>

 #include <QtUiTools/QtUiTools>

 #ifndef QT_NO_XMLPATTERNS
 #  include <QtXmlPatterns/QtXmlPatterns>
 #endif

 #ifndef QT_NO_WEBKIT
 #  include <QtWebKit/QtWebKit>
 #endif

 // #ifndef QT_NO_PHONON
 // #  include <phonon/phonon>
 // #endif

 #include "phonon/abstractaudiooutput.h"
 #include "phonon/abstractmediastream.h"
 #include "phonon/abstractvideooutput.h"
 #include "phonon/addoninterface.h"
 #include "phonon/audiooutput.h"
 #include "phonon/audiooutputinterface.h"
 #include "phonon/backendcapabilities.h"
 #include "phonon/backendinterface.h"
 #include "phonon/effect.h"
 #include "phonon/effectinterface.h"
 #include "phonon/effectparameter.h"
 #include "phonon/effectwidget.h"
 #include "phonon/mediacontroller.h"
 #include "phonon/medianode.h"
 #include "phonon/mediaobject.h"
 #include "phonon/mediaobjectinterface.h"
 #include "phonon/mediasource.h"
 #include "phonon/objectdescription.h"
 #include "phonon/objectdescriptionmodel.h"
 #include "phonon/path.h"
 #include "phonon/phonondefs.h"
 #include "phonon/phononnamespace.h"
 #include "phonon/platformplugin.h"
 #include "phonon/seekslider.h"
 #include "phonon/streaminterface.h"
 #include "phonon/videoplayer.h"
 #include "phonon/videowidget.h"
 #include "phonon/videowidgetinterface.h"
 #include "phonon/volumefadereffect.h"
 #include "phonon/volumefaderinterface.h"
 #include "phonon/volumeslider.h"


 #include "../qtbindings/qtscript_core/qtscriptconcurrent.h"

 #ifndef QT_NO_OPENGL
 #define GL_ACCUM                          0x0100
 #define GL_LOAD                           0x0101
 #define GL_RETURN                         0x0102
 #define GL_MULT                           0x0103
 #define GL_ADD                            0x0104

 /* AlphaFunction */

 }}}

 Which is followed by a couple of hundred lines of defining various GL
 bits.

-- 
Ticket URL: <http://trac.macports.org/ticket/22158#comment:18>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list