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
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
>
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.
-
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
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
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