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

2014-08-07 Thread Óscar Fuentes
Richard Shaw writes: > I'm using MSYS makefiles, otherwise you don't get very far... Tell CMake to use ninja (available as a MSYS2 package.) [snip] -- Infragistics Professional Build stunning WinForms apps today! Rebo

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 out the quirks myself and I ran into an iss

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

2014-08-07 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 out the quirks myself and I ran into an issue >> wi

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

2014-08-07 Thread Ray Donnelly
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 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 envir

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

2014-08-07 Thread Óscar Fuentes
Richard Shaw writes: > 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". [snip] > If I change the /usr/local to

[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