Skip to content

Build failure #39

@ranjanan

Description

@ranjanan

I got a build failure on both Mac:

INFO: Building Crypto
gcc -Wno-deprecated-declarations -std=c99 -shared -fPIC digest.c ecdsa.c -o libcryptojl.dylib -lcrypto
ecdsa.c:4:10: fatal error: 'openssl/ec.h' file not found
#include <openssl/ec.h>
         ^
1 error generated.
make: *** [shared] Error 1

and Linux:

INFO: Building Crypto
gcc -Wno-deprecated-declarations -std=c99 -shared -fPIC digest.c ecdsa.c -o libcryptojl.so -lcrypto                                                                 
ecdsa.c:4:24: fatal error: openssl/ec.h: No such file or directory                                                                                                  
 #include <openssl/ec.h>                                                                                                                                            
                        ^                                                                                                                                           
compilation terminated.                                                                                                                                             
make: *** [shared] Error 1                                          

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions