Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] Library returns errors when installed #1

Closed
Bambofy opened this issue Nov 1, 2019 · 3 comments
Closed

[ERROR] Library returns errors when installed #1

Bambofy opened this issue Nov 1, 2019 · 3 comments

Comments

@Bambofy
Copy link
Contributor

Bambofy commented Nov 1, 2019

In file included from .../Arduino/libraries/FOSSA-Comms/examples/PingPong/PingPong.ino:2:0:
.../Arduino/libraries/FOSSA-Comms/src/FOSSA-Comms.h:5:10: fatal error: AESLib.h: No such file or directory
#include <AESLib.h>

@jgromes
Copy link
Contributor

jgromes commented Nov 1, 2019

You're missing AESLib, it's one of the dependencies: https://github.com/DavyLandman/AESLib

@Bambofy
Copy link
Contributor Author

Bambofy commented Nov 1, 2019

You're missing AESLib, it's one of the dependencies: https://github.com/DavyLandman/AESLib

can we bundle this library with the fossa-comms library so they both install at once?

@jgromes
Copy link
Contributor

jgromes commented Nov 1, 2019

I'd rather not - future version of this library won't be using AESLib.

@jgromes jgromes closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants