Skip to content

cannot make  #98

@mistapk

Description

@mistapk

cannot make it on linux mint

ms@ms-VirtualBox:/blockparser$ $ perl make
$: command not found
ms@ms-VirtualBox:
/blockparser$ perl make
c++ -- .r... -- util.cpp
util.cpp: In function ‘bool addrToHash160(uint8_t*, const uint8_t*, bool, bool)’:
util.cpp:606:9: error: ‘BN_CTX_init’ was not declared in this scope
BN_CTX_init(ctx);
^~~~~~~~~~~
util.cpp:606:9: note: suggested alternative: ‘BN_CTX_end’
BN_CTX_init(ctx);
^~~~~~~~~~~
BN_CTX_end
util.cpp: In function ‘void hash160ToAddr(uint8_t*, const uint8_t*, bool, uint8_t)’:
util.cpp:729:9: error: ‘BN_CTX_init’ was not declared in this scope
BN_CTX_init(ctx);
^~~~~~~~~~~
util.cpp:729:9: note: suggested alternative: ‘BN_CTX_end’
BN_CTX_init(ctx);
^~~~~~~~~~~
BN_CTX_end
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-unused-private-field’
/tmp/GmcWCg4h:387: recipe for target '.objs/d5cd7ce3e58ff7a8ebc2786c817cb6dcd1a22603.o' failed
make: *** [.objs/d5cd7ce3e58ff7a8ebc2786c817cb6dcd1a22603.o] Error 1
make: Target 'all' not remade because of errors.
ms@ms-VirtualBox:~/blockparser$

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