Hi @valeros,
I am also a Windows user. Have been using PlatformIO for over a year now with no problem. However, I recently updated Atom, PlatformIO and all components to the latest version and now I have the same problem as the original poster. I went to see if your solution from a year and a half ago would work, but I don’t have any files or folders in my c:\Users\your_user.platformio\lib folder.
I guess, since then files have moved around, so I did a quick search on time.h, and these are the time.h files I found:
.platformio\packages\framework-arduinoespressif8266\tools\sdk\libc\xtensa-lx106-elf\include\time.h
.platformio\packages\framework-arduinoespressif8266\tools\sdk\libc\xtensa-lx106-elf\include\machine\time.h
.platformio\packages\framework-arduinoespressif8266\tools\sdk\libc\xtensa-lx106-elf\include\sys\time.h
.platformio\packages\framework-arduinoespressif8266\tools\sdk\lwip\include\lwip\app\time.h
.platformio\packages\toolchain-xtensa\xtensa-lx106-elf\include\time.h
.platformio\packages\toolchain-xtensa\xtensa-lx106-elf\include\machine\time.h
.platformio\packages\toolchain-xtensa\xtensa-lx106-elf\include\sys\time.h
Should I do something with one/all of these? What am I missing?
viktak