[Paraview] Problems building 3.8.0 for 64-bit Mac
Ben Medina
ben.medina at gmail.com
Tue Jun 29 15:38:57 EDT 2010
Hello,
I just downloaded the 3.8.0 source and am trying to compile a 64-bit
version on Mac OS 10.5. During the build of the pqWidgets target, this
error occurs:
.../ParaView-3.8.0/Qt/Widgets/pqProgressBarHelper.cxx:37: error: type
'class QObject' is not a direct base of 'pqProgressBarHelper'
There seems to be an error in the source. Here's the class declaration
in pqProgressBarHelper.h:
#ifdef Q_WS_MAC
class pqProgressBarHelper : public QWidget
#else
class pqProgressBarHelper : public QObject
#endif
But then in the constructor in pqProgressBarHelper.cxx is this:
pqProgressBarHelper::pqProgressBarHelper(pqProgressBar* p)
: QObject(p), Progress(p)
{
}
Any ideas?
Thanks,
Ben
More information about the ParaView
mailing list