kas1e / Odyssey

AmigaOS4 version of Odyssey
9 stars 7 forks source link

‘WEBKIT_FLEX’ was not declared in this scope #31

Open javierdlr opened 2 years ago

javierdlr commented 2 years ago

Hi, tryini to build under crosscompiler I get this error:

In file included from /home/usuario/amiga/Odyssey/odyssey-r155188-1.23/Source/WebCore/css/CSSBasicShapes.cpp:34: /home/usuario/amiga/Odyssey/odyssey-r155188-1.23/Source/WebCore/css/CSSPrimitiveValueMappings.h: In constructor ‘WebCore::CSSPrimitiveValue::CSSPrimitiveValue(T) [with T = WebCore::EDisplay]’: /home/usuario/amiga/Odyssey/odyssey-r155188-1.23/Source/WebCore/css/CSSPrimitiveValueMappings.h:1347:10: error: ‘WEBKIT_FLEX’ was not declared in this scope; did you mean ‘WEBKIT_LEFT’? 1347 | case WEBKIT_FLEX: // andresiegel | ^~~ | WEBKIT_LEFT ...

and with the other new 3 "tags"/cases you added too. Where are WEBKIT_FLEX/WEBKIT_GRID/... these enums be defined? I can't find'em

TiA

andresiegel commented 2 years ago

This issue should be resolved.