HVML / xGUI-Pro

xGUI (the X Graphics User Interface) Pro is a modern, cross-platform, and advanced HVML renderer which is based on tailored WebKit.
GNU General Public License v3.0
54 stars 10 forks source link

需要与 PurC 同步的 tag #4

Closed wineee closed 1 year ago

wineee commented 1 year ago

我在编译此项目时报错:

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) 这个版本检查是不是应该更新了

VincentWei commented 1 year ago

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.