Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Could not create PCH? #3841

Open
2 tasks done
ziran-awa opened this issue Nov 9, 2024 · 2 comments
Open
2 tasks done

Bug Report: Could not create PCH? #3841

ziran-awa opened this issue Nov 9, 2024 · 2 comments
Labels
status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue.

Comments

@ziran-awa
Copy link

Issue Checklist

  • I have properly named my issue
  • I have checked the Issues/Discussions pages to see if my issue has already been reported

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 ziran-awa added status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue. labels Nov 9, 2024
@ziran-awa
Copy link
Author

why?

@NotHyper-474
Copy link
Contributor

NotHyper-474 commented Nov 9, 2024

'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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

No branches or pull requests

2 participants