[Mingw-w64-public] Ekiga also uses mingw-w64

2013-11-28 Thread Eugen Dedu
Ekiga program also uses mingw-w64, cf. https://git.gnome.org/browse/ekiga/tree/win32/Makefile Best regards, -- Eugen Dedu -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't h

Re: [Mingw-w64-public] winpthreads kill

2013-11-28 Thread Victor Bombi
I dont know how to build. I always use CMake to create makefiles without mysys. Do I need mysys? where do I get configure? - Original Message - From: "JonY" To: Sent: Wednesday, November 27, 2013 11:10 PM Subject: Re: [Mingw-w64-public] winpthreads kill >

[Mingw-w64-public] svn and bug fix

2013-11-28 Thread Alessio Mochi
Hello,  For now I fix my compilation problem with release 4.8.2. I'm going to migrate from visual studio to mingw but I wanted to ask if there is a mingw svn repository so that I can recompile the mingw just a bug is fixed. Thanks in advance. -

Re: [Mingw-w64-public] problem with mingw-builds 4.8.1 v3 rev0 i686 32 libshlwapi.a?

2013-11-28 Thread niXman
Jim Michaels 2013-11-28 13:00: > you are right, just found this out. I have to compile with -lshell32 > -lkernel32 -lshlwapi -lstdc++ > however... it still does not link with 32-bit versions of either the > posix or win32 sjlj compiler. > > it gives me that > build-bug1.o:build-bug1.cpp:(.text.sta

Re: [Mingw-w64-public] problem with mingw-builds 4.8.1 v3 rev0 i686 32 libshlwapi.a?

2013-11-28 Thread Jim Michaels
here is repro code. #include #include #include #include #include int main(void) {     HWND hwndOwner=GetConsoleWindow();     std::string unc=".\\C:";     std::wstring wunc;     wunc.assign(unc.begin(),unc.end());     bool bsuccess=0!=SHValidateUNC(hwndOwner, (wchar_t*)wunc.c_str(), VALID

Re: [Mingw-w64-public] problem with mingw-builds 4.8.1 v3 rev0 i686 32 libshlwapi.a?

2013-11-28 Thread Jim Michaels
you are right, just found this out. I have to compile with -lshell32 -lkernel32 -lshlwapi -lstdc++ however... it still does not link with 32-bit versions of either the posix or win32 sjlj compiler. it gives me that build-bug1.o:build-bug1.cpp:(.text.startup+0x1b0): undefined reference to `_imp