[cfe-dev] compile error on Win7 / mingw32
Ulrich Schmidt
u.sch.zw at gmx.de
Thu Sep 25 04:39:36 PDT 2014
It seems there is a typo in some cmake generatet batch file. (seee
attached debug log fragment)
There need some slashes become replaced by backslashes. Otherwise the
TYPE command fails out.
I am not famillar with cmake, so please someone other than me can do the
bug fix please?.
Thanks.
Ulrich
Am 24.09.2014 um 18:41 schrieb Yaron Keren:
> I use a short script to update svn & build.
>
> The errors are all related to def files creation. It's worth debugging
> what the problem is, if you have the time.
>
> Yaron
>
>
-------------- next part --------------
Cleaning up temp batch file T:\Temp\make3140-1.bat
Creating temporary batch file T:\Temp\make3140-1.bat
Batch file contents:
@echo off
cd /d C:\Users\xxx\Documents\_Sources\LLVM\_build\lib\Transforms\Hello && type C:/Users/xxx/Documents/_Sources/LLVM/lib/Transforms/Hello/Hello.exports >> LLVMHello.def
CreateProcess(T:\Temp\make3140-1.bat,T:\Temp\make3140-1.bat,...)
Live child 01e72eb8 (lib/Transforms/Hello/LLVMHello.def) PID 31858888
Reaping losing child 01e72eb8 PID 31858888
More information about the cfe-dev
mailing list