Changes between Version 8 and Version 9 of BuildingQtOnLinux


Ignore:
Timestamp:
Jun 4, 2007 9:17:53 AM (17 years ago)
Author:
bero@arklinux.org
Comment:

Add gcc 4.2 incompatibility workaround

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v8 v9  
    9292
    9393This 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.
     94
     95=== GCC 4.2 incompatibility ===
     96{{{
     97../../../WebCore/rendering/RenderTable.cpp: In member function 'int
     98WebCore::RenderTable::calcBorderLeft() const':
     99../../../WebCore/rendering/RenderTable.cpp:722: error: no matching function for
     100call to 'max(unsigned int&, const short unsigned int:12&)'
     101../../../WebCore/rendering/RenderTable.cpp:735: error: no matching function for
     102call to 'max(unsigned int&, const short unsigned int:12&)'
     103../../../WebCore/rendering/RenderTable.cpp:749: error: no matching function for
     104call to 'max(unsigned int&, const short unsigned int:12&)'
     105../../../WebCore/rendering/RenderTable.cpp:751: error: no matching function for
     106call to 'max(unsigned int&, const short unsigned int:12&)'
     107../../../WebCore/rendering/RenderTable.cpp: In member function 'int
     108WebCore::RenderTable::calcBorderRight() const':
     109../../../WebCore/rendering/RenderTable.cpp:781: error: no matching function for
     110call to 'max(unsigned int&, const short unsigned int:12&)'
     111../../../WebCore/rendering/RenderTable.cpp:794: error: no matching function for
     112call to 'max(unsigned int&, const short unsigned int:12&)'
     113../../../WebCore/rendering/RenderTable.cpp:808: error: no matching function for
     114call to 'max(unsigned int&, const short unsigned int:12&)'
     115../../../WebCore/rendering/RenderTable.cpp:810: error: no matching function for
     116call to 'max(unsigned int&, const short unsigned int:12&)'
     117make[1]: *** [tmp/RenderTable.o] Error 1
     118}}}
     119
     120Apply the patch attached to bug report
     121http://bugs.webkit.org/show_bug.cgi?id=13985