Hi Nabil, That was a regression that snuck in just before the 5.4.0 tag. Apologies.
One commit beyond the tag fixes it by patching mesa 17.1.1 to remove the c++14 dependency. https://gitlab.kitware.com/paraview/paraview-superbuild/commit/aa8a66b270fb481e39b9919f9ea68017a3a1543b The patch is also now in mesa 17.1.3. ParaView 5.4.1 will address this by bumping mesa and removing the patch. hth David E DeMarle Kitware, Inc. Principal Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Tue, Jul 4, 2017 at 9:02 AM, Nabil Ghodbane <[email protected]> wrote: > dear experts > I am trying to compile Paraview with the latest superbuild using gcc 4.8.5 > the compilation fails with the error message that C++14 is needed... > *configure: error swr requires C++14 support* > > This raises two questions: > 1/ Can one switch to c++11 and if yes, how ? > 2/ what is the minimal configuration for gcc one needs to setup in order > to be able to compile Paraview with superbuild. > thanks > > > Nabil Ghodbane (Ph. D. Habil*.*) > Phone: +33 6 34 42 33 43 <+33%206%2034%2042%2033%2043> > Mailto: [email protected] > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
