xGUI-Pro icon indicating copy to clipboard operation
xGUI-Pro copied to clipboard

需要与 PurC 同步的 tag

Open wineee opened this issue 2 years ago • 1 comments

我在编译此项目时报错:

CMakeFiles/xguipro.dir/gtk/PurcmcCallbacks.c.o:PurcmcCallbacks.c:function gtk_update_dom: error: undefined reference to 'pcrdr_data_type_name'

最新的 tag 版 purc 已经不能编译最新的 xgui-pro, 为什么 xgui-pro 没有和 purc 同步打 tag

find_package(PurC 0.8.0 REQUIRED) 这个版本检查是不是应该更新了

wineee avatar Sep 17 '22 12:09 wineee

Good suggestion! We will follow a more reasonable tag policy for the repos in the future. For example, use a universal tag name having the date for all repositories of HVML project.

For now, please always use the latest code in master or main branch.

VincentWei avatar Sep 18 '22 08:09 VincentWei