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