Closed wouterbouvy closed 4 months ago
I'm sorry, I cannot reproduce this, in both Linux and Windows it compiles fine, so you will have to look for the problem in your dev environment.....
If you look at the error messages you can see that they are unjust, since e.g. mg_unpack is defined.
Try pio run -t clean and retry?!?
Running you command didn't help unfortunately. I tried this on 2 different MacOS machines without success. So I thought I might be MacOS related.
However, after installing a fresh Ubuntu 24.04 LTS VM, installing platformio and trying to compile, I run into the same issue.
If you look at the repository, in .github/workflows/*.yaml, you see how every push Ubuntu is installed, platformio is installed, and compilation is performed.
Follow the scripts....
I already looked to that before but that didn't help. However I found the issue by looking better at the logs.
sh: 1: python: not found
I had to create an alias to python3. Which can be done on Ubuntu with:
sudo apt install python-is-python3
Also works on MacOS after following these instructions: https://opensource.com/article/19/5/python-3-default-mac
Describe the bug After following the instructions in the configuration.md I'm unable to compile due to errors in the mongoose webserver. Same goes for stable version.
Upload your config PlatformIO Core, version 6.1.15 on MacOS 14.5
Upload a debug log
To Reproduce Install PlatformIO Clone repo Build with
pio run
Expected behavior A shiny new built firmware
Screenshots