Hi
I just want to build skia libraries for linux with Intel (
x86-64). I used the following args for building the libraries.
--args='is_debug=false
is_official_build=true is_component_build=false
skia_use_system_expat=false skia_use_system_libjpeg_turbo=false
skia_use_system_libpng=false skia_use_system_libwebp=false
skia_use_system_zlib=false skia_use_system_icu=false
skia_use_system_harfbuzz=false skia_use_icu=true
skia_enable_skparagraph=true skia_use_gl=true cc="clang" cxx="clang++"
extra_cflags=["-mavx512f"]'
When using these
libraries in my project , I got errors related due to c++
incompatibility whenever i tried to create Font collection.
![Screenshot from 2025-05-16 12-34-24.png]()
Anyone knows how to resolve? Currently I am using Qt for my project development.Also which compiler i should choose? gcc or clang?
TIA.