-
Notifications
You must be signed in to change notification settings - Fork 0
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
GWHomie error when building #4
Comments
What |
I'm using version 4.0.3. I "solved" the problem by changing |
I still using version 3.6.7, had some problems with version 4, will have to make sure that it would work on latest PIO. |
I had this problem: platformio/platformio-core#2824 Looks like it's fixed but not released. Updated to beta version 4.1.0b3, but building @larsenglund you didn't have |
@petslane Nope, no |
@larsenglund can you please test #6 ? (branch does it resolve your "homie" error? you don't have to upload, just build with |
@petslane Nope, I get the same errors, plus some new json-errors for
New json errors:
|
Can you provide |
for |
strange, I did fresh git clone, checkout branch Is it possible you have some custom PIO settings or something? I have no idea why it doesn't work for you. I have tested it only on Linux, so maybe it doesn't build on Windows? |
I tried building it on linux now but got an error saying that it can't find Base64.h |
Here is the complete output from windows
|
Changing to |
Adding |
I don't know why build fails for you, I am unable to reproduce you errors. Some things to test:
Also, because PIO LDF uses python to resolve dependencies, then what python version you have? |
Found this: https://community.platformio.org/t/arduinojson-library-errors-on-compile/9128/9 Something to do with too long file paths in windows (???). Please test if moving project folder to somewhere else help. |
@larsenglund have you tested something? |
@petslane Sorry, busy with other stuff atm.. I'll revisit this soon |
Hi, I get this error:
In file included from src\main.cpp:4:0: lib\com/com.hpp: At global scope: lib\com/com.hpp:31:5: error: 'GWHomie' does not name a type GWHomie * homie; ^
when I run:
platformio run -e web -t upload --upload-port COM6
What am I doing wrong?
The other build command works just fine:
platformio run -e now -t upload --upload-port COM6
The text was updated successfully, but these errors were encountered: