Changes between Version 17 and Version 18 of BuildingQtOnOSX


Ignore:
Timestamp:
May 22, 2011 10:48:23 PM (13 years ago)
Author:
dominicc@chromium.org
Comment:

Added note about the dangers of MacPorts flex

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnOSX

    v17 v18  
    6161}}}
    6262
     63If the build fails with this error message:
     64
     65{{{
     66Undefined symbols:
     67 "WebCore::CSSParser::lex()", referenced from:
     68     WebCore::CSSParser::lex(void*)in libwebcored.a(CSSParser.o)
     69}}}
     70
     71chances are you are using MacPorts flex, which spews warnings about "the character range … is ambiguous in a case insensitive scanner" and doesn’t generate any output. Make sure {{{/usr/bin/flex}}} is used, perhaps by putting {{{/usr/bin}}} on your path before MacPorts’ {{{/opt/local}}}.
    6372
    6473=== Finish Up and Run ===