Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-24 Thread Bruce Jones
Hi, I just found the solution, my build of QT was not build with webkit support. checking PQWIDGETS_DISABLE_QTWEBKIT in cmake solved the problem. Cheers, Bruce On Fri, Feb 21, 2014 at 1:37 PM, Bruce Jones bruce.david.jo...@gmail.comwrote: Hey, Adding #include algorithm solved those errors.

Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-24 Thread Utkarsh Ayachit
Ah! Good to know. I forgot about it. Thanks for the update. Utkarsh On Mon, Feb 24, 2014 at 3:44 PM, Bruce Jones bruce.david.jo...@gmail.com wrote: Hi, I just found the solution, my build of QT was not build with webkit support. checking PQWIDGETS_DISABLE_QTWEBKIT in cmake solved the

Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-21 Thread Bruce Jones
Hey, Adding #include algorithm solved those errors. The only project that wont build now is pqWidgets, its giving me 54 errors like this one, Error 23 error LNK2019: unresolved external symbol __declspec(dllimport) public: class QNetworkAccessManager * __cdecl

[Paraview] Build errors compiling Paraview with VS2013

2014-02-20 Thread Bruce Jones
I'm attempting to compile paraview in windows using visual studio 2013. So far I've managed to succesfully compile QT, and Zlib, and have configured the paraview source with CMake. I now have a Visual Studio solution file, upon opening the solution and attempting to build I get a bunch of errors.

Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-20 Thread Utkarsh Ayachit
Can you try putting #include algorithm at the top in those headers? On Thu, Feb 20, 2014 at 10:49 AM, Bruce Jones bruce.david.jo...@gmail.com wrote: I'm attempting to compile paraview in windows using visual studio 2013. So far I've managed to succesfully compile QT, and Zlib, and have