#43987: webkit-gtk3-2.0 fails to build ------------------------------+------------------------ Reporter: starkhalo@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: webkit-gtk3-2.0 | ------------------------------+------------------------ Comment (by jeremyhu@…): {{{ :info:build In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28: :info:build In file included from ./Source/JavaScriptCore/bytecode/ArrayProfile.h:29: :info:build In file included from ./Source/JavaScriptCore/runtime/JSArray.h:26: :info:build In file included from ./Source/JavaScriptCore/runtime/JSObject.h:41: :info:build ./Source/JavaScriptCore/runtime/JSString.h:126:49: error: no template named 'allocateCell'; did you mean 'validateCell'? :info:build JSString* newString = new (NotNull, allocateCell<JSString>(globalData.heap)) JSString(globalData, value); :info:build ^~~~~~~~~~~~ :info:build validateCell }}} A quick google search makes me think that the allocateCell template should be in JSCellInlines.h. Is that header not being included for some reason? -- Ticket URL: <https://trac.macports.org/ticket/43987#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X