MinGW(32), a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications.

learn more… | top users | synonyms

0
votes
0answers
138 views

Mingw32 and blank spaces (building Qt 5.1 for android on windows)

Currently I am trying to build the alpha release of Qt 5.1 with Android support under Windows 7. I followed the steps in this tutorial. Now I am at the point where I try to actually build Qt but I am ...
0
votes
1answer
25 views

cross-compilation using mingw32 and gmp

I am currently trying to cross-compile a c++ code I wrote which worked perfectly fine on Linux. I installed mingw32, and compiled libgmp as a windows library ( .a ) using something like that : ...
-2
votes
0answers
11 views

Mingw32 doesn't found jpeg library on windows

I'm facing with some problems with mingw32 on windows I try to install jpeg library without succeed the error is: JPEG LIBRARY not found
0
votes
1answer
103 views

minGW (with g++ 4.7.1) not compiling simple C++11 code (under WinVista)

I did my homework and searched for an answer here and on the net. The simple code below is not compiling: #include <thread> #include <iostream> void hello() { std::cout << ...
0
votes
0answers
49 views

Building Portaudio with mingw gives no .dll

beeing new to c/c++ make etc. I ran into some compiling issues that I couldn't solve with google or (my bounded) logic. This whole (./configure, make, make install) gave me a hard time already as a ...
0
votes
1answer
32 views

gnuwin32 libxml2 installation : setting several lib and include directories

I am now compiling libxml2 on windows 8 using mingw32. I have downloaded from here ftp://xmlsoft.org/libxml2/ and follow the instruction found in the README file. They instruct to configure make ...
1
vote
2answers
43 views

C++ windows binaries: conditions to be used with MinGW

I am new to C++ and I am now struggling with compiling and linking. Recently I have been using cmake and make to recompile a library (mlpack) that makes usage of Boost (Cmake does not find boost 1.51 ...
0
votes
1answer
173 views

'mingw32-make' is not recognized in cmd while integrate Qt 5.0.2 and OpenCV 2.4.4 with CMAKE 2.8.10.2 in Windows 7

I was installing QT5 and OpenCV 2.4.4 with CMAKE 2.8.10.2.. I was following the instruction from here and here . The problem is, when I want to compile the OpenCV library with cmd, 'mingw32-make' is ...
3
votes
1answer
120 views

Haskell SDL: Can't find mingw32.dll

I finally made it to install Haskell SDL bindings on Windows. Using this: > $env:Path += ";C:\SDL;C:\SDL\bin;C:\SDL\include;C:\SDL\lib" > cabal install SDL --extra-include-dirs="C:\SDL\include" ...
1
vote
1answer
43 views

process freezes during make on linphone for android

I've been trying to build linphone for android for a few days now but I've come to a point where I'm unable to fix the problem I encounter in the build process. I've been following the provided ...
1
vote
1answer
59 views

Where is vimrc or vim profile for github's mingw32 shell on a Windows machine?

Cygwin has a home directory where I can store a .vimrc file to set up syntax highlighting. I know on linux machines this file is usually in a home directory and that it can be stored globally ...
1
vote
0answers
32 views

MinGW File and folder listing problems

Here's part of code for my application I'm porting to windowsXp initially written on Ubuntu. #include <stdio.h> #include <string.h> #include <dirent.h> #include <unistd.h> ...
0
votes
0answers
167 views

Compiling mysql connector C++ with mingw, compiling errors

I'm having a problem compiling mysql connectors C++ with mingw, as posted in the official website, you should run cmake to configure the source, then run a mingw32-make... the cmake needs to have the ...
0
votes
0answers
39 views

Sybase.py Crashing Python Windows 7

I'm trying to get python and sybase setup to play nicely together on in my windows environment. We have a linux environment but we are trying to also set up windows for some of the developers. All of ...
0
votes
1answer
231 views

Inline ASM in C, compiled with MinGW/GCC using “-masm=intel”: “undefined reference”

I've been looking around a lot for examples of using inline ASM and I've seen seen a few different approaches. I've gone with the -masm=intel option when compiling. As I understand it, when using ...
0
votes
1answer
123 views

undefined reference to `sleep'

I just installed Codeblocks on my new PC, now I'm trying to get a library running called CML(its a library from school and it's not very good) but I'm getting a strange error when i try to run some ...
0
votes
0answers
74 views

foreman can't find java

I'm trying to use foreman to run a java app locally which deploys fine to heroku. My Procfile looks like this web: java $JAVA_OPTS -cp target/classes;target/dependency/* Start but when i do ...
1
vote
1answer
82 views

How to use inet_pton() with the mingw compiler?

I'm trying to add IPv6 compatibility to an already IPv4-compatible program in C, but having some problems with the compiler. Currently compiling with mingw32-gcc-4.6.2, which gives me a linking error ...
0
votes
1answer
150 views

Compiling opencv with cmake for mingw

I'm building opencv library with cmake for mingw to be used with qt and i've been able to generate the makefilelist. But when i type mingw32-make at the command prompt i get error when it's 44% built. ...
1
vote
0answers
52 views

CMake-generated Makefile: “make <a target>” opens shell inside shell repeatedly

I open a cmd console, go to where the Makefile is and run "make help", for instance. Instead of listing the available targets, make seems to just run cmd inside cmd again and again for each target. ...
0
votes
2answers
64 views

Why WinBase.h Provided by Mingw32 Excludes `SetProcessDEPPolicy' for Windows 7?

I discovered that the function definition of SetProcessDEPPolicy (in WinBase.h) is included only if _WIN32_WINNT >= 0x601. Why MingW32 sets _WIN32_WINNT = 0x400 for Windows 7 to exclude the ...
0
votes
1answer
102 views

Getting console size after Initialize the output

I am creating a cross platform application and for doing that I am opening header source code files of GCC/Mingw and copied the definitions from there to my header files as and when required. The ...
-1
votes
1answer
203 views

Armadillo C++ and BLAS and ATLAS cannot find lapack blas under mingw32

All, Summary ... I am trying to compile example.cpp of arma.sourceforge.net/docs.html#example_prog I try to compile and link armadillo with lapack and blas. I am always getting the same error ...
0
votes
1answer
107 views

Passing “-no-undefined” to Libtool LDFLAG

I am building a dll using MSys and Mingw on windows. The source for project only provides a autogen.sh, configure.ac and makefile.am. To generate the makefiles, you run autogen.sh then ./configure. I ...
0
votes
0answers
119 views

Qt Creator 2.6.2 for windows and Qt 5.0.1 compiles only in release , even if it configured debug

no matter what i do the compilation is allays in release mode , even that in Projects window i have set it in debug and i see that the build is configured to debug , it allays compile me to release . ...
0
votes
0answers
58 views

mingw32-g++ compile to 16bit instead of 32 or 64

I'm compiling very simple code in windows7 64bit. (in C:\MinGw\bin) "mingw32-g++.exe -c -Wall filepath\filename.cpp -o filepath\filename.exe" When the .exe run, it give me 16-bit incompatibility error ...
0
votes
0answers
13 views

How can I add a dynamic/static library to MinGW?

I've compiled static and dynamic versions of the library boost-nowide by hand: static library: g++ -c iostream.cpp -dBOOST_NOWIDE_STATIC_LINK -o libnowide.o ar rcs libnowide.a libnowide.o dynamic ...
1
vote
0answers
197 views

Linking error with boost filesystem

I just wrote a little program using the boost filesystem library. Now it comes with some weird linking errors. I already tried reordering the libraries, checked compiler version used for the boost ...
0
votes
0answers
73 views

Is Mingw compiler generates dll with relative path.?

Compiler: Mingw GCC compiler In make file I specified src directory location like below.. dirsrc = ./src So here I mentioned current directory. The problem is the generated DLL having the Absolute ...
1
vote
2answers
93 views

why does wcslen count 1 extra character on argv[1]?

argv[1] seems to return 1 extra character than what is input. argv[2] is correct. #include <stdio.h> int main(int argc, wchar_t *argv[]) { printf("%d %d\n",wcslen(argv[1]),wcslen(argv[2]) ); ...
0
votes
4answers
92 views

How to link an Object file of class with a source file

I want to know if i can link and compile source code file with an object file of a class without including class source files. Or Like in Java i can give a compiled *.class file to a friend and the ...
0
votes
1answer
62 views

UI built with Qt 4.8.4 on Win7 looks like on Win98

Qt 4.8.4 built manually with mingw 4.7.2. My problem in subject. I think it's connected with manifest-file, but I'm not sure and I don't know how to solve this problem. Qt sources I've got from the ...
0
votes
0answers
61 views

Trouble linking DLL with Cython using MinGW32

I'm having some issues linking to an existing shared library from Cython. The strange thing is that it's fine on my Windows 7 machine, but not on my Windows XP machine. The external library is called ...
1
vote
3answers
879 views

Linking with -static-libstdc++ flag on MinGW 4.7.1 [closed]

I try to compile (Allegro 5) on MinGW 4.7.1 (using Code::Blocks 12.11 on Win 7) with compiler flags (write them in Project :: Linker settings :: Other linker settings): -static-libgcc ...
0
votes
3answers
57 views

ld terminates compiling wxmsw28_core_gcc_custom.dll on Windows with MinGW

I am busy compiling wxWindows on Windows 7 32 bit with MinGW. The process does not finish, however; ld terminates after trying to compile wxmsw28_core_gcc_custom.dll. I am busy watching my system now ...
0
votes
2answers
134 views

C++ NetBeans std::array not usable

I am using MinGW C++ compiler in a statically linked project with NetBeans. I am trying to use std::array but it seems that when I #include <array> NetBeans doesn't recognize it. When I write ...
2
votes
3answers
360 views

How do I get COMMIT_EDITMSG to open from the correct location?

I'm new to GIT. I downloaded GIT for Windows from a GitHub link a few days ago. I'm using the command line tool MinGW32. I'm not comfortable with the default editor so I've been trying to set up my ...
1
vote
2answers
451 views

Setting colors for ls in git bash on windows

I have installed GitHub for Windows recently and am using the git bash prompt - the one thing that is bugging me right now is when I type LS all directories are listed in blue. How do I change my git ...
2
votes
0answers
405 views

mingw32-g++.exe: error: CreateProcess: No such file or directory

I just installed Code::Blocks 12.11 and create a console application by the Wizard the hello world code was in there by default. I tried to compile it but I come across this build error: ...
15
votes
4answers
229 views

Massive fprintf speed difference without “-std=c99”

I had been struggling for weeks with a poor-performing translator I had written. On the following simple bechmark #include<stdio.h> int main() { int x; char buf[2048]; FILE *test = ...
0
votes
1answer
118 views

GL_GENERATE_MIPMAP does not exist when cross-compiling

I am cross-compiling on Linux, wanted to compile for Windows with MingW32 using Code::Blocks, followed instructions on this page: link, it seems to work, but the problem is only one OpenGL ...
1
vote
1answer
262 views

'sys/socket.h' in MingW32

I'm trying to compile my client server program with MingW32, but I'm getting the error: no sys/socket.h So the compilation was terminated. How can I solve this problem?
1
vote
1answer
114 views

Executing a program from PHP hangs APACHE

Hello and thank you in advance for your interest. During the past two weeks I've been struggling with something that is driving me nuts. I have APACHE (2.2.22) and PHP (5.4.3) installed on my Windows ...
0
votes
1answer
74 views

MINGW32 error, using wrong version of ruby and fixing alias for sublime text 2

I had Ruby 1.9.2 installed on my computer in C:\program files x86 folder. I installed RailsInstaller which put Ruby 1.9.3 in C:\RailsInstaller. I uninstalled 1.9.2 using Control Panel. When I run ...
0
votes
0answers
81 views

error in makefile (mingw32-make)

I know this might not be very much to go on, but I'm not sure what code snipplets I should post. I'm getting this error from my makefile: Makefile:29: recipe for target 'game' failed mingw32-make: ...
1
vote
1answer
76 views

Building InstallJammer's installkit on Windows

I'm using InstallJammer to build cross-platform installers for my application (Windows, Linux & Mac). However, InstallJammer development has been discontinued and the official forum is now closed. ...
1
vote
1answer
49 views

Does mingw32-make be renamed to make?

I installed the latest mingw, and found there is no mingw32-make any more. There is make.exe, so I am wondering if mingw32-make is renamed to make.exe recently.
1
vote
1answer
2k views

Compiling pygraphviz: Unrecognized command line option '-mno-cygwin'

On Windows 7, when trying to compile pygraphviz, I run python setup.py build -c mingw32 I get C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall "-IC:\Program Files (x86)\Graphv iz ...
0
votes
0answers
57 views

Crossplatform compiling Win32 applications with MinGW

I am developing a client/server system, in which the server runs on Debian and the client on Winx64. SVN makes the work easier, but as both projects use a self-written C++ wrapper for the socket API ...
0
votes
2answers
215 views

How to enable exception handling in mingw

I am new to Mingw and C++ programming. I am trying to build a C++ project but getting following error. error: exception handling disabled, use -fexceptions to enable. Where I need to pass this ...

1 2 3 4