skparagraph 库中缺少符号

问题描述

我正在尝试在 Windows 上构建 skiaskia一个模块,skparagraph。我使用这些命令/参数构建 skia

call ..\path\to\gn.bat gen out/Release --args="target_os=\"win\" target_cpu=\"x64\" clang_win=\"%LLVM_PATH%\" is_component_build=true skia_enable_skparagraph=true skia_enable_skshaper=true" --enable-skshaper

..\path\to\ninja.exe -v -C out/Release

我得到一个 skparagraph.dll 和一个 skparagraph.dll.lib 文件,但没有符号:

dumpbin /exports skparagraph.dll

Dump of file skparagraph.dll

File Type: DLL

  Summary

        1000 .00cfg
        4000 .data
        1000 .gehcont
       11000 .pdata
       1E000 .rdata
        1000 .reloc
       BD000 .text
        1000 _RDATA

dumpbin /exports skparagraph.dll.lib

    Dump of file skparagraph.dll.lib

    File Type: LIBRARY

      Summary

              14 .idata$2
              14 .idata$3
               8 .idata$4
               8 .idata$5
              10 .idata$6

skia 的构建顺利完成。那么,这里有什么问题?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)