mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
doc: Add troubleshooting note about skia builds on windows with older MSVC versions
This commit is contained in:
parent
8bc4c4e053
commit
9599bb7710
1 changed files with 16 additions and 0 deletions
|
@ -120,3 +120,19 @@ issues we're aware of and how to resolve them.
|
|||
|
||||
For example, if you're building against a Yocto SDK, then you can find these flags in the
|
||||
`OECORE_TUNE_CCARGS` environment variable.
|
||||
|
||||
* Compilation error when linking on Windows
|
||||
|
||||
You may see compiler errors that contain this message:
|
||||
|
||||
```
|
||||
error: linking with `link.exe` failed: exit code: 1120
|
||||
|
|
||||
...
|
||||
= note: skunicode.lib(icu.SkLoadICU.obj) : error LNK2019: unresolved external symbol __std_init_once_begin_initialize_clr referenced in function "bool __cdecl SkLoadICU(void)" (?SkLoadICU@@YA_NXZ)
|
||||
...
|
||||
skia.lib(skia.SkNWayCanvas.obj) : error LNK2001: unresolved external symbol __std_find_trivial_8
|
||||
```
|
||||
|
||||
The Skia build requires the use of Microsoft Visual Studio 2022 as compiler. Make sure to have the latest patches
|
||||
to the compiler installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue