Re: [CMake] Cross compiling for Windows x64/amd64 on 32-bit Windows

2012-10-02 Thread Xavier Besseron
On Tue, Oct 2, 2012 at 1:09 PM, Arindam Mukherjee wrote: > On Tue, Oct 2, 2012 at 4:22 PM, David Cole wrote: >> >> >> cmake -G "Visual Studio 9 2008 Win32" src_dir >> >> will not work. There is no such generator. Leave out the " Win32" for this >> case... it is implied. >> >> > > How would it be

Re: [CMake] Cross compiling for Windows x64/amd64 on 32-bit Windows

2012-10-02 Thread Arindam Mukherjee
On Tue, Oct 2, 2012 at 4:22 PM, David Cole wrote: > On Tue, Oct 2, 2012 at 5:30 AM, Arindam Mukherjee > wrote: >> >> On Tue, Oct 2, 2012 at 2:48 AM, Xavier Besseron >> wrote: >> > Hi, >> > >> > I was able to build win64 executable on my 32-bit Windows. >> > >> > First, I had to make the "full in

Re: [CMake] Cross compiling for Windows x64/amd64 on 32-bit Windows

2012-10-02 Thread David Cole
On Tue, Oct 2, 2012 at 5:30 AM, Arindam Mukherjee < arindam.muker...@gmail.com> wrote: > On Tue, Oct 2, 2012 at 2:48 AM, Xavier Besseron > wrote: > > Hi, > > > > I was able to build win64 executable on my 32-bit Windows. > > > > First, I had to make the "full installation" of VS 2008 (the "defaul

Re: [CMake] Cross compiling for Windows x64/amd64 on 32-bit Windows

2012-10-02 Thread Arindam Mukherjee
On Tue, Oct 2, 2012 at 2:48 AM, Xavier Besseron wrote: > Hi, > > I was able to build win64 executable on my 32-bit Windows. > > First, I had to make the "full installation" of VS 2008 (the "default > installation" did not provide the win64 compiler in my case). Then, I > had to select the "Visual

Re: [CMake] Cross compiling for Windows x64/amd64 on 32-bit Windows

2012-10-01 Thread Xavier Besseron
Hi, I was able to build win64 executable on my 32-bit Windows. First, I had to make the "full installation" of VS 2008 (the "default installation" did not provide the win64 compiler in my case). Then, I had to select the "Visual Studio 9 2008 Win64" generator in CMake. And the project built corre

Re: [CMake] Cross compiling for Windows x64/amd64 on 32-bit Windows

2012-10-01 Thread John Drescher
On Mon, Oct 1, 2012 at 4:35 PM, Arindam Mukherjee wrote: > Hi, > > I have a Windows XP build setup with Visual Studio 2008 SP1 and > Windows SDK 6. I have set up a CMake project for a source base that is > built on Linux, Solaris, AIX and Windows. So far I have managed to get > the Windows 32-bit