emscripten-core/emscripten

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

Open

#12.093 aberto em 1 de set. de 2020

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)C++ (3.519 forks)batch import
good first bughelp wanted

Métricas do repositório

Stars
 (27.361 stars)
Métricas de merge de PR
 (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)

Description

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

Guia do colaborador