emscripten-core/emscripten

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

Open

#12.093 aperta il 1 set 2020

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)C++ (3519 fork)batch import
good first bughelp wanted

Metriche repository

Star
 (27.361 star)
Metriche merge PR
 (Merge medio 19g 10h) (147 PR mergiate in 30 g)

Descrizione

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

Guida contributor