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

Compiling on Windows #40

Open
iHaagcom opened this issue Jul 7, 2023 · 2 comments
Open

Compiling on Windows #40

iHaagcom opened this issue Jul 7, 2023 · 2 comments

Comments

@iHaagcom
Copy link

iHaagcom commented Jul 7, 2023

Cannot seem to compile chatglm for Windows, any ideas?
$ cmake --build build -j
MSBuild version 17.6.3+07e294721 for .NET Framework
MSBUILD : error MSB1009: Project file does not exist.
Switch: ALL_BUILD.vcxproj

cmake .
does not contain a CMakeLists.txt file.
CMake Error at CMakeLists.txt:18 (add_subdirectory)

@li-plus
Copy link
Owner

li-plus commented Aug 7, 2023

Would you cd to the root directory of the project and try running:

cmake -B build
cmake --build build -j --config Release

If it's not working, please provide the more detailed log.

@lonngxiang
Copy link

Would you cd to the root directory of the project and try running:

cmake -B build
cmake --build build -j --config Release

If it's not working, please provide the more detailed log.

same error
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants