燃
燃
Windows10. I haven't installed CPPAN on my system, so I went to install it and found this problem.燃-------- 原始邮件 --------发件人: Egor Pugin ***@***.***>日期: 2021年5月17日周一 12:47收件人: SoftwareNetwork/sw ***@***.***>抄送: 燃 ***@***.***>, Author...
OK, I'll try燃-------- 原始邮件 --------发件人: Egor Pugin ***@***.***>日期: 2021年5月17日周一 17:14收件人: SoftwareNetwork/sw ***@***.***>抄送: 燃 ***@***.***>, Author ***@***.***>主 题: Re: [SoftwareNetwork/sw] fatal error C1057: unexpected end of file in macro expansion (#68)...
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
Thank you @mogoe1!
I switch to v8.3, not include lvgl::thorvg, it's compiled successfully.
Sorry, I have resolved it. The reason is that the dependency file cannot be found.
> > > Sorry, I have resolved it. The reason is that the dependency file cannot be found. > > > > > > To help others, could you elaborate...
My solution is as follows: Root directory: CMakeLists.txt:29 ```makefile target_link_libraries(main lvgl lvgl::examples lvgl::demos lvgl::thorvg ${SDL2_LIBRARIES} m pthread) ``` Remove `lvgl::thorvg`, change to ```makefile target_link_libraries(main lvgl lvgl::examples lvgl::demos ${SDL2_LIBRARIES} m pthread)...