Re: [Mingw-w64-public] CMake Toolcahin for linux/clang 3.6

2014-10-20 Thread Richard Shaw
On Mon, Oct 20, 2014 at 8:03 AM, Barnaby Jones wrote: > SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} > -target=--target=i686-w64-mingw32" ) > SET( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} > -target=--target=i686-w64-mingw32" ) Complete guess here, but this looks funny. Are you sure it sh

Re: [Mingw-w64-public] MinGW-w64 + MSYS: g++ can't include files with unix style prefix?

2014-08-08 Thread Richard Shaw
Ok, a bit of an update... I got MSYS2 installed and after I figured out pacman I got mingw-w64 installed. It is nice having it integrated instead of two separate installations. Also, most of my dependencies were available so I didn't have to build as much. One notable exception is sox. Just for t

Re: [Mingw-w64-public] MinGW-w64 + MSYS: g++ can't include files with unix style prefix?

2014-08-08 Thread Richard Shaw
On Fri, Aug 8, 2014 at 2:42 AM, Slava wrote: > On Thu, 07 Aug 2014 21:42:51 +0200, Richard Shaw > wrote: > > > As you can see, most of the includes use the windows path, "C:/Tools/..." > > except the two wxWidgets entries use the unix style "/usr/local&quo

Re: [Mingw-w64-public] MinGW-w64 + MSYS: g++ can't include files with unix style prefix?

2014-08-07 Thread Richard Shaw
On Thu, Aug 7, 2014 at 3:58 PM, LRN wrote: > On 08.08.2014 0:29, Ray Donnelly wrote: > > On Thu, Aug 7, 2014 at 8:42 PM, Richard Shaw > > wrote: > >> I'm working on documenting how to build a project natively in windows, > >> which first means figuring o

[Mingw-w64-public] MinGW-w64 + MSYS: g++ can't include files with unix style prefix?

2014-08-07 Thread Richard Shaw
I'm working on documenting how to build a project natively in windows, which first means figuring out the quirks myself and I ran into an issue with g++ not being able to find headers with unix style paths "/usr/local/include". My environment: Windows 7 32bit mingw-w64 from win-builds.org MSYS fro