There are tradeoffs to using the leading edge or latest stable release of any project.
With leading edge you get the latest bug fixes but also the latest bugs. Likewise you get features as soon as they appear but if you are writing code you have to deal with the way features change more rapidly. Although a pain at times, that is actually good because it gives you advanced warning about what needs to be changed before the next release Lastly, although we try our best to keep master stable with dashboards and such, some days the code is just broken. The new branchy workflow should significantly help with that. As for today the dashboards aren't in great shape but ParaView appears to be working for the most part. David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Oct 21, 2010 at 12:44 PM, Paul Edwards <[email protected]>wrote: > Just out of interest, is it a good idea to be using the git master? > > > On 21 October 2010 17:36, Paul Edwards <[email protected]> wrote: > >> Ok thanks. I noticed quite big changes to view - I'm just about to find >> out if all my old plugins work... >> >> >> On 21 October 2010 17:29, David E DeMarle <[email protected]>wrote: >> >>> The manta view plugin has not yet been updated to work within the new >>> view framework that Utkarsh committed a week or so ago. We are working on >>> restoring it and hope to have it back before 3.10. >>> >>> David E DeMarle >>> Kitware, Inc. >>> R&D Engineer >>> 28 Corporate Drive >>> Clifton Park, NY 12065-8662 >>> Phone: 518-371-3971 x109 >>> >>> >>> On Thu, Oct 21, 2010 at 12:24 PM, Paul Edwards <[email protected] >>> > wrote: >>> >>>> Hi, >>>> >>>> When I get to the manta plugin I get the following error: >>>> >>>> [ 96%] Building CXX object >>>> Plugins/Manta/ParaView/CMakeFiles/MantaView.dir/vtkSMMantaBatchViewProxy.o >>>> In file included from >>>> /home/paul/ParaView/Plugins/Manta/ParaView/vtkSMMantaBatchViewProxy.cxx:66: >>>> /home/paul/ParaView/Plugins/Manta/ParaView/vtkSMMantaBatchViewProxy.h:70:41: >>>> error: vtkSMIceTCompositeViewProxy.h: No such file or directory >>>> /home/paul/ParaView/Plugins/Manta/ParaView/vtkSMMantaBatchViewProxy.cxx:76:54: >>>> error: vtkSMClientServerRenderSyncManagerHelper.h: No such file or >>>> directory >>>> In file included from >>>> /home/paul/Dev/ParaView/Plugins/Manta/ParaView/vtkSMMantaBatchViewProxy.cxx:66: >>>> /home/paul/ParaView/Plugins/Manta/ParaView/vtkSMMantaBatchViewProxy.h:75: >>>> error: expected class-name before ‘{’ token >>>> /home/paul/ParaView/Plugins/Manta/ParaView/vtkSMMantaBatchViewProxy.h:78: >>>> error: ‘vtkSMIceTComposit >>>> ... >>>> >>>> I am using the latest checkout of Manta (as the same was happening for >>>> r2439 that I had been using previously) and I am building the master branch >>>> in the latest git checkout. >>>> >>>> Any help would be appreciated, >>>> Paul >>>> >>>> _______________________________________________ >>>> 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 >>>> >>>> Follow this link to subscribe/unsubscribe: >>>> http://www.paraview.org/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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
