This is the culprit: >Couldn't find object "pqClientMainWindow/ServerStartupBrowser/addServer" >Found up to "pqClientMainWindow"
It means something is going wrong with ParaView's homegrown Qt testing infrastructure. The test is trying to do something to a particular Qt widget. In this case press the addServer button. But it can not find a widget by that name for some reason. You are using a Qt that is more current that the "officially supported" 4.3.5 right? My guess is that the testing infrastructure might need a change for the newer Qt versions. David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 _______________________________________________ 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
