BoomingTech / Piccolo

Piccolo (formerly Pilot) – mini game engine for games104

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Report

SavourSummer opened this issue · comments

Describe the bug | Bug描述
A clear and concise description of what the bug is.

VS2022
Cmake3.28
运行build window.bat出现错误
Steps to reproduce | 如何复现
Steps to reproduce the behavior:
1.
2.
3.
4.
5.

Expected behavior | 预期行为
A clear and concise description of what you expected to happen.

image

Actual behavior | 实际行为
A clear and concise description of what actually happened.

Screenshots/Logs | 截图/日志
If applicable, add screenshots and/or a video to help explain your problem.

Desktop | 桌面环境

  • OS: [e.g. Windows, macOS, Linux]
  • Version [e.g. Win10, Bug Sur, Ubuntu20]
  • CPU [e.g. Intel I9-9900k , Ryzen 5900x, ]
  • GPU [AMD 6800 XT, NVidia RTX 3090]
  • Memory [e.g. 16GB]
  • Compiler [e.g. MSVC2019, Clang13, G++7.0]

Additional context | 补充信息
Add any other context about the problem here.

我也出现了这个问题。如果忽略打开sln,那么编译PiccoloParser会报错:
2>LINK : fatal error LNK1104: 无法打开文件“D:\codes\piccolo\engine\source\meta_parser\3rd_party\LLVM\lib\x64\libclang.lib”
2>已完成生成项目“PiccoloParser.vcxproj”的操作 - 失败。
此时,检查3rd_party\LLVM目录,下面没有lib目录

检查了,确实没有\lib\x64\libclang.lib。且需要重新clone才能解决