Postado Março 13, 2018 7 anos Galera me ajudem estou tentando compilar uma distro 0.4 no windows para testar alguns sistemas, porem na hora da esse erro aqui! Me ajudem por favor Erro : Citar ../tools.cpp:23:25: error: openssl/sha.h: No such file or directory ../tools.cpp:24:25: error: openssl/md5.h: No such file or directory ../tools.cpp: In function 'std::string transformToMD5(std::string, bool)': ../tools.cpp:33: error: 'MD5_CTX' was not declared in this scope ../tools.cpp:33: error: expected ';' before 'c' ../tools.cpp:34: error: 'c' was not declared in this scope ../tools.cpp:34: error: 'MD5_Init' was not declared in this scope ../tools.cpp:35: error: 'MD5_Update' was not declared in this scope ../tools.cpp:37: error: 'MD5_DIGEST_LENGTH' was not declared in this scope ../tools.cpp:38: error: 'md' was not declared in this scope ../tools.cpp:38: error: 'MD5_Final' was not declared in this scope ../tools.cpp:42: error: 'output' was not declared in this scope ../tools.cpp:45: error: 'output' was not declared in this scope ../tools.cpp:47: error: 'output' was not declared in this scope ../tools.cpp: In function 'std::string transformToSHA1(std::string, bool)': ../tools.cpp:52: error: 'SHA_CTX' was not declared in this scope ../tools.cpp:52: error: expected ';' before 'c' ../tools.cpp:53: error: 'c' was not declared in this scope ../tools.cpp:53: error: 'SHA1_Init' was not declared in this scope ../tools.cpp:54: error: 'SHA1_Update' was not declared in this scope ../tools.cpp:56: error: 'SHA_DIGEST_LENGTH' was not declared in this scope ../tools.cpp:57: error: 'md' was not declared in this scope ../tools.cpp:57: error: 'SHA1_Final' was not declared in this scope ../tools.cpp:61: error: 'output' was not declared in this scope ../tools.cpp:64: error: 'output' was not declared in this scope ../tools.cpp:66: error: 'output' was not declared in this scope ../tools.cpp: In function 'std::string transformToSHA256(std::string, bool)': ../tools.cpp:71: error: 'SHA256_CTX' was not declared in this scope ../tools.cpp:71: error: expected ';' before 'c' ../tools.cpp:72: error: 'c' was not declared in this scope ../tools.cpp:72: error: 'SHA256_Init' was not declared in this scope ../tools.cpp:73: error: 'SHA256_Update' was not declared in this scope ../tools.cpp:75: error: 'SHA256_DIGEST_LENGTH' was not declared in this scope ../tools.cpp:76: error: 'md' was not declared in this scope ../tools.cpp:76: error: 'SHA256_Final' was not declared in this scope ../tools.cpp:80: error: 'output' was not declared in this scope ../tools.cpp:83: error: 'output' was not declared in this scope ../tools.cpp:85: error: 'output' was not declared in this scope ../tools.cpp: In function 'std::string transformToSHA512(std::string, bool)': ../tools.cpp:90: error: 'SHA512_CTX' was not declared in this scope ../tools.cpp:90: error: expected ';' before 'c' ../tools.cpp:91: error: 'c' was not declared in this scope ../tools.cpp:91: error: 'SHA512_Init' was not declared in this scope ../tools.cpp:92: error: 'SHA512_Update' was not declared in this scope ../tools.cpp:94: error: 'SHA512_DIGEST_LENGTH' was not declared in this scope ../tools.cpp:95: error: 'md' was not declared in this scope ../tools.cpp:95: error: 'SHA512_Final' was not declared in this scope ../tools.cpp:99: error: 'output' was not declared in this scope ../tools.cpp:102: error: 'output' was not declared in this scope ../tools.cpp:104: error: 'output' was not declared in this scope mingw32-make: *** [obj//tools.o] Error 1
Postado Março 14, 2018 7 anos Cara, tudo isso é erro de sintaxe, instanciamento de objetos usados no código e arquivos informados inexistentes... Quando acontecer erros e que se referem a um código ou terceiros, poste no seu tópico o código que irá ajuda no processo de suporte. Feliz daquele que ensina o que sabe, e aprende o que ensina.
Postado Março 14, 2018 7 anos Autor 9 minutos atrás, lordzetros disse: Cara, tudo isso é erro de sintaxe, instanciamento de objetos usados no código e arquivos informados inexistentes... Quando acontecer erros e que se referem a um código ou terceiros, poste no seu tópico o código que irá ajuda no processo de suporte. Já postei, não vê ali no citar e também já consegui resolver !!
Postado Março 14, 2018 7 anos Tu postou apenas os erros, colega... mas tudo bem. Feliz daquele que ensina o que sabe, e aprende o que ensina.
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.