search for: 20mingw

Displaying 4 results from an estimated 4 matches for "20mingw".

Did you mean: 20min
2011 Mar 05
3
[LLVMdev] Building LLVM on MinGW32 / Windows 7 Professional x64
...y through the process: "tblgen.exe has stopped working" and the build quits. I would really appreciate a binary pack for llvm-as, llc, etc. Specs: GCC 4.5.2 MinGW-Get 0.1-alpha-5.1 Windows 7 Professional x64 Steps: Install MinGW ( http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/mingw-get-inst-20110211/ ). Open Start -> Programs -> MinGW -> MinGW Shell. Run mingw-get install binutils. Run mingw-get install gcc. Download LLVM-GCC Front End Binaries for Mingw32/x86 ( http://llvm.org/releases/download.html#2.8). Move llvm-gcc*.tar.bz2...
2015 Jul 05
0
Trouble installing xapian on windows
...ed with a error (see the output below). So far i have two > questions: > > 1) Why mingw is not working for me? Is it bug or i am doing something wrong? Our buildbot has a mingw-w64 cross-compiled build which seems to be working currently: http://buildbot.xapian.org/builders/stable%20tar%20mingw-cross > ./common/safeunistd.h: In function 'unsigned int sleep(unsigned int)': > ./common/safeunistd.h:56:1: error: redefinition of 'unsigned int sleep(unsigned > int)' > sleep(unsigned int seconds) > ^ > In file included from ./common/safeunistd.h:25:0, >...
2011 Mar 05
0
[LLVMdev] Building LLVM on MinGW32 / Windows 7 Professional x64
...vided in the binary distribution. I think it would be better if they were included. Ciao, Duncan. > > Specs: > > GCC 4.5.2 > MinGW-Get 0.1-alpha-5.1 > Windows 7 Professional x64 > > Steps: > > Install MinGW > (http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/mingw-get-inst-20110211/). > > Open Start -> Programs -> MinGW -> MinGW Shell. > > Run mingw-get install binutils. > > Run mingw-get install gcc. > > Download LLVM-GCC Front End Binaries for Mingw32/x86 > (http://llvm.org/releases/downl...
2015 Jul 04
2
Trouble installing xapian on windows
Hello, i am trying to install xapian on windows. As the xapian download page says, there are two options here: 1) mingw 2) a separate set of makefiles for MSVC. If i understand correctly, MSVC is supported only by xapian 1.2.8 and older, so i decided to try mingw. The configure script worked perfectly, but "make" finished with a error (see the output below). So far i have two