Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
4answers
2k views

Git/Bash is extremely slow in Windows 7 x64

I've been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the two. The issue I'm having is that Git/Bash consistently become ...
5
votes
2answers
175 views

Is There Support for std::thread in Mingw32? [closed]

Possible Duplicate: How to enable experimental C++0x concurrency features in MinGW? my version of mingw32 (gcc version is 4.5.2) does not come with the class std::thread. Is there a ...
5
votes
2answers
894 views

Memory leak checking on Windows with QT and MinGW32

Lately I have been developing in C++ with QT Creator. All is well and I'm nearly at the point of packaging and distributing my application. But obviously before any release you better make sure you ...
5
votes
2answers
1k views

Trying to install MinGW and Tk for Perl on Windows 7

So... I have been trying to get this working for several weeks now. I can install MinGW through the .exe, but no-matter what I do I can't seem to get make support or ppm install MinGW to work in such ...
4
votes
3answers
848 views

ld.exe: cannot open output file … : Permission denied

I recently installed CodeBlocks with mingw32 on Windows 7 Ultimate 32bit in order to dust off my c skills, but this problem has me somewhat stumped. I decided to fire off a short Fibonacci generator ...
3
votes
1answer
115 views

Including other files in c++ for File I/O

Is there a way to add files to the final .exe in a c++ program ? For example, suppose I want to play a sound file. Instead of including the sound file separately with the release .exe, the file should ...
3
votes
1answer
346 views

MinGW-w32 vs. MinGW

What's the difference between the MinGW project and the 32-bit portion of the MinGW-w64 project? Does the 32-bit portion of MinGW-w64 have any relation to x64 at all? It seems like their compilers do ...
2
votes
2answers
166 views

can mingw build a visual studio-2010 project?

I have a visual studio-2010 project which contains lots of source files and header files. Now I need to autobuild this project under the latest Debian GNU/Linux. So I choose to use MinGW. But I need a ...
2
votes
2answers
189 views

Does anyone have a working GMP + MINGW installation?

I've spent days and days trying to install GMP library on my MINGW windows installation. I completed the installation process of both dozens of times, followed any single guide on the internet but I ...
2
votes
2answers
109 views

Is mingw still active?

It obviously isn't completely dead, but the latest version there is gcc 4.5.2, while 4.6 is already old news. Does anyone know where I can get mingw-gcc 4.6+? Is mingw-w64 more active? They seem to ...
2
votes
2answers
160 views

can't compile wxwidgets through mingw, following install.txt that came with the zip file

I am trying to compile wxwidgets. I am compiling with mingw32 and am following the install.txt that came with the zip file, but when ever I compile it, it gives me these errors. if not exist ...
2
votes
1answer
192 views

Getting OpenGL setup on Windows (mingw32?)

Compiler is mingw32. Language is C99. OS is windows. Graphics card is Nvidia 260GTX I can link against opengl32/glu32 and build against it, but nothing from OpenGL 3.x is included... in fact, I ...
2
votes
2answers
1k views

CMake with MinGW and Eclipse CDT

I'm trying to compile OpenCV with Cmake on Windows 7 (64-bit). It is to be used with Eclipse and CDT, for which I read somewhere that youhave to specify Unix Makefiles regardless of the compiler. ...
2
votes
2answers
134 views

Files reading differently in linux? C++

I'm a fairly new programmer, but I consider my google-fu quite competent and I've spent several hours searching. I've got a simple SDL application that reads from a binary file (2 bytes as a magic ...
2
votes
1answer
313 views

Cross-compiling python extensions under Linux using distutils

Is there any way to compile both Windows and Linux versions of Python/distutils/SWIG/C++ extensions under Linux? As far as I understand the problem is at least in obtaining windows version of ...
2
votes
2answers
2k views

How to compile & use GLib with MinGW

I want to use the Gnome GLib in a Windows environment using the free MinGW compiler to develop in C. The problem is, I have absolutely no idea how to compile this library. Would any of you please ...
1
vote
1answer
79 views

MinGW C++: expected primary-expression before '/' token

This is my first question here, and the first time I haven't been able to find a solution to a C++ problem online by just looking around. I'm relatively inexperienced in this area, and am not sure ...
1
vote
0answers
33 views

MinGW fails to compile project with -lc, -lm and -lrt linker's flags

I'm trying to compile python bindings for Kyoto Cabinet with Mingw32 for Windows7. I have several dirs in my library path: C:/MinGW/lib folder and a folder with kiotocabinet.lib; MinGW finds its own ...
1
vote
2answers
145 views

strange problems with C++ exceptions with mingw

I have encountered a strange problems with exceptions using mingw and managed to cut it down to the following example: #include <iostream> #include <fstream> #include <cstdlib> ...
1
vote
2answers
91 views

Mingw32 cross compiled console application doesn't do anything on Windows XP

I've compiled a small app in Linux (Ubuntu 11.04) with Mingw32 and it runs ok in Wine, but does nothing on Wuindows (although it runs). Configure: ./configure --host=i586-mingw32msvc ...
1
vote
2answers
74 views

Mingw32 std::isnan with -ffast-math

I am compiling the following code with -ffast-math #include <limits> #include <cmath> #include <iostream> int main() { std::cout << ...
1
vote
1answer
96 views

Add application manifest to a win32 application in eclipse

How do I add an application manifest to a Win32 application being developed in Eclipse ? T want to add a manifest in order to use version 6 of Comctl32.dll which, according to this article is ...
1
vote
1answer
657 views

compiling qt 4.7.3 on mingw with gcc 4.6

I decided to start working on a new C++ project and wanted to use the latest version of the Qt framework, which is 4.7.3. I also decided to use gcc 4.6 found [here] ...
1
vote
0answers
169 views

Stray '\' in program error

I'm using MinGW to compile NBIS, and everything goes ok up till the point when I have to run the 'make it' command. It compiles stuff for a little while, then it terminates with these errors: ...
1
vote
2answers
170 views

How to specify dll onload function for mingw32?

I can compile DLLs properly using mingw and do the exports/imports stuff. What I am looking for is defining the dll onload function properly as you would in MS VC products. Google didn't turn up ...
1
vote
2answers
136 views

How to compile and build a very simple Gnu linux application to Windows using Mingw or Cygwin?

I would like to port an existing Linux application from its plain C/c++ source code to Windows XP/Vista/7 exactly same functionality to have, without losing few modules here and there etc. Basic codes ...
1
vote
1answer
1k views

How would I build Box2D to work in Code::Blocks/Mingw32(Windows)

hey the title pretty much says it all. i have been trying different methods from internet sources, but whenever i try something goes wrong..this is where i got Box2D in cMake, i get a bunch of errors ...
1
vote
3answers
79 views

How would i be able to use GLU_RGBA or other GLU_ parameters?

hey i have yet another question. There isnt much information involved but i noticed that even though i have libglu32.a linked, and the glu.h included, im still not ablt to use GLU_ parameters Im ...
1
vote
2answers
396 views

A question about GLM

im having a serious problem and im not even gonna bother posting pictures... OK thanks for the answers so far, but im still having some problems. my next question(or problem) in line is that when i ...
1
vote
1answer
975 views

\mingw32\bin\ld.exe: cannot find -lC:/msys/1.0/opt/tcl/lib

I am attempting to compile a simulator for Y86 code (http://csapp.cs.cmu.edu/public/sim.tar) on Windows using mingw and msys, the simulator uses Tcl and Tk for a GUI that it has, so I first tried ...
1
vote
2answers
309 views

How can I change a specific font color in git?

I'm looking to change the 'red' font color in git to something that is more towards pink. I tend to keep my monitors pretty dim, and whenever I look through diffs, the red font on the black background ...
1
vote
1answer
385 views

how to use a makefile for mingw on win32

i seem to have forgotten what is typed on the command line when using a makefile for a c program on a win32 machine. what i remember is that i should type something like mingw32 -make . but ...
1
vote
2answers
1k views

Problem installing QCA-OSSL (part of the Qt Cryptographic Architecture) plugin on Windows 7

I have been trying to use QCA (Link) on my Windows PC for a couple of days now, works fine on my linux box, just can't get it working with Windows. So i followed all the instructions for installing ...
1
vote
0answers
178 views

tbb::concurrent_hash_map throws SIGSEGV

I'm running a small program built using TBB on Windows with mingw32. It does a parallel_for. Inside the parallel_for my object makes changes to a concurrent_hash_map object. It starts running but ...
1
vote
3answers
732 views

Cross compiling Direct3D on Linux with mingw

How to configure mingw32 to cross-compile Direct3D Apps for Windows? Is there any possibility? I have actually succeeded compiling code from this tutorial: ...
1
vote
1answer
467 views

Undefined references when compiling a static Qt build on Windows

I'd like to compile a static version of the Qt toolkit on the Windows platform (Windows XP SP3). I downloaded the latest release for Windows and successfully installed it. Then I opened the Qt 4.6.3 ...
0
votes
1answer
48 views

Git tries to lstat files outside its work directory

I recently started experiencing weird behavior with git. I'm on Windows 7 and using MINGW32. My git repository is in /d/www/project1/app When I type in git pull origin master, I used to get: ...
0
votes
1answer
49 views

Trying to static compile a Qt Application using mingw32-make command but getting errors with #include statements

I wrote a text editor application which I want to compile statically. I followed the instructions outlined on this page. I went to the directory where all the source files were. Ran: 1. ...
0
votes
0answers
23 views

Error building pygresql on Windows 32-bit XP

I've been stumped for a day now on this. I'm trying to build pygresql 4.0 on Windows XP 32-bit. I've properly set up mingw32 as my compiler, add it to the %PATH% as well as installed Postgres 9.1. ...
0
votes
0answers
65 views

embed .glade file with binary or executable (undefined reference to `_binary_FILENAME_EXTENSION_start')

I m using GTK+ 2.0 with MinGW on NetBeans IDE on Windows Platform. I m trying to embed .glade file of my project with the executable and hence i found a tutorial which demonstrated how to do it... ...
0
votes
1answer
92 views

Qt does not work with Botan_v1.10.1 Libraries

I've been trying to get Qt 4.7.3 to work with the newest Botan v1.10.1 libraries. There is a Botan binary for Windows but it seems that the *.dll files are only for MS Visual Studio. So I tried to ...
0
votes
1answer
34 views

How do I extract translatable strings from a glade (Builder) file?

In command prompt I wrote: C:\Users\Waqar Ali Khan\Documents\NetBeansProjects\MedicalEmergency>xgettext -d MedicalEmergency -o LocaleStrings.pot main.cpp MedicalEmergency.glade xgettext: Language ...
0
votes
2answers
49 views

GTK+ - 2.0 Localization Guide for GUI and Code both

2.0 + MinGW32 + Windows platform + Netbeans IDE to create my application. i have created the front-end but now i need to add language selection option and i want auto translation and i m new to GTK ...
0
votes
0answers
116 views

opencv mingw32 and codeblocks

Im sure variations of this question have been asked many times before. I was trying to rebuild the the mingw32 opencv 2.3.1 code from source for use with codeblocks (& Windows 7 x64) because ...
0
votes
1answer
28 views

How to specify the exact dll exports in MinGW?

I'm trying to build a DLL with MinGW and I need to augment the exports it is generating. I need to assign specific ordinal numbers to certain exported functions. I created a .DEF file, but I can't ...
0
votes
1answer
180 views

MySQL not connecting in QT application

I'm working on a database-driven QT project (basically a journal/diary tool) that will eventually allow users to connect with MySQL, SQLite, and Postgres. For now, only the MYSQL module is built, but ...
0
votes
0answers
117 views

MinGW unable to build C executable to use gcov

Unable to use gcov from MinGW. MinGW freshly installed using latest download mingw-get-inst-20110802.exe. If I link with 4.5.2, mingw_vfprintf is not found. If I link with 3.4.5, the program runs ...
0
votes
1answer
43 views

Using ROOT (cern) with mingw32

Can I install Cern's ROOT on win32 without MSVS but with mingw32? I want to develop some C/C++ programs, which will use ROOT.
0
votes
1answer
294 views

gmpxx.h: no such file or directory

here I am again. I just installed a brand new copy of mingw (32 bit) downloading it from the official project page from sourceforge: http://sourceforge.net/projects/mingw/. I installed everything in ...
0
votes
1answer
42 views

Fltk1.1 with MinGw?

I have a project that compiles in linux and I am now trying to compile it under MinGw in Windows 7. The project includes the fltk library. When I try to compile, I get the message that the FL/Fl.h ...

1 2