-
Notifications
You must be signed in to change notification settings - Fork 59
Description
My username has a space, like "nn l", I'm on Windows and compiling with MSVC, I managed to fix the drivers\lang\c and drivers\lang\cpp errors, but I can't find a way to compile drivers\test, the problem is in the include, since it does
"""
cl.exe /nologo /Od -D__BAKE__ -D__BAKE__ /DBAKE_PROJECT_ID="bake.test" /Dbake_test_EXPORTS /I C:\Users\nn l\bake\include /I drivers\test\include /c drivers\test\src\cdiff.c /Fodrivers\test.bake_cache\x64-Windows-debug\obj\cdiff.obj /Zi
"""
and gives the error:
"""
cl : Command line warning D9024 : Unrecognized source file type 'l\bake\include', assumed object file
cl : Command line warning D9027 : Omitted source file 'l\bake\include'
cdiff.c
C:\Users\nn l\dev\c++\bake\drivers\test\include\bake-test/bake_config.h(26): fatal error C1083: Cannot open include file: 'bake_util.h': No such file or directory
"""