scp-fs2open / scp-fs2open/fs2open.github.com
Windows + CLion vanilla build fails due to missing folder.
Open
bug
build
- Dominant language
- C++
- Stars
- 487
- Forks
- 184
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 45
Description
Attempting to build using default settings with CMake/NMAKE/MSVC fails due to a non-existent filepath.
As this is on Windows, voice recognition is enabled by default.
```
[ 45%] Compiling voice recognition files
Error: Error opening XXX/fs2open.github.com/cmake-build-debug/generated_source/code/sound/phrases.cfg
NMAKE : fatal error U1077: '..\..\code\sound\gc.exe' : return code '0xffffffff'
```
After manually creating the folder `generated_source/code/sound/`, I was able to compile successfully.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.