QTiPLOT kompilieren

Snoopy2001

Cadet 4th Year
Registriert
März 2001
Beiträge
116
Hallo könnt ihr mir helfen das Datenauswertungsprogramm QTIPLOT
http://soft.proindependent.com/qtiplot.html
zu kompilieren?

bei mir hagelt es fehler und ich hab keine ahnung wie ich da vorgehen muss

in der anleitung steht zwar was von Pfaden anpassen aber deswegen tut es immernoch ned

Vielen Dank Johannes
 
also bei den requirements hab ich glaube ich schon alles, nur ob es richtig installiert ist ist fraglich, da bei dem ersten schritt, dem qmake befehl ne ganze menge dateien nicht gefunden werden die SIP enthalten, aber sonst kommt da dann keine fehler meldung.

bei dem mingw32-make befhel schafft er dann bisle was aber es kommt dann ruck zuck ERROR 2
hier mal den log auszug aus der eingabeaufforderung

Code:
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `G:/Programme/QTIPlot/qtiplot-0.9.5/qtiplot'

g++ -c -O2 -fexceptions -mthreads -Wall -frtti -DUNICODE -DQT_LARGEFILE_SUPPORT
-DSCRIPTING_CONSOLE -DSCRIPTING_DIALOG -DQT_PLUGIN -DQT_DLL -DQT_THREAD_SUPPORT
-DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEB
UG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -
DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I"c:\Qt\4.3.4\inclu
de\QtCore" -I"c:\Qt\4.3.4\include\QtCore" -I"c:\Qt\4.3.4\include\QtNetwork" -I"c
:\Qt\4.3.4\include\QtNetwork" -I"c:\Qt\4.3.4\include\QtGui" -I"c:\Qt\4.3.4\inclu
de\QtGui" -I"c:\Qt\4.3.4\include\QtOpenGL" -I"c:\Qt\4.3.4\include\QtOpenGL" -I"c
:\Qt\4.3.4\include\QtXml" -I"c:\Qt\4.3.4\include\QtXml" -I"c:\Qt\4.3.4\include\Q
t3Support" -I"c:\Qt\4.3.4\include\Qt3Support" -I"c:\Qt\4.3.4\include\QtSvg" -I"c
:\Qt\4.3.4\include\QtSvg" -I"c:\Qt\4.3.4\include" -I"c:\Qt\4.3.4\include\QtAssis
tantClient" -I"c:\Qt\4.3.4\include\QtAssistant" -I"g:\Programme\QTIPlot\qtiplot-
0.9.5\3rdparty\muparser\include" -I"g:\Programme\QTIPlot\qtiplot-0.9.5\3rdparty\
qwtplot3d\include" -I"g:\Programme\QTIPlot\qtiplot-0.9.5\3rdparty\qwt\src" -I"g:
\Programme\QTIPlot\qtiplot-0.9.5\3rdparty\liborigin" -I"g:\Programme\QTIPlot\qti
plot-0.9.5\3rdparty\gsl\include" -I"g:\Programme\QTIPlot\qtiplot-0.9.5\3rdparty\
zlib123\include" -I"c:\Python25\include" -I"c:\Qt\4.3.4\include\ActiveQt" -I"..\
tmp\qtiplot" -I"." -I"c:\Qt\4.3.4\mkspecs\win32-g++" -o ..\tmp\qtiplot\Applicati
onWindow.o src\ApplicationWindow.cpp
In file included from src\/Matrix.h:40,
                 from src\/Graph3D.h:41,
                 from src\ApplicationWindow.cpp:56:
src\/MatrixModel.h:38:28: gsl/gsl_matrix.h: No such file or directory
src\/MatrixModel.h:39:33: gsl/gsl_permutation.h: No such file or directory
In file included from src\/Matrix.h:40,
                 from src\/Graph3D.h:41,
                 from src\ApplicationWindow.cpp:56:
src\/MatrixModel.h:125: error: ISO C++ forbids declaration of `gsl_matrix' with
no type
src\/MatrixModel.h:125: error: expected `;' before '*' token
src\/MatrixModel.h:127: error: ISO C++ forbids declaration of `gsl_permutation'
with no type
src\/MatrixModel.h:127: error: expected `;' before '*' token
In file included from src\/importOPJ.h:33,
                 from src\ApplicationWindow.cpp:69:
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h: In constructor
`originData::originData(double)':
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:96: warning: `or
iginData::d' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:95: warning:   `
int originData::type'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:102: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h: In constructor
`originData::originData(char*)':
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:97: warning: `or
iginData::s' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:95: warning:   `
int originData::type'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:107: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h: In constructor
`spreadColumn::spreadColumn(std::string, int)':
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:123: warning: `s
preadColumn::index' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:120: warning:
`std::string spreadColumn::command'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:136: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:121: warning: `s
preadColumn::comment' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:115: warning:
`int spreadColumn::value_type'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:136: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:122: warning: `s
preadColumn::width' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:119: warning:
`int spreadColumn::numeric_display_type'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:136: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h: In constructor
`matrix::matrix(std::string, int)':
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:174: warning: `m
atrix::index' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:172: warning:
`std::string matrix::command'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:189: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:172: warning: `m
atrix::command' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:168: warning:
`int matrix::value_type_specification'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:189: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:173: warning: `m
atrix::width' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:171: warning:
`int matrix::numeric_display_type'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:189: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h: In constructor
`function::function(std::string, int)':
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:199: warning: `f
unction::index' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:194: warning:
`int function::type'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:208: warning:
when initialized here
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h: In constructor
`projectNode::projectNode(std::string, int, double, double)':
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:497: warning: `p
rojectNode::name' will be initialized after
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:496: warning:
`int projectNode::type'
g:/Programme/QTIPlot/qtiplot-0.9.5/3rdparty/liborigin/OPJFile.h:506: warning:
when initialized here
In file included from src\ApplicationWindow.cpp:69:
src\/importOPJ.h: In member function `int ImportOPJ::arrowAngle(double, double)'
:
src\/importOPJ.h:48: warning: converting to `int' from `double'
In file included from src\ApplicationWindow.cpp:87:
src\/Fit.h:37:35: gsl/gsl_multifit_nlin.h: No such file or directory
src\/Fit.h:38:30: gsl/gsl_multimin.h: No such file or directory
In file included from src\ApplicationWindow.cpp:87:
src\/Fit.h: At global scope:
src\/Fit.h:50: error: expected `,' or `...' before '*' token
src\/Fit.h:50: error: ISO C++ forbids declaration of `gsl_vector' with no type
src\/Fit.h:51: error: expected `,' or `...' before '*' token
src\/Fit.h:51: error: ISO C++ forbids declaration of `gsl_vector' with no type
src\/Fit.h:52: error: expected `,' or `...' before '*' token
src\/Fit.h:52: error: ISO C++ forbids declaration of `gsl_vector' with no type
src\/Fit.h:53: error: expected `,' or `...' before '*' token
src\/Fit.h:53: error: ISO C++ forbids declaration of `gsl_vector' with no type
src\/Fit.h:136: error: ISO C++ forbids declaration of `gsl_multimin_fminimizer'
with no type
src\/Fit.h:136: error: expected `;' before '*' token
src\/Fit.h:139: error: ISO C++ forbids declaration of `gsl_multifit_fdfsolver' w
ith no type
src\/Fit.h:139: error: expected `;' before '*' token
src\/Fit.h:170: error: ISO C++ forbids declaration of `gsl_vector' with no type
src\/Fit.h:170: error: expected `;' before '*' token
src\/Fit.h:199: error: ISO C++ forbids declaration of `gsl_matrix' with no type
src\/Fit.h:199: error: expected `;' before '*' token
src\/Fit.h: In member function `double Fit::initialGuess(int)':
src\/Fit.h:82: error: `d_param_init' undeclared (first use this function)
src\/Fit.h:82: error: (Each undeclared identifier is reported only once for each
 function it appears in.)
src\/Fit.h:82: error: `gsl_vector_get' undeclared (first use this function)
src\/Fit.h: In member function `void Fit::setInitialGuess(int, double)':
src\/Fit.h:83: error: `d_param_init' undeclared (first use this function)
src\/Fit.h:83: error: `gsl_vector_set' undeclared (first use this function)
src\/pixmaps.h: At global scope:
src\/pixmaps.h:1304: warning: 'fit_xpm' defined but not used
src\/pixmaps.h:1469: warning: 'configTable_xpm' defined but not used
src\/pixmaps.h:1604: warning: 'config_curves_xpm' defined but not used
src\/pixmaps.h:1874: warning: 'general_xpm' defined but not used
src\/pixmaps.h:8370: warning: 'multiload_xpm' defined but not used
src\/pixmaps.h:8439: warning: 'graph_disabled_xpm' defined but not used
src\/pixmaps.h:8462: warning: 'layer_enabled_xpm' defined but not used
src\/pixmaps.h:8483: warning: 'layer_disabled_xpm' defined but not used
src\/PlotDialog.h:62: warning: 'folder_closed' defined but not used
src\/PlotDialog.h:90: warning: 'folder_open' defined but not used
mingw32-make[1]: *** [../tmp/qtiplot/ApplicationWindow.o] Error 1
mingw32-make[1]: Leaving directory `G:/Programme/QTIPlot/qtiplot-0.9.5/qtiplot'
mingw32-make: *** [release] Error 2
 
könnte mir vllt jemand das ganze ding kompilieren und per mail schicken?
 
Zurück
Oben