Changes between Version 27 and Version 28 of BuildingQtOnLinux


Ignore:
Timestamp:
Oct 12, 2009 5:15:18 PM (14 years ago)
Author:
sch@eecs.berkeley.edu
Comment:

added error relating to phonon

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v27 v28  
    2020
    2121The Qt port requires libxslt.
     22
    2223
    2324== Build WebKit ==
     
    108109This error is caused by having an incompatible version of `bison` installed.  The single reported case of this error occurred with `bison` 1.75, and was resolved by updating to `bison` 2.3.
    109110
     111=== Missing Phonon ===
     112{{{
     113In file included from ../../../WebCore/platform/graphics/MediaPlayer.cpp:46:
     114../../../WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.h:27:29:
     115error: phononnamespace.h: No such file or directory
     116In file included from ../../../WebCore/platform/graphics/MediaPlayer.cpp:46:
     117../../../WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.h:120:
     118error: ‘Phonon::State’ has not been declared
     119../../../WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.h:120:
     120error: ‘Phonon::State’ has not been declared
     121}}}
     122
     123This error is caused by not having Phonon installed. Install the development version to resolve.
     124
    110125== Dependencies for specific Linux distributions ==
    111126