Hi,
I'm having a build problem with the following setup:
- compiling on Windows7 (OSX and Linux works fine)
- emscripten incoming
- cmake to generate ninja files (since I didn't get make to work properly on Windows)
- ninja to build
The problem happens both in PowerShell and the normal DOS shell when creating the static library files, it looks like path separators are lost in llvm-ar, e.g.:
[122/332] Linking CXX static library code\foundation\libfoundation.a
C:/n3h5/fips-sdks/win/emsdk_portable/clang/fastcomp/build_incoming_vs2013_64/RelWithDebInfo/bin\llvm-ar: codefoundationCMakeFilesfoundation.dirappapplication.cc.o: no such file or directory.
[325/332] Linking CXX static library code\render\librender.a
C:/n3h5/fips-sdks/win/emsdk_portable/clang/fastcomp/build_incoming_vs2013_64/RelWithDebInfo/bin\llvm-ar: coderenderCMakeFilesrender.dirapprenderrenderapplication.cc.o: no such file or directory.
Note how the path before the "no such file of directory" has no path separators.
Has anybody seen this problem on Windows?
Thanks!
-Floh.