-
Notifications
You must be signed in to change notification settings - Fork 67
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
Build failing due to lv_img_conv #120
Comments
That deprecation warning isn't the source of the error, that's just an outdated minimum cmake version from libpng. The issue is that you don't have the |
Thanks, I installed Failed build
|
You can try the I've updated the readme on that branch as well https://github.com/InfiniTimeOrg/InfiniSim/tree/libpng_system_lib sudo dnf install cmake SDL2-devel g++ npm patch perl libpng-devel |
I'm still getting the I'm trying to set-up a safe dev environment to write watch faces and applications without bricking my sealed PineTime, but for this I need |
Only if you want to write apps which use resources from the littles filesystem. If you write apps just part of the regular firmware you can build without the resources generation. So yes you could develop without the resources. I tested the fedora image last week. Maybe something in the lv_img_conv tool did change since then? If so this should be addressed as well 🤔 (generally I mean) |
OK thanks for your help, I'll check again later if the build passes with the default parameters before closing this issue. |
Some other people have reported issues like this, where |
You're right, I managed to build using swc v1.3.80. |
Does it fail with 1.3.81? If so, we can try to figure out what changed in that version that causes the issue. |
I just picked a random version, my bad. It seems 1.3.83 introduced this bug. |
Fixed by InfiniTimeOrg/InfiniTime#1863. @NeroBurner could you close this issue? |
Hi, I'm trying to build the simulator on Fedora but without success. I also tried on a fresh Ubuntu VM but had similar result, I'm obviously doing something wrong, but what?
Steps:
git clone --recursive https://github.com/InfiniTimeOrg/InfiniSim.git
cd InfiniSim/
git submodule update --init --recursive
sudo dnf install cmake SDL2-devel gcc zlib-devel npm
npm install lv_font_conv@1.5.2
npm install ts-node@10.9.1 @swc/core lv_img_conv@0.3.0
cmake -S . -B build
Here I get a depreciation warning but I'm already using cmake 3.27.4 which is the latest version.cmake --build build -j4
Depreciation warning
Failed build
Thanks for reading
The text was updated successfully, but these errors were encountered: