Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread Edward Diener
On 5/30/2017 2:45 PM, niXman wrote: Edward Diener 2017-05-30 20:43: My bad, sorry :( Fixed in the develop branch. Please pull and rerun. I now get: -> Checking for installed packages... the following packages are not installed:

[Mingw-w64-public] Difficulty using Boost library with MSYS2/MINGW64

2017-05-30 Thread Leif AMO
It's been a while since I installed MinGW-w64 so I can't remember the specific installation options selected (thread models, etc), or if that is relevant. I've been able to compile a few relatively simple C and C++ programs. Using the MSYS2/MINGW64 shell for program compilation. Installed

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread niXman
Edward Diener 2017-05-31 02:16: I now get: -> Checking for installed packages... the following packages are not installed: git,subversion,tar,zip,p7zip,make,patch,automake,autoconf,libtool,flex,bison,gettext,gettext-devel,wget,sshpass,texinfo but all the above packages are already installed.

Re: [Mingw-w64-public] Difficulty using Boost library with MSYS2/MINGW64

2017-05-30 Thread Norbert Pfeiler
Your setup is fine, and yes you need to specify libraries to resolve your undefined references. I’d consider using cmake to avoid having to figure out the necessary library names yourself: find_package(Boost REQUIRED COMPONENTS program_options) target_link_libraries(${PROJECT_NAME}

Re: [Mingw-w64-public] [PATCH 2/2] sal.h: Disable __in and __out macros when using libstdc++.

2017-05-30 Thread Kai Tietz
Jacek, thanks for fixing this. Please go ahead, and apply. Cheers, Kai 2017-05-29 22:01 GMT+02:00 Jacek Caban : > Hi David, > > > Good catch, thanks. I sent a fixed version. > > > Jacek > > > > On 5/29/17 9:56 PM, David Grayson wrote: >> >> The boolean logic in the patch

[Mingw-w64-public] Problem with GCC 8 and _xgetbv

2017-05-30 Thread Mateusz
Hello, >From revision 248028 in GCC 8 there is defined function _xgetbv: https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/i386/xsaveintrin.h?r1=248028=248027=248028 It conflicting with mingw-w64 definition from mingw-w64-headers/include/psdk_inc/intrin-impl.h I made workaround for mingw-w64:

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread niXman
Edward Diener 2017-05-31 07:26: Not found level for patch libiconv/0001-compile-relocatable-in-gnulib.mingw.patch, error=2 I do not understand what's going on... please exec the 'pacman -S patch' cmd and rerun building again. -- Regards, niXman

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread Edward Diener
On 5/30/2017 10:59 PM, niXman wrote: Edward Diener 2017-05-31 02:16: I now get: -> Checking for installed packages... the following packages are not installed: git,subversion,tar,zip,p7zip,make,patch,automake,autoconf,libtool,flex,bison,gettext,gettext-devel,wget,sshpass,texinfo but all

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread Edward Diener
On 5/29/2017 6:28 AM, niXman wrote: Edward Diener 2017-05-29 05:26: Following instructions I eventually get under MSYS2: -> libiconv --> download libiconv-1.14.tar.gz... done --> unpack libiconv-1.14.tar.gz... done --> patching... Not found level for patch

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread niXman
Edward Diener 2017-05-30 19:48: Yes. Please remove completely the mingw-builds and the c:\mingw710 directory, clone the mingw-builds again and checkout to the develop branch, and run again: ./build --mode=gcc-7.1.0 --bootstrap --buildroot=/c/mingw710 --threads=posix --exceptions=dwarf

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread Edward Diener
On 5/30/2017 1:14 PM, niXman wrote: Edward Diener 2017-05-30 19:48: Yes. Please remove completely the mingw-builds and the c:\mingw710 directory, clone the mingw-builds again and checkout to the develop branch, and run again: ./build --mode=gcc-7.1.0 --bootstrap --buildroot=/c/mingw710

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread niXman
Edward Diener 2017-05-30 20:43: Please show the result of the 'uname && echo $PATH && which patch' cmd. -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread niXman
Edward Diener 2017-05-30 18:10: I pulled the latest but the same error still occurs. Do you use the develop branch? -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread Edward Diener
On 5/30/2017 12:25 PM, niXman wrote: Edward Diener 2017-05-30 18:10: I pulled the latest but the same error still occurs. Do you use the develop branch? Yes. -- Check out the vibrant tech community on one of

Re: [Mingw-w64-public] Is there a libbacktrace library for mingw-64/gcc

2017-05-30 Thread niXman
Edward Diener 2017-05-30 20:43: My bad, sorry :( Fixed in the develop branch. Please pull and rerun. -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/