Skip to content

webkitgtk2-2.4.9: no rebuild possible with gcc 5.5 upto gcc 9.2 #1252

Closed
wwwutz opened this issue Sep 11, 2019 · 1 comment
Closed

webkitgtk2-2.4.9: no rebuild possible with gcc 5.5 upto gcc 9.2 #1252

wwwutz opened this issue Sep 11, 2019 · 1 comment

Comments

@wwwutz
Copy link
Collaborator

wwwutz commented Sep 11, 2019

TLDR: you must update

Source/WebKit2/Shared/API/c/WKString.cpp: In function 'size_t WKStringGetCharacters(WKStringRef, WKChar*, size_t)':
Source/WebKit2/Shared/API/c/WKString.cpp:58:72: error: invalid static_cast from type 'WKChar*' {aka 'short unsigned int*'} to type 'UChar*' {aka 'char16_t*'}
   58 |     return (toImpl(stringRef)->getCharacters(static_cast<UChar*>(buffer), bufferLength));
      |                                                                        ^
@wwwutz
Copy link
Collaborator Author

wwwutz commented Sep 11, 2019

fixed by #1257

@wwwutz wwwutz closed this as completed Sep 19, 2019
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant