suculent / thinx-aes-lib

AES wrapper for ESP8266/ESP32/Arduino/nRF5x
Other
113 stars 39 forks source link

Invalid file name case in '#include' directive #6

Closed m3th0d closed 5 years ago

m3th0d commented 5 years ago

In src/base64.cpp:

#include "Base64.h"

But the actual file name is base64.h. It's ok for Windows, but compilation fails on Linux (file names are case-sensitive there).

suculent commented 5 years ago

Thanks, I have not noticed on Mac/Linux. Will fix.

Odesláno z iPhonu

    1. 2019 v 15:43, Alexey Bogdanov notifications@github.com:

In src/base64.cpp:

include "Base64.h"

But the actual file name is base64.h. It's ok for Windows, but compilation fails on Linux (file names are case-sensitive there).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.