WebUI_StaticFields compile error. fatal error: AardvarkTCP.h: No such file or directory
RudyFiero opened this issue · 6 comments
After having watched hours of your videos and read through much of the documentation here, I wanted to try an example. Failed on compile, so I install H4 library. Try again, but fails, so install ArmadilloHTTP. Try again, missing AardvarkTCP. OK, try again.
from C:\Users\Rudy\Documents\Arduino\libraries\h4plugins-master\src/H4Plugins.h:9,
from C:\Users\Rudy\AppData\Local\Temp\arduino_modified_sketch_85940\WebUI_StaticFields.ino:2:
C:\Users\Rudy\Documents\Arduino\libraries\ArmadilloHTTP-master\src/ArmadilloHTTP.h:5:9: fatal error: AardvarkTCP.h: No such file or directory
5 | #include<AardvarkTCP.h>
There is no AardvarkTCP.h file in the AardvarkTCP library.
Years ago I tried to use your framework. I gave up because it was too frustrating to get something to work. I was hesitant to look at what you currently have due to that experience, but I decided to invest my time to give it a try, only to be disappointed once again.
I have the same problem. This set of libraries claims to make everything very easy for developers, asks you to go through all the documentation and youtube videos before trying any example to be able to understand them. And after that you find out that all this invested time was wasted because even compilation of an example simply fails ...
I am having the same issue. Not able to compile the example given the library.
Below is the errror
In file included from C:\Users\IPWBMNBHP00419\Documents\Arduino\libraries\h4plugins-master\src/H4P_AsyncHTTP.h:33:0,
from C:\Users\IPWBMNBHP00419\Documents\Arduino\libraries\h4plugins-master\src/H4Plugins.h:9,
from C:\Users\IPWBMNBHP00419\Documents\Arduino\libraries\h4plugins-master\examples\01_GPIO_PIN_MACHINE\PM_05_Counting\PM_05_Counting.ino:1:
C:\Users\IPWBMNBHP00419\Documents\Arduino\libraries\ArmadilloHTTP-master\src/ArmadilloHTTP.h:5:24: fatal error: AardvarkTCP.h: No such file or directory
#include<AardvarkTCP.h>
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
Hi there,
I'm sorry to inform you'll that Phil has passed away about 3 months ago.
His last health problem has started by a heart attack in first days of September 2021!
About the issue:
This was a common issue, which can be solved by defining the right version of libraries, I've set up an H4P environment in PIO, check it out here:
https://github.com/HamzaHajeir/H4Plugins_Env
You can checkout the versions at platformio.ini file.
Please note that the current version of the library isn't compatible with newest major releases of ESP8266 and ESP32 cores (3.0.0) and (2.0.0) respectively.
For the sake of what'll be done to this library, you can checkout the facebook group post here:
https://www.facebook.com/groups/h4plugins/posts/993769854656550/
@HamzaHajeir Sorry to hear that Phil Bowles has passed away. These libraries sounded so promising, what state are the libraries currently in and what will happen to them, is there any further for them?
@HamzaHajeir Sorry to hear that Phil Bowles has passed away. These libraries sounded so promising, what state are the libraries currently in and what will happen to them, is there any further for them?
I really hope that will happen, but it requires one to get the relevant paperworks to sort out and continue maintaining it.
It's not an easy task to do as we primarily met over the Internet.