search for: hacking_win32_build

Displaying 2 results from an estimated 2 matches for "hacking_win32_build".

2006 Nov 28
0
[LLVMdev] mingw binary is corrupt
...p:213: error: `pthread_mutex_t' does not name a type ParallelJIT.cpp:213: error: extra semicolon .... lots more errors pthread.h does not exist anywhere in the llvm directory so it must assume that it's a system file. Well after some google searches I found this site http://www.gnunet.org/hacking_win32_build.php3 They had some links to a windows version of pthread released under an LGPL license. Following their instructions, I installed the library, include files and a .dll file into the mingw directories. This permitted the build to finish! Now I'll have to test it I suppose. Thanks for the...
2006 Nov 27
2
[LLVMdev] mingw binary is corrupt
On Sun, 2006-11-26 at 19:04 -0800, SevenThunders wrote: > Here is how it fails now: > > make[2]: Entering directory `/d/Apps/llvm/tools/llvm-config' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/d/Apps/llvm/tools/llvm-config' > The system cannot find the path specified. > make[2]: Entering directory `/d/Apps/llvm/tools/opt' >