Changes between Version 17 and Version 18 of BuildingQtOnOSX
- Timestamp:
- May 22, 2011, 10:48:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnOSX
v17 v18 61 61 }}} 62 62 63 If the build fails with this error message: 64 65 {{{ 66 Undefined symbols: 67 "WebCore::CSSParser::lex()", referenced from: 68 WebCore::CSSParser::lex(void*)in libwebcored.a(CSSParser.o) 69 }}} 70 71 chances 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}}}. 63 72 64 73 === Finish Up and Run ===