Re: [Msys2-users] Problems compiling very simple c++ project with cmake

2016-10-14 Thread David Grayson
Hello, Michael. I have used C++, CMake, and MSYS2 together successfully before. Can you try using the -G"MSYS Makefiles" argument instead of the one you are using and see if that changes anything? We usually use the "MSYS Makefiles" generator. Also, isn't there some way to make a CMake

Re: [Msys2-users] Helping out with MinGW-w64/MSYS2

2016-10-14 Thread Mario Emmenlauer
Hi, I would be willing to host a continuous integration server, if my spare resources are sufficient. However I lack a bit the knowledge to set up a Jenkins instance for this many hundred packages in a single GIT repository, also with inter-dependencies. It would be awesome to have such a build

Re: [Msys2-users] Bootstrap gcc for i686 with SJLJ exception model in MSYS2 ?

2016-10-14 Thread lhmouse
Problem solved. I didn't delete MSYS2 gcc's libraries and it was these libraries that were linked rather than mingwbuilds' libraries. However, even GCC itself does not ask for libgcc_s_dw2, the libgomp DLL from MSYS2 packages still asks for it, as well as other packages. Hence the DLL must not