Warning: session_start(): open(/tmp/sess_ks29pvnd4jk4au7dcti8npi861, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Linuquim's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- Linuquim's profile .- Fan of  .- CV  .- Friends  .- Content (6) .- Latest Comments (20) . 
.
Re: Re: COMPILATION
Mar 24 2005  on content QtiPlot

Hi.
Version 0.5.8 works now.
About my posts the intencion wasn't sent two times the same thing, i don't know what happened... About size of it i'll consider your words.
Ok, man, your work it's fine.
Translations to portuguese are still up.
Thanx a lot.
Bye.

.
.
COMPILATION ERROR.
Mar 23 2005  on content QtiPlot

Hi, amigo. How are you?
Hello, folks.
I use this software frequently and i know it's the best in it's category today.
Well... I'm using the excelent 0.5.6 version because the compilation of 0.5.7 give-me an error...

##########################################

root@darkstar:/home/brandt/qtiplot-0.5.7# qmake qtiplot.pro
root@darkstar:/home/brandt/qtiplot-0.5.7# make
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/application.o src/application.cpp
src/application.cpp: In member function `void
ApplicationWindow::openQtiFile_03(const QString&)':
src/application.cpp:3167: warning: `Qt::PenStyle style' might be used
uninitialized in this function
src/application.cpp: In member function `void
ApplicationWindow::openGraph(ApplicationWindow*, MultiLayer*, const
QStringList&)':
src/application.cpp:8454: warning: `Qt::PenStyle style' might be used
uninitialized in this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/graph.o src/graph.cpp
src/graph.cpp: In member function `void Graph::setLabelsFormat(const
QStringList&)':
src/graph.cpp:416: warning: `char f' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::setAxisTitle(int, const
QString&)':
src/graph.cpp:871: warning: `int a' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::setGridOptions(const
gridOptions&)':
src/graph.cpp:903: warning: `Qt::PenStyle majStyle' might be used uninitialized
in this function
src/graph.cpp:904: warning: `Qt::PenStyle minStyle' might be used uninitialized
in this function
src/graph.cpp: In member function `void Graph::exportToEPS(const QString&)':
src/graph.cpp:1853: warning: unused variable `double scaleFactorX'
src/graph.cpp: In member function `QString Graph::saveScaleTitles()':
src/graph.cpp:3079: warning: `int a' might be used uninitialized in this
function
src/graph.cpp: In member function `QString Graph::savePieCurveLayout()':
src/graph.cpp:3149: warning: `int index' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::insertLineMarker(QStringList)':
src/graph.cpp:3399: warning: `Qt::PenStyle style' might be used uninitialized
in this function
src/graph.cpp: In member function `void Graph::updateCurveLayout(int, const
curveLayout&)':
src/graph.cpp:3713: warning: `Qt::BrushStyle brushStyle' might be used
uninitialized in this function
src/graph.cpp:3707: warning: `QwtSymbol::Style style' might be used
uninitialized in this function
src/graph.cpp:3708: warning: `Qt::PenStyle linePen' might be used uninitialized
in this function
src/graph.cpp: In member function `void Graph::addErrorBars(WksheetWindow*,
const QString&, int, const QString&)':
src/graph.cpp:4031: warning: `int ycol' might be used uninitialized in this
function
src/graph.cpp:4031: warning: `int errcol' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::plotPie(WksheetWindow*, const
QString&, const QPen&, int, int, int)':
src/graph.cpp:4287: warning: `int ycol' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::plotPie(WksheetWindow*, const
QString&)':
src/graph.cpp:4386: warning: `int ycol' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::addFunctionCurve(QString&,
QStringList&, QStringList&, QValueList&, QValueList&)':

src/graph.cpp:5002: warning: `int ndata' might be used uninitialized in this
function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/analysis.o src/analysis.cpp
src/analysis.cpp: In member function `void
Graph::updateHistogram(WksheetWindow*, const QString&, int, bool, double,
double, double)':
src/analysis.cpp:222: warning: converting to `int' from `double'
src/analysis.cpp:223: warning: converting to `int' from `double'
src/analysis.cpp:234: warning: converting to `unsigned int' from `double'
src/analysis.cpp:242: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:262: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp: In member function `void
Graph::updateHistogram(WksheetWindow*, const QString&, int)':
src/analysis.cpp:342: warning: converting to `int' from `double'
src/analysis.cpp:343: warning: converting to `int' from `double'
src/analysis.cpp:354: warning: converting to `unsigned int' from `double'
src/analysis.cpp:362: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:374: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp: In member function `QString
Graph::showHistogramStats(WksheetWindow*, const QString&, int)':
src/analysis.cpp:445: warning: converting to `int' from `double'
src/analysis.cpp:446: warning: converting to `int' from `double'
src/analysis.cpp:445: warning: unused variable `int from'
src/analysis.cpp:446: warning: unused variable `int to'
src/analysis.cpp:452: warning: converting to `unsigned int' from `double'
src/analysis.cpp:460: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:472: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:481: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:486: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp: In member function `void Graph::initHistogram(long int, const
QMemArray&, int)':
src/analysis.cpp:549: warning: converting to `int' from `double'
src/analysis.cpp:550: warning: converting to `int' from `double'
src/analysis.cpp:559: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp: In member function `void Graph::interpolation(long int, const
QString&)':
src/analysis.cpp:805: warning: `const gsl_interp_type*method' might be used
uninitialized in this function
src/analysis.cpp:847: warning: `int n1' might be used uninitialized in this
function
src/analysis.cpp:847: warning: `int k' might be used uninitialized in this
function
src/analysis.cpp: In member function `QString Graph::integrateCurve(long int,
int, int, double, double, double)':
src/analysis.cpp:1067: warning: `const gsl_interp_type*method' might be used
uninitialized in this function
src/analysis.cpp:1077: warning: `gsl_spline*interp' might be used uninitialized
in this function
src/analysis.cpp:1090: warning: `double error' might be used uninitialized in
this function
src/analysis.cpp: In member function `void Graph::calculateLineProfile(const
QPoint&, const QPoint&)':
src/analysis.cpp:3154: warning: `int n' might be used uninitialized in this
function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/graph3D.o src/graph3D.cpp
src/graph3D.cpp: In member function `void Graph3D::updateLabel(int, const
QString&, const QFont&)':
src/graph3D.cpp:1004: warning: unused variable `int i'
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/worksheet.o src/worksheet.cpp
src/worksheet.cpp: In member function `void WksheetWindow::pasteSelection()':
src/worksheet.cpp:932: warning: `int delta' might be used uninitialized in this
function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/valuesDialog.o src/valuesDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/curvesDialog.o src/curvesDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/plotDialog.o src/plotDialog.cpp
src/plotDialog.cpp: In member function `bool MyDialog::acceptParams()':
src/plotDialog.cpp:948: warning: unused variable `int plotType'
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/plot3DDialog.o src/plot3DDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/plotWizard.o src/plotWizard.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/exportDialog.o src/exportDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/importDialog.o src/importDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/genDialog.o src/genDialog.cpp
src/genDialog.cpp: In member function `int genDialog::ticksType()':
src/genDialog.cpp:2669: warning: `int ticks' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/pieDialog.o src/pieDialog.cpp
src/pieDialog.cpp: In member function `Qt::PenStyle pieDialog::style()':
src/pieDialog.cpp:458: warning: `Qt::PenStyle style' might be used
uninitialized in this function
src/pieDialog.cpp: In member function `Qt::BrushStyle pieDialog::pattern()':
src/pieDialog.cpp:529: warning: `Qt::BrushStyle style' might be used
uninitialized in this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/polynomFitDialog.o src/polynomFitDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/tableDialog.o src/tableDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/textDialog.o src/textDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/scalePicker.o src/scalePicker.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/canvaspicker.o src/canvaspicker.cppsrc/canvaspicker.cpp: In member function `bool CanvasPicker::selectMarker(const
QPoint&)':
src/canvaspicker.cpp:508: warning: `int w' might be used uninitialized in this
function
src/canvaspicker.cpp:515: warning: `double dist' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/expDecayDialog.o src/expDecayDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/functionDialog.o src/functionDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/functionDialogui.o src/functionDialogui.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/fitDialog.o src/fitDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/surfaceDialog.o src/surfaceDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/txtDlg.o src/txtDlg.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/lineDlg.o src/lineDlg.cpp
src/lineDlg.cpp: In member function `void lineDialog::apply()':
src/lineDlg.cpp:101: warning: `Qt::PenStyle style' might be used uninitialized
in this function
src/lineDlg.cpp: In member function `virtual void lineDialog::accept()':
src/lineDlg.cpp:128: warning: `Qt::PenStyle style' might be used uninitialized
in this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/ErrorBar.o src/ErrorBar.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/pie.o src/pie.cpp
src/pie.cpp: In member function `QwtDiMap QwtPieCurve::scaleMap(QPainter*, int)
':
src/pie.cpp:227: warning: `double from' might be used uninitialized in this
function
src/pie.cpp:227: warning: `double to' might be used uninitialized in this
function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/errDlg.o src/errDlg.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/LegendMarker.o src/LegendMarker.cppsrc/LegendMarker.cpp: In member function `QwtDiMap
LegendMarker::scaleMap(QPainter*, int)':
src/LegendMarker.cpp:404: warning: `double from' might be used uninitialized in
this function
src/LegendMarker.cpp:404: warning: `double to' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/LineMarker.o src/LineMarker.cpp
src/LineMarker.cpp: In member function `QwtDiMap
LineMarker::scaleMap(QPainter*, int)':
src/LineMarker.cpp:255: warning: `double from' might be used uninitialized in
this function
src/LineMarker.cpp:255: warning: `double to' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/ImageMarker.o src/ImageMarker.cpp
src/ImageMarker.cpp: In member function `QwtDiMap
ImageMarker::scaleMap(QPainter*, int)':
src/ImageMarker.cpp:98: warning: `double from' might be used uninitialized in
this function
src/ImageMarker.cpp:98: warning: `double to' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/imageDialog.o src/imageDialog.cpp
gcc -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/nrutil.o src/nrutil.c
src/nrutil.c: In function `free_matrix':
src/nrutil.c:42: warning: unused parameter `nrh'
src/nrutil.c:42: warning: unused parameter `nch'
src/nrutil.c: In function `free_vector':
src/nrutil.c:59: warning: unused parameter `nh'
src/nrutil.c: In function `free_ivector':
src/nrutil.c:73: warning: unused parameter `nh'
src/nrutil.c: In function `free_intvector':
src/nrutil.c:86: warning: unused parameter `nh'
gcc -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/fit.o src/fit.c
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/multilayer.o src/multilayer.cpp
src/multilayer.cpp: In member function `Graph*
MultiLayer::addLayer(WksheetWindow*, const QString&, int)':
src/multilayer.cpp:317: error: name lookup of `i' changed for new ISO `for'
scoping
src/multilayer.cpp:274: error: using obsolete binding at `i'
src/multilayer.cpp: In member function `virtual void
MultiLayer::resizeEvent(QResizeEvent*)':
src/multilayer.cpp:572: warning: unused parameter `QResizeEvent*e'
make: ** [obj/multilayer.o] Erro 1

#######################################

I use Slackware-10.1 complete.

Any ideas?
Can someone give a hand?
Thanks && if i can do or help with something, i'll try to be useful.
Bye.

.
.
COMPILATION ERROR.
Mar 23 2005  on content QtiPlot

Hi, amigo. How are you?
Hello, folks.
I use this software frequently and i know it's the best in it's category today.
Well... I'm using the excelent 0.5.6 version because the compilation of 0.5.7 give-me an error...

##########################################

root@darkstar:/home/brandt/qtiplot-0.5.7# qmake qtiplot.pro
root@darkstar:/home/brandt/qtiplot-0.5.7# make
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/application.o src/application.cpp
src/application.cpp: In member function `void
ApplicationWindow::openQtiFile_03(const QString&)':
src/application.cpp:3167: warning: `Qt::PenStyle style' might be used
uninitialized in this function
src/application.cpp: In member function `void
ApplicationWindow::openGraph(ApplicationWindow*, MultiLayer*, const
QStringList&)':
src/application.cpp:8454: warning: `Qt::PenStyle style' might be used
uninitialized in this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/graph.o src/graph.cpp
src/graph.cpp: In member function `void Graph::setLabelsFormat(const
QStringList&)':
src/graph.cpp:416: warning: `char f' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::setAxisTitle(int, const
QString&)':
src/graph.cpp:871: warning: `int a' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::setGridOptions(const
gridOptions&)':
src/graph.cpp:903: warning: `Qt::PenStyle majStyle' might be used uninitialized
in this function
src/graph.cpp:904: warning: `Qt::PenStyle minStyle' might be used uninitialized
in this function
src/graph.cpp: In member function `void Graph::exportToEPS(const QString&)':
src/graph.cpp:1853: warning: unused variable `double scaleFactorX'
src/graph.cpp: In member function `QString Graph::saveScaleTitles()':
src/graph.cpp:3079: warning: `int a' might be used uninitialized in this
function
src/graph.cpp: In member function `QString Graph::savePieCurveLayout()':
src/graph.cpp:3149: warning: `int index' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::insertLineMarker(QStringList)':
src/graph.cpp:3399: warning: `Qt::PenStyle style' might be used uninitialized
in this function
src/graph.cpp: In member function `void Graph::updateCurveLayout(int, const
curveLayout&)':
src/graph.cpp:3713: warning: `Qt::BrushStyle brushStyle' might be used
uninitialized in this function
src/graph.cpp:3707: warning: `QwtSymbol::Style style' might be used
uninitialized in this function
src/graph.cpp:3708: warning: `Qt::PenStyle linePen' might be used uninitialized
in this function
src/graph.cpp: In member function `void Graph::addErrorBars(WksheetWindow*,
const QString&, int, const QString&)':
src/graph.cpp:4031: warning: `int ycol' might be used uninitialized in this
function
src/graph.cpp:4031: warning: `int errcol' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::plotPie(WksheetWindow*, const
QString&, const QPen&, int, int, int)':
src/graph.cpp:4287: warning: `int ycol' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::plotPie(WksheetWindow*, const
QString&)':
src/graph.cpp:4386: warning: `int ycol' might be used uninitialized in this
function
src/graph.cpp: In member function `void Graph::addFunctionCurve(QString&,
QStringList&, QStringList&, QValueList&, QValueList&)':

src/graph.cpp:5002: warning: `int ndata' might be used uninitialized in this
function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/analysis.o src/analysis.cpp
src/analysis.cpp: In member function `void
Graph::updateHistogram(WksheetWindow*, const QString&, int, bool, double,
double, double)':
src/analysis.cpp:222: warning: converting to `int' from `double'
src/analysis.cpp:223: warning: converting to `int' from `double'
src/analysis.cpp:234: warning: converting to `unsigned int' from `double'
src/analysis.cpp:242: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:262: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp: In member function `void
Graph::updateHistogram(WksheetWindow*, const QString&, int)':
src/analysis.cpp:342: warning: converting to `int' from `double'
src/analysis.cpp:343: warning: converting to `int' from `double'
src/analysis.cpp:354: warning: converting to `unsigned int' from `double'
src/analysis.cpp:362: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:374: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp: In member function `QString
Graph::showHistogramStats(WksheetWindow*, const QString&, int)':
src/analysis.cpp:445: warning: converting to `int' from `double'
src/analysis.cpp:446: warning: converting to `int' from `double'
src/analysis.cpp:445: warning: unused variable `int from'
src/analysis.cpp:446: warning: unused variable `int to'
src/analysis.cpp:452: warning: converting to `unsigned int' from `double'
src/analysis.cpp:460: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:472: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:481: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp:486: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp: In member function `void Graph::initHistogram(long int, const
QMemArray&, int)':
src/analysis.cpp:549: warning: converting to `int' from `double'
src/analysis.cpp:550: warning: converting to `int' from `double'
src/analysis.cpp:559: warning: comparison between signed and unsigned integer
expressions
src/analysis.cpp: In member function `void Graph::interpolation(long int, const
QString&)':
src/analysis.cpp:805: warning: `const gsl_interp_type*method' might be used
uninitialized in this function
src/analysis.cpp:847: warning: `int n1' might be used uninitialized in this
function
src/analysis.cpp:847: warning: `int k' might be used uninitialized in this
function
src/analysis.cpp: In member function `QString Graph::integrateCurve(long int,
int, int, double, double, double)':
src/analysis.cpp:1067: warning: `const gsl_interp_type*method' might be used
uninitialized in this function
src/analysis.cpp:1077: warning: `gsl_spline*interp' might be used uninitialized
in this function
src/analysis.cpp:1090: warning: `double error' might be used uninitialized in
this function
src/analysis.cpp: In member function `void Graph::calculateLineProfile(const
QPoint&, const QPoint&)':
src/analysis.cpp:3154: warning: `int n' might be used uninitialized in this
function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/graph3D.o src/graph3D.cpp
src/graph3D.cpp: In member function `void Graph3D::updateLabel(int, const
QString&, const QFont&)':
src/graph3D.cpp:1004: warning: unused variable `int i'
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/worksheet.o src/worksheet.cpp
src/worksheet.cpp: In member function `void WksheetWindow::pasteSelection()':
src/worksheet.cpp:932: warning: `int delta' might be used uninitialized in this
function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/valuesDialog.o src/valuesDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/curvesDialog.o src/curvesDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/plotDialog.o src/plotDialog.cpp
src/plotDialog.cpp: In member function `bool MyDialog::acceptParams()':
src/plotDialog.cpp:948: warning: unused variable `int plotType'
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/plot3DDialog.o src/plot3DDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/plotWizard.o src/plotWizard.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/exportDialog.o src/exportDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/importDialog.o src/importDialog.cppg++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/genDialog.o src/genDialog.cpp
src/genDialog.cpp: In member function `int genDialog::ticksType()':
src/genDialog.cpp:2669: warning: `int ticks' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/pieDialog.o src/pieDialog.cpp
src/pieDialog.cpp: In member function `Qt::PenStyle pieDialog::style()':
src/pieDialog.cpp:458: warning: `Qt::PenStyle style' might be used
uninitialized in this function
src/pieDialog.cpp: In member function `Qt::BrushStyle pieDialog::pattern()':
src/pieDialog.cpp:529: warning: `Qt::BrushStyle style' might be used
uninitialized in this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/polynomFitDialog.o src/polynomFitDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/tableDialog.o src/tableDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/textDialog.o src/textDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/scalePicker.o src/scalePicker.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/canvaspicker.o src/canvaspicker.cppsrc/canvaspicker.cpp: In member function `bool CanvasPicker::selectMarker(const
QPoint&)':
src/canvaspicker.cpp:508: warning: `int w' might be used uninitialized in this
function
src/canvaspicker.cpp:515: warning: `double dist' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/expDecayDialog.o src/expDecayDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/functionDialog.o src/functionDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/functionDialogui.o src/functionDialogui.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/fitDialog.o src/fitDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/surfaceDialog.o src/surfaceDialog.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/txtDlg.o src/txtDlg.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/lineDlg.o src/lineDlg.cpp
src/lineDlg.cpp: In member function `void lineDialog::apply()':
src/lineDlg.cpp:101: warning: `Qt::PenStyle style' might be used uninitialized
in this function
src/lineDlg.cpp: In member function `virtual void lineDialog::accept()':
src/lineDlg.cpp:128: warning: `Qt::PenStyle style' might be used uninitialized
in this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/ErrorBar.o src/ErrorBar.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/pie.o src/pie.cpp
src/pie.cpp: In member function `QwtDiMap QwtPieCurve::scaleMap(QPainter*, int)
':
src/pie.cpp:227: warning: `double from' might be used uninitialized in this
function
src/pie.cpp:227: warning: `double to' might be used uninitialized in this
function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/errDlg.o src/errDlg.cpp
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/LegendMarker.o src/LegendMarker.cppsrc/LegendMarker.cpp: In member function `QwtDiMap
LegendMarker::scaleMap(QPainter*, int)':
src/LegendMarker.cpp:404: warning: `double from' might be used uninitialized in
this function
src/LegendMarker.cpp:404: warning: `double to' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/LineMarker.o src/LineMarker.cpp
src/LineMarker.cpp: In member function `QwtDiMap
LineMarker::scaleMap(QPainter*, int)':
src/LineMarker.cpp:255: warning: `double from' might be used uninitialized in
this function
src/LineMarker.cpp:255: warning: `double to' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/ImageMarker.o src/ImageMarker.cpp
src/ImageMarker.cpp: In member function `QwtDiMap
ImageMarker::scaleMap(QPainter*, int)':
src/ImageMarker.cpp:98: warning: `double from' might be used uninitialized in
this function
src/ImageMarker.cpp:98: warning: `double to' might be used uninitialized in
this function
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/imageDialog.o src/imageDialog.cpp
gcc -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/nrutil.o src/nrutil.c
src/nrutil.c: In function `free_matrix':
src/nrutil.c:42: warning: unused parameter `nrh'
src/nrutil.c:42: warning: unused parameter `nch'
src/nrutil.c: In function `free_vector':
src/nrutil.c:59: warning: unused parameter `nh'
src/nrutil.c: In function `free_ivector':
src/nrutil.c:73: warning: unused parameter `nh'
src/nrutil.c: In function `free_intvector':
src/nrutil.c:86: warning: unused parameter `nh'
gcc -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/fit.o src/fit.c
g++ -c -pipe -fexceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt/mkspecs/default -I. -I../qwt-4.2.0rc2/include -I../qwtplot3d/include -I/home/brandt/gsl/.libs -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -Imoc/ -o obj/multilayer.o src/multilayer.cpp
src/multilayer.cpp: In member function `Graph*
MultiLayer::addLayer(WksheetWindow*, const QString&, int)':
src/multilayer.cpp:317: error: name lookup of `i' changed for new ISO `for'
scoping
src/multilayer.cpp:274: error: using obsolete binding at `i'
src/multilayer.cpp: In member function `virtual void
MultiLayer::resizeEvent(QResizeEvent*)':
src/multilayer.cpp:572: warning: unused parameter `QResizeEvent*e'
make: ** [obj/multilayer.o] Erro 1

#######################################

I use Slackware-10.1 complete.

Any ideas?
Can someone give a hand?
Thanks && if i can do or help with something, i'll try to be useful.
Bye.

.
.
IT WORKS.
Jan 30 2005  on content LabPlot

THANKS...
NOW IT'S RUNNING...
It's working in Slackware 10.
Nice job.
Good luck.
Bye.

.
.
Re: Re: Re: Fails.
Jan 30 2005  on content LabPlot

THANKS...
NOW IT'S RUNNING...
Nice job.
Good luck.
Bye.

.
.
Re: Re: Fails.
Jan 16 2005  on content LabPlot

Hi.
The installation of source code (.tar.gz) and also to pre-compiled binary (.tgz) was complete, without any error, the curious is that the program don't start. An icon was created in (education-math menu), the binary was installed in /opt/kde/bin/labplot, but it fails to run. The 1.3 version was installed and worked fine (both source code and pre-compiled binary). I have a Slackware 10 complete, with all libraries, etc.
Thanks for answer.
Ideas?

.
.
Fails.
Jan 6 2005  on content LabPlot

In Slackware 10 not works.
Some ideas?

Thanks.

.
.
Re: Re: It fails to star
Dec 22 2004  on content LabPlot

Hi.
No, without errors in source compilation (the problem is with 1.4 version, 1.3 works!), I had a "perfect" compilation, an icon was created in a education math submenu (in both cases - binary and source) but the program continues mute. I tried the ldconfig, but... nothing... It was putted in /opt/kde/bin/labplot and in command line appears "Segmentation fault"...
Any idea?
Thanks for answer.
May I wait for good news?

.
.
It fails to start.
Dec 21 2004  on content LabPlot

Hi.
The compilation with source tarball was perfect (LabPlot 1.4.0) but... the program... fails to start.
I have a Slack 10 complete, gsl, etc...
Any ideas?

.
.
It fails to start.
Dec 21 2004  on content LabPlot

Another observation...
In command line appears...
"Segmentation fault".
Can someone help me?
Thanks.

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team