search for: b196319e

Displaying 3 results from an estimated 3 matches for "b196319e".

2009 Oct 02
0
[LLVMdev] llvm build errors on windows/mingw32
"罗勇刚(Yonggang Luo)" <luoyonggang at gmail.com> writes: > Well, Now I get the solution. > Please, someone can apply the patch. > > Just modify the makefile resident in lib/System I'm afraid this patch is not acceptable. It activates C++ exception support unconditionally while building libLLVMSystem, which is used everywhere. You'll better investigate why
2009 Oct 02
1
[LLVMdev] llvm build errors on windows/mingw32
...tead. So I'd suggest the attached (untested) patch. Jay. -------------- next part -------------- A non-text attachment was scrubbed... Name: libsystem.patch Type: application/octet-stream Size: 343 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091002/b196319e/attachment.obj>
2009 Oct 01
6
[LLVMdev] llvm build errors on windows/mingw32
Well, Now I get the solution. Please, someone can apply the patch. Just modify the makefile resident in lib/System But, a new error is appeared llvm[2]: Linking Debug unit test ADT d:/objs/llvm/msys/Debug/lib/libLLVMSystem.a(Process.o):e:/Downloads/llvm-trunk/lib/System/Win32/Process.inc:78: undefined reference to `GetProcessMemoryInfo at 12' collect2: ld returned 1 exit status make[2]: ***