xGUI-Pro
xGUI-Pro copied to clipboard
xGUI (the X Graphics User Interface) Pro is a modern, cross-platform, and advanced HVML renderer which is based on tailored WebKit.
when I process `rm -rf build && cmake -DCMAKE_BUILD_TYPE=Debug -DPORT=GTK -B build && cmake --build build`, I get this error and output. ``` [ 47%] Building C object source/bin/CMakeFiles/xguipro.dir/layouter/dom-ops.c.o [...
我在编译此项目时报错: ``` 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) 这个版本检查是不是应该更新了
[xGUI-Pro](https://aur.archlinux.org/packages/xguipro-git) 开发版 AUR 包 ```bash yay -S xguipro-git ``` 由于源码问题,暂未修复,先打包了,后续不影响。暂未发布,暂时不提供发行版包
```bash cmake -DCMAKE_BUILD_TYPE=Debug -DPORT=GTK -B build && cmake --build build -- Check size of socklen_t - failed -- Check size of mode_t -- Check size of mode_t - done --...
构建xGUI-Pro时,运行`cmake --build build`出现问题: ``` [ 1%] Building C object source/wtf/wtf/CMakeFiles/WTF.dir/nothing.c.o [ 3%] Linking C static library ../../../lib/libWTF.a [ 3%] Built target WTF [ 5%] Generating ../../../DerivedSources/ForwardingHeaders/wtf/Compiler.h [ 6%] Generating ../../../DerivedSources/ForwardingHeaders/wtf/ExportMacros.h...
编译系统:Slackware 15 for loongarch 编译器版本:GCC/G++ 13.2.0 ,Clang/Clang++ 16.0.6 定制版WebKitHBD版本:2.34.1 在这套环境下编译非定制版WebKit 2.44.4版本可以正常编译完,编译定制版WebKitHBD出现下列错误: ``` 4 warnings generated. [606/4944] Generating ../../JavaScriptCore/DerivedSources/LLIntDesiredSettings.h FAILED: JavaScriptCore/DerivedSources/LLIntDesiredSettings.h /home/taoistmo/okpc/tools/WebKitHBD-2.34.1-20231120-040500-Source/WebKitBuild/Release/JavaScriptCore/DerivedSources/LLIntDesiredSettings.h cd /home/taoistmo/okpc/tools/WebKitHBD-2.34.1-20231120-040500-Source/WebKitBuild/Release/Source/JavaScriptCore && /usr/bin/ruby /home/taoistmo/okpc/tools/WebKitHBD-2.34.1-20231120-040500-Source/Source/JavaScriptCore/offlineasm/generate_settings_extractor.rb -I/home/taoistmo/okpc/tools/WebKitHBD-2.34.1-20231120-040500-Source/WebKitBuild/Release/JavaScriptCore/DerivedSources/ /home/taoistmo/okpc/tools/WebKitHBD-2.34.1-20231120-040500-Source/Source/JavaScriptCore/llint/LowLevelInterpreter.asm /home/taoistmo/okpc/tools/WebKitHBD-2.34.1-20231120-040500-Source/WebKitBuild/Release/JavaScriptCore/DerivedSources/LLIntDesiredSettings.h C_LOOP...