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

Platformio compilation error: field 'value' has incomplete type 'tm' #215

Open
ssditt opened this issue Mar 25, 2023 · 2 comments
Open

Platformio compilation error: field 'value' has incomplete type 'tm' #215

ssditt opened this issue Mar 25, 2023 · 2 comments

Comments

@ssditt
Copy link

ssditt commented Mar 25, 2023

I have new project created taking code from SecureWrite.ino exapmle in Platformio (Core 6.1.6·Home 3.4.3)

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = tobiasschuerg/ESP8266 Influxdb@^3.13.1

Compliation gives an error:
.pio/libdeps/esp32dev/ESP8266 Influxdb/src/query/FluxTypes.h:114:15: error: field 'value' has incomplete type 'tm'
Any idea to resolve this issue?

@vlastahajek
Copy link
Collaborator

@ssditt,
So, do you use query feature in your app?
Can you show details from the build log about used Arduino core and gcc version?

@ssditt
Copy link
Author

ssditt commented Mar 29, 2023 via email

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