[Mingw-w64-public] Build issues on trunk

2013-08-20 Thread Erik van Pienbroek
Hi, The current trunk seems to have some conflicting declarations which causes various build failures. Here are the failures we discovered with the test mass rebuild script. === NSIS: i686-w64-mingw32-gcc -o build/release/stub_bzip2/Ui.o -c -Os -Wall -xc -fno-strict-aliasing "-DNSISCALL= __attr

Re: [Mingw-w64-public] [Mingw-w64-developer] Patch for winbase.h header

2013-08-20 Thread dw
With recent patch I get compiler-error for c++ in psdk_inc/intrin-impl.h:914 due different use of types. Again psdk vs bare-C types (LONGLONG vs long long). Looking at the prototypes and implementations for InterlockedCompareExchange64 (which I believe is what is at your line #914), all I s

Re: [Mingw-w64-public] Interlocked API for Mingw64 4.8.1

2013-08-20 Thread dw
It turns out his problem was with boost (ie the problem we discussed here https://sourceforge.net/p/mingw-w64/mailman/message/31196562/). Erik, what ever happened with that patch you proposed? If someone pops up here with this problem again, can I tell them to just get the latest boost? Appl

Re: [Mingw-w64-public] alias in Windows

2013-08-20 Thread TOCK Chiu
You may specify the include folder by pass -I parameter to GCC. I think this is a better solution because it won't mess the environment variables up. For example pass -I"C:\Users\Arbol One\Documents\dev\C++\Applications\development\intence\ruch\Donald Duck\BatGirl\FidelCastro\Bush_Baboon\Speaker\no

Re: [Mingw-w64-public] I have just downloaded MinGW64

2013-08-20 Thread Incongruous
Superbe!! Thanks you so very much, you directed me to exactly what I was looking for. -Original Message- From: niXman [mailto:i.nix...@gmail.com] Sent: Tuesday, August 20, 2013 10:02 AM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] I have just downloaded Min

[Mingw-w64-public] alias in Windows

2013-08-20 Thread Incongruous
Look, I know this question has nothing to do with either Netbeans or MinGW64, but I cannot think of a better bunch to ask this question. On one hand the directory tree where my applications reside is a bit long and on the other hand I have seen how Wind 7 uses the aliases like %USERPROFILE% as

Re: [Mingw-w64-public] Interlocked API for Mingw64 4.8.1

2013-08-20 Thread Ruben Van Boxem
2013/8/20 Alex Hultman > Hey! > > I'm trying to figure out what libs to link with to get the > Interlocked*-API working. Google points me in the direction of wkernel32 > but I cannot find that lib in the newer sources and it doesn't exist in my > Fedora 19 installation. kernel32, mingwex doesn't

Re: [Mingw-w64-public] I have just downloaded MinGW64

2013-08-20 Thread niXman
2013/8/20 Incongruous : > I have just downloaded MinGW64. It comes in a .gz file, so I uncompressed > the file but it is all raw files. Am I supposed to compile MinGW64 or I just > copy the files to C:\MinGW64 and then reset the toolchain for the IDE? https://sourceforge.net/projects/mingwbuilds/

Re: [Mingw-w64-public] Qt 5.1 and Qt Creator

2013-08-20 Thread niXman
> You can add Qt 5.1 and Qt Creator to the list of things that you can compile > with MinGW 64. > I successfully compiled both of them in 32 and 64 bits under Windows 7 64 > bits + MSYS. > > All instructions here: http://www.kineticsystem.org/mingw Everything is much easier ;) https://github.com

[Mingw-w64-public] I have just downloaded MinGW64

2013-08-20 Thread Incongruous
I have just downloaded MinGW64. It comes in a .gz file, so I uncompressed the file but it is all raw files. Am I supposed to compile MinGW64 or I just copy the files to C:\MinGW64 and then reset the toolchain for the IDE? TIA ---

[Mingw-w64-public] Interlocked API for Mingw64 4.8.1

2013-08-20 Thread Alex Hultman
Hey! I'm trying to figure out what libs to link with to get the Interlocked*-API working. Google points me in the direction of wkernel32 but I cannot find that lib in the newer sources and it doesn't exist in my Fedora 19 installation. kernel32, mingwex doesn't define the API. What libs am I suppo

[Mingw-w64-public] Qt 5.1 and Qt Creator

2013-08-20 Thread Giovanni Remigi
You can add Qt 5.1 and Qt Creator to the list of things that you can compile with MinGW 64. I successfully compiled both of them in 32 and 64 bits under Windows 7 64 bits + MSYS. All instructions here: http://www.kineticsystem.org/mingw Giovanni ---