Skip to content

Problems while building #5

Description

@getsadzeg

NetBeans build says:

g++ -c -Wall src/rncryptor.cpp -o src/rncryptor.o
In file included from src/rncryptor.cpp:1:0:
src/rncryptor.h:9:31: fatal error: cryptopp/secblock.h: No such file or directory
compilation terminated.
Makefile:14: recipe for target 'src/rncryptor.o' failed
make: *** [src/rncryptor.o] Error 1

MAKE FAILED (exit value 2, total time: 124ms)

It seems NetBeans can't import or find cryptopp headers or files. I thought it was LDFLAGS problem in makefile, but I don't know how to rewrite it.

Any suggestions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions