I had problems building Win32 as well and didn't come up with a solution for this.
This was using VS2022. The problem was that there was some code using 64-bit compiler intrinsics (emmintrin.h). Didn't try using MinGW. On Wed., May 25, 2022, 13:33 Sutou Kouhei, <[email protected]> wrote: > Hi, > > What problems do you have? Could you share build log or > something? > > "-A Win32" is correct CMake option. > > BTW, why do you want to build for 32 bit Windows? We > recommend a build for 64 bit Windows for performance and 32 > bit Windows support is limited. > > > Thanks, > -- > kou > > In > < > sj0pr20mb443904fd6c0a2ce9ae46f5a8c8...@sj0pr20mb4439.namprd20.prod.outlook.com > > > "cpp Windows 32 build" on Wed, 25 May 2022 19:42:56 +0000, > Arkadiy Vertleyb <[email protected]> wrote: > > > Hi all. I am having problems trying to build cpp for 32 bit windows. > Is Win32 the right architecture to use with cmake? > > > > I am using the MSVC method as described in > https://arrow.apache.org/docs/developers/cpp/windows.html. > > > > Thanks for any help. > > > > Arkadiy > > > > Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows > > >
