Did you do a make install of paraview? Can you check the path in ParaView3/Qt/Core/pqFormBuilder.cpp line 47. It needs the directory contianing the pqWidgets library.
Clint On Wednesday 03 September 2008 10:32:00 am Mike Jackson wrote: > Aggg.. Sorry about that. OS X Leopard. Qt 4.3.5, Debug build (Both). > > Updated cvs a few minutes ago and saw the same issue, This time with > some "standard" data: > > Launch ParaView. > Create a Sphere Source > Apply the "Elevation" filter > Apple the Threshold filter. At this point I get the errors; > > "QFormBuilder was unable to create a widget of the class > 'pqDoubleRangeWidget'." > "QFormBuilder was unable to create a widget of the class > 'pqDoubleRangeWidget'." > QObject::connect: Cannot connect (null)::valueEdited(double) to > pqThresholdPanel::lowerChanged(double) > QObject::connect: Cannot connect (null)::valueEdited(double) to > pqThresholdPanel::upperChanged(double) > > And the UI is missing the text edit fields for the lower and upper > bounds. ParaView will then crash if I go any further. > > I'll attach the cmakecache.txt file for your review; > > --- > Mike _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
