Re: [Mingw-w64-public] [Wt-interest] Status of Wt with mingw-w64?

2014-11-09 Thread Pau Garcia i Quiles
Hello, The main issue when compiling Wt with MinGW was MinGW.org's lack of std::wstring. But that's not a problem if you are using mingw-w64. In order to get all the dependencies building, you will need to search cmake/CMakeLists.txt for if(MSVC) blocks and then change the MSVC-specific build ste

Re: [Mingw-w64-public] [Wt-interest] Status of Wt with mingw-w64?

2014-11-09 Thread K. Frank
Hi Pau! On Sat, Nov 8, 2014 at 6:55 PM, Pau Garcia i Quiles wrote: > Hello, > > It should work. Do you think that it should work out-of-the-box, so to speak. or would I expect to have to make some doable, but significant modification to the source code? > If you want to build Wt with all its de