desktop-app / lib_ui

GUI controls library.
152 stars 57 forks source link

An error is reported during compilation, indicating the absence of emoji.h/emoji.cpp documents #112

Open mianhuadada opened 2 years ago

mianhuadada commented 2 years ago

Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'emoji.h': No such file or directory (compiling source file E:\TBuild\BuildPath\tdesktop\Telegram\lib_ui\ui\text\text.cpp) lib_ui E:\TBuild\BuildPath\tdesktop\Telegram\lib_ui\ui\emoji_config.h 12

Remm-Zar commented 1 year ago

I have the same problem

PoweredByAndrox commented 1 year ago

Have the same

xmdnx commented 1 year ago

have same

xmdnx commented 1 year ago

the core of problem is in

git submodule update

because this appears:

Details ``` fatal: remote error: upload-pack: not our ref 651387177eacb9a0836495e30cccec87cba4e527 fatal: Fetched in submodule path 'lib_ui', but it did not contain 651387177eacb9a0836495e30cccec87cba4e527. Direct fetching of that commit failed. ```
PoweredByAndrox commented 1 year ago

the core of problem is in

git submodule update

because this appears:

Details

Can you change the hash of commit to another and try build it success?

xmdnx commented 1 year ago

build succeded. problem was in link to not existing commit in submodule

PoweredByAndrox commented 1 year ago

build succeded. problem was in link to not existing commit in submodule

Wow, I check it later when done some my tasks and then try to build x32 (now only work on x64)

duqingnian commented 6 months ago

2024-4-27 , I have the same problem