Good day ladies and gentlemen!
Here is my problem: after updating I can not build neither Mac nor X11 versions 
of qtiplot.
Compiling aborts with the following:

#!/bin/sh -ev
name=`basename $0|sed -e s,cc,gcc, -e s,c++,g++,`
basename $0|sed -e s,cc,gcc, -e s,c++,g++,
flag-sort -v /sw/var/lib/fink/path-prefix-10.6/$name $@
/sw/bin/flag-sort: /sw/var/lib/fink/path-prefix-10.6/g++ -c -pipe -O2 -Wall -W 
-D__USE_WS_X11__ -DSCRIPTING_CONSOLE -DSCRIPTING_DIALOG -DQT_PLUGIN 
-DSCRIPTING_MUPARSER -DGL2PS_HAVE_LIBPNG -DQT_NO_DEBUG -DQT_SVG_LIB 
-DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB 
-DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -o 
../tmp/qtiplot/ApplicationWindow.o src/core/ApplicationWindow.cpp -I. 
-I../3rdparty/qwtplot3d/include -I../3rdparty/liborigin -I../3rdparty/zlib 
-Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/lib/include 
-Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/origin 
-Isrc/table -Isrc/scripting 
-I/sw/src/fink.build/qtiplot-qt4-x11-0.9.7.6-4/qtiplot-0.9.7.6/tmp/qtiplot 
-I/sw/lib/system-openssl/include -I/sw/lib/qt4-x11/mkspecs/darwin-g++ 
-I/sw/lib/qt4-x11/include/QtCore -I/sw/lib/qt4-x11/include/QtNetwork 
-I/sw/lib/qt4-x11/include/QtGui -I/sw/lib/qt4-x11/include/QtOpenGL 
-I/sw/lib/qt4-x11/include/QtXml -I/sw/lib/qt4-x11/include/Qt3Support 
-I/sw/lib/qt4-x11/include/QtSvg -I/sw/lib/qt4-x11/include 
-I/sw/lib/qt4-x11/include/qwt -I/sw/include -I/sw/include/gsl 
-I/sw/include/boost-1_35/boost -I/sw/include -I/usr/X11/include
src/core/ApplicationWindow.cpp:157:28: error: QAssistantClient: No such file or 
directory
In file included from src/core/ApplicationWindow.cpp:34:
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
icons/pixmaps.h:56: warning: deprecated conversion from string constant to 
'char*'
In file included from ../3rdparty/liborigin/OriginFile.h:37,
                 from src/origin/importOPJ.h:33,
                 from src/core/ApplicationWindow.cpp:38:
../3rdparty/liborigin/OriginObj.h: In constructor 
'Origin::SpreadColumn::SpreadColumn(const std::string&, unsigned int)':
../3rdparty/liborigin/OriginObj.h:165: warning: 'Origin::SpreadColumn::index' 
will be initialized after
../3rdparty/liborigin/OriginObj.h:162: warning:   'std::string 
Origin::SpreadColumn::command'
../3rdparty/liborigin/OriginObj.h:168: warning:   when initialized here
../3rdparty/liborigin/OriginObj.h:163: warning: 'Origin::SpreadColumn::comment' 
will be initialized after
../3rdparty/liborigin/OriginObj.h:157: warning:   'Origin::ValueType 
Origin::SpreadColumn::valueType'
../3rdparty/liborigin/OriginObj.h:168: warning:   when initialized here
../3rdparty/liborigin/OriginObj.h:164: warning: 'Origin::SpreadColumn::width' 
will be initialized after
../3rdparty/liborigin/OriginObj.h:161: warning:   'Origin::NumericDisplayType 
Origin::SpreadColumn::numericDisplayType'
../3rdparty/liborigin/OriginObj.h:168: warning:   when initialized here
../3rdparty/liborigin/OriginObj.h: In constructor 'Origin::Matrix::Matrix(const 
std::string&, unsigned int)':
../3rdparty/liborigin/OriginObj.h:223: warning: 'Origin::Matrix::index' will be 
initialized after
../3rdparty/liborigin/OriginObj.h:221: warning:   'std::string 
Origin::Matrix::command'
../3rdparty/liborigin/OriginObj.h:229: warning:   when initialized here
../3rdparty/liborigin/OriginObj.h:221: warning: 'Origin::Matrix::command' will 
be initialized after
../3rdparty/liborigin/OriginObj.h:217: warning:   'int 
Origin::Matrix::valueTypeSpecification'
../3rdparty/liborigin/OriginObj.h:229: warning:   when initialized here
../3rdparty/liborigin/OriginObj.h:222: warning: 'Origin::Matrix::width' will be 
initialized after
../3rdparty/liborigin/OriginObj.h:220: warning:   'Origin::NumericDisplayType 
Origin::Matrix::numericDisplayType'
../3rdparty/liborigin/OriginObj.h:229: warning:   when initialized here
../3rdparty/liborigin/OriginObj.h: In constructor 
'Origin::Function::Function(const std::string&, unsigned int)':
../3rdparty/liborigin/OriginObj.h:253: warning: 'Origin::Function::index' will 
be initialized after
../3rdparty/liborigin/OriginObj.h:248: warning:   
'Origin::Function::FunctionType Origin::Function::type'
../3rdparty/liborigin/OriginObj.h:255: warning:   when initialized here
../3rdparty/liborigin/OriginObj.h: In constructor 
'Origin::ProjectNode::ProjectNode(const std::string&, 
Origin::ProjectNode::NodeType, const boost::posix_time::ptime&, const 
boost::posix_time::ptime&)':
../3rdparty/liborigin/OriginObj.h:688: warning: 'Origin::ProjectNode::name' 
will be initialized after
../3rdparty/liborigin/OriginObj.h:687: warning:   
'Origin::ProjectNode::NodeType Origin::ProjectNode::type'
../3rdparty/liborigin/OriginObj.h:692: warning:   when initialized here
src/core/ApplicationWindow.cpp: In member function 'void 
ApplicationWindow::init(bool)':
src/core/ApplicationWindow.cpp:311: error: invalid use of incomplete type 
'struct QAssistantClient'
src/core/ApplicationWindow.h:66: error: forward declaration of 'struct 
QAssistantClient'
src/core/ApplicationWindow.cpp: In static member function 'static void 
ApplicationWindow::showStandAloneHelp()':
src/core/ApplicationWindow.cpp:9223: error: invalid use of incomplete type 
'struct QAssistantClient'
src/core/ApplicationWindow.h:66: error: forward declaration of 'struct 
QAssistantClient'
src/core/ApplicationWindow.cpp:9224: error: invalid use of incomplete type 
'struct QAssistantClient'
src/core/ApplicationWindow.h:66: error: forward declaration of 'struct 
QAssistantClient'
src/core/ApplicationWindow.cpp:9225: error: invalid use of incomplete type 
'struct QAssistantClient'
src/core/ApplicationWindow.h:66: error: forward declaration of 'struct 
QAssistantClient'
src/core/ApplicationWindow.cpp:9226: error: no matching function for call to 
'ApplicationWindow::connect(QAssistantClient*&, const char [19], QApplication*, 
const char [8])'
/sw/lib/qt4-x11/include/QtCore/qobject.h:209: note: candidates are: static bool 
QObject::connect(const QObject*, const char*, const QObject*, const char*, 
Qt::ConnectionType)
/sw/lib/qt4-x11/include/QtCore/qobject.h:314: note:                 bool 
QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) 
const
src/core/ApplicationWindow.cpp: In member function 'void 
ApplicationWindow::showHelp()':
src/core/ApplicationWindow.cpp:9259: error: invalid use of incomplete type 
'struct QAssistantClient'
src/core/ApplicationWindow.h:66: error: forward declaration of 'struct 
QAssistantClient'
src/core/ApplicationWindow.cpp:9260: error: invalid use of incomplete type 
'struct QAssistantClient'
src/core/ApplicationWindow.h:66: error: forward declaration of 'struct 
QAssistantClient'
src/core/ApplicationWindow.cpp: In member function 'void 
ApplicationWindow::saveFolder(Folder*, const QString&, bool)':
src/core/ApplicationWindow.cpp:13982: warning: deprecated conversion from 
string constant to 'char*'
src/core/ApplicationWindow.cpp: At global scope:
src/core/ApplicationWindow.cpp:15118: warning: unused parameter 'fn'
src/core/ApplicationWindow.cpp:15118: warning: unused parameter 'execute'
src/core/ApplicationWindow.cpp:15118: warning: unused parameter 'noGui'
src/core/ApplicationWindow.cpp:15118: warning: unused parameter 
'factorySettings'
src/core/ApplicationWindow.cpp:15941: warning: unused parameter 'on'
icons/pixmaps.h:1429: warning: 'python_xpm' defined but not used
icons/pixmaps.h:1485: warning: 'fit_xpm' defined but not used
icons/pixmaps.h:1650: warning: 'configTable_xpm' defined but not used
icons/pixmaps.h:1785: warning: 'config_curves_xpm' defined but not used
icons/pixmaps.h:2055: warning: 'general_xpm' defined but not used
icons/pixmaps.h:8475: warning: 'multiload_xpm' defined but not used
src/plot2D/dialogs/PlotDialog.h:63: warning: 'folder_closed' defined but not 
used
src/plot2D/dialogs/PlotDialog.h:91: warning: 'folder_open' defined but not used
src/plot2D/dialogs/PlotDialog.h:121: warning: 'layer_disabled_xpm' defined but 
not used
src/plot2D/dialogs/PlotDialog.h:142: warning: 'layer_enabled_xpm' defined but 
not used
src/plot2D/dialogs/PlotDialog.h:163: warning: 'graph_disabled_xpm' defined but 
not used
src/plot2D/dialogs/PlotDialog.h:185: warning: 'graph_enabled_xpm' defined but 
not used
make[1]: *** [../tmp/qtiplot/ApplicationWindow.o] Error 1
make: *** [sub-qtiplot-make_default] Error 2
### execution of /var/tmp/tmp.2.dd3RTz failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-qtiplot-qt4-x11-0.9.7.6-4
(Reading database ... 267968 files and directories currently installed.)
Removing fink-buildlock-qtiplot-qt4-x11-0.9.7.6-4 ...
Failed: phase compiling: qtiplot-qt4-x11-0.9.7.6-4 failed


Package manager version: 0.30.2
Distribution version: selfupdate-rsync Mon Jul 18 20:43:08 2011, 10.6, x86_64
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
Xcode Version: 3.2.6-1

Building qtiplot-qt4-mac ends with an identical result.
It seems to be looking for QAssistantClient which is not there.
Could someone please help me solve this issue?

Best regards,
        Dmitry
------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to