emscripten-core/emscripten

[feature request] Support uuid_generate_random (in uuid/uuid.h)

Open

#12,093 opened on 2020年9月1日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)C++ (3,519 forks)batch import
good first bughelp wanted

Repository metrics

Stars
 (27,361 stars)
PR merge metrics
 (平均マージ 19d 10h) (30d で 147 merged PRs)

説明

This makes fontconfig compilation fail and was also noted in https://github.com/dotnet/corert/pull/4624

Maybe an unsecure hack (behind an emcc option?) aliasing uuid_generate as uuid_generate_random could be provided?

Currently I patch it out with a define: CFLAGS=-Duuid_generate_random=uuid_generate

コントリビューターガイド