lv_binding_js
lv_binding_js copied to clipboard
fix: rename file to fix compilation errors
I failed to compile with master branch on ubuntu 20.04 (X86-64)
It seems to be caused by some letter case differences
cc @Sxs7513
same as:
diff --git a/src/render/native/components/calendar/calendar_wrap.cpp b/src/render/native/components/calendar/calendar_wrap.cpp index 1177525..e8283cb 100644 --- a/src/render/native/components/calendar/calendar_wrap.cpp +++ b/src/render/native/components/calendar/calendar_wrap.cpp @@ -1,4 +1,4 @@ -#include "Calendar.hpp" +#include "calendar.hpp"
static JSClassID CalendarClassID;
diff --git a/src/render/native/components/gif/gif_wrap.cpp b/src/render/native/components/gif/gif_wrap.cpp index ee920ba..1f44e90 100644 --- a/src/render/native/components/gif/gif_wrap.cpp +++ b/src/render/native/components/gif/gif_wrap.cpp @@ -1,4 +1,4 @@ -#include "GIF.hpp" +#include "gif.hpp"
static JSClassID GIFClassID;
diff --git a/src/render/native/components/mask/mask_wrap.cpp b/src/render/native/components/mask/mask_wrap.cpp index 5d7ccd8..36cd726 100644 --- a/src/render/native/components/mask/mask_wrap.cpp +++ b/src/render/native/components/mask/mask_wrap.cpp @@ -1,4 +1,4 @@ -#include "Mask.hpp" +#include "mask.hpp"
static JSClassID MaskClassID;
Hi!
@Gary-Hobson @zdzDesigner @kisvegabor @haigithub
Is this one not merged? What is the workaround then? We hit the same issue.
@kisvegabor This PR has not received a reply for too long. I thought no one maintained this repository, so I closed it.
Fortunately it seems to be active now, but the problem still exists
Hey,
Actually, @derekstavis is maintaining this repository now. Derek, could you take look as this pull request?
I'll look into this in the next few days. I didn't have notifications enabled in the repo and missed all the updates :sweat_smile:
Please let me know if this is still a problem in the latest main