FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.98k stars 2.29k forks source link

Bug Report: Could not create PCH? #3841

Open ziran-awa opened 1 week ago

ziran-awa commented 1 week ago

Issue Checklist

Platform

Compiled from GitHub Source Code

Browser

None

Version

0.5.0

Description (include any images, videos, errors, or crash logs)

This version of hxcpp (D:\LNDN\fnf\funkin.haxelib\hxcpp\git/) appears to be a source/developement version. Before this can be used, you need to:

  1. Rebuild the main command-line tool, this can be done with: cd tools/hxcpp haxe compile.hxml
  2. FOR HXCPP API < 330: Build the binaries appropriate to your system(s), this can be done with: cd project neko build.n

Would you like to do this now [y/n]y Compiling hxcpp tool... Initial setup complete. Creating D:/LNDN/fnf/funkin/export/release/windows/obj/obj/msvc64-nc/__pch/haxe/hxcpp.pch... 'cl.exe' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 Error: Could not create PCH 屏幕截图 2024-11-09 102809

Steps to Reproduce

No response

ziran-awa commented 1 week ago

why?

NotHyper-474 commented 1 week ago

'cl.exe' is not recognized as an internal or external command, operable program or batch file. (Translated from Chinese)

Make sure you followed Step 8 in the Compiling Guide correctly.