Re: [Mingw-w64-public] Standard library installation paths?

2012-11-09 Thread Earnie Boyd
On Thu, Nov 8, 2012 at 5:05 PM, JonY wrote: There isn't an include directory specifically for win32 and another for win64. Installing to the same area will clash as OP predicted. There is only one set of mingw-w64 distributed headers and those headers contain both Win32 and Win64 filtered by

Re: [Mingw-w64-public] Standard library installation paths?

2012-11-09 Thread Ruben Van Boxem
2012/11/9 Earnie Boyd ear...@users.sourceforge.net On Thu, Nov 8, 2012 at 5:05 PM, JonY wrote: There isn't an include directory specifically for win32 and another for win64. Installing to the same area will clash as OP predicted. There is only one set of mingw-w64 distributed headers

Re: [Mingw-w64-public] Standard library installation paths?

2012-11-09 Thread Earnie Boyd
On Fri, Nov 9, 2012 at 9:01 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/11/9 Earnie Boyd ear...@users.sourceforge.net On Thu, Nov 8, 2012 at 5:05 PM, JonY wrote: There isn't an include directory specifically for win32 and another for win64. Installing to the same area will

Re: [Mingw-w64-public] Standard library installation paths?

2012-11-08 Thread JonY
On 11/8/2012 22:49, Václav Šmilauer wrote: Greetings to experienced Mingw64-ers, I am currently compiling several 3rd-party libraries which I need for my code. Among those are glib, VTK, Qt and perhaps several others. I have the (32bit) MSYS installed, which provides standard directories

Re: [Mingw-w64-public] Standard library installation paths?

2012-11-08 Thread Václav Šmilauer
I am currently compiling several 3rd-party libraries which I need for my code. Among those are glib, VTK, Qt and perhaps several others. I have the (32bit) MSYS installed, which provides standard directories like /usr/lib, /usr/include, ... These should not be present, if they are, it is

Re: [Mingw-w64-public] Standard library installation paths?

2012-11-08 Thread Václav Šmilauer
For reliability, cross compiling on Linux is always a good idea. I tried that (with http://mxe.cc), but cross-compiling python seems to be quite tricky (it will never be supported for 2.7, and is still in works for 3.3+). So I am unwillingly at windows now, hoping that I will be able to go

Re: [Mingw-w64-public] Standard library installation paths?

2012-11-08 Thread Earnie Boyd
On Thu, Nov 8, 2012 at 10:03 AM, JonY wrote: On 11/8/2012 22:49, Václav Šmilauer wrote: Greetings to experienced Mingw64-ers, I am currently compiling several 3rd-party libraries which I need for my code. Among those are glib, VTK, Qt and perhaps several others. I have the (32bit) MSYS

Re: [Mingw-w64-public] Standard library installation paths?

2012-11-08 Thread JonY
On 11/9/2012 00:08, Earnie Boyd wrote: On Thu, Nov 8, 2012 at 10:03 AM, JonY wrote: On 11/8/2012 22:49, Václav Šmilauer wrote: Greetings to experienced Mingw64-ers, I am currently compiling several 3rd-party libraries which I need for my code. Among those are glib, VTK, Qt and perhaps