[Kmatplot-general] compile errors
Brought to you by:
kamil
From: Sam H. <sa...@ne...> - 2002-05-24 15:14:12
|
hi again, i have tried compiling kmatplot 0.4 again with qt-3.0.4 no-threads, but i still get the parse errors... on closer inspection, the parse errors seem to be coming from constants being redefined... i fixed this by removing the files #include "qsaxes3d.cpp" #include "qsplot.cpp" #include "qscurve.cpp" #include "qscontour.cpp" #include "qsimage.cpp" #include "qsfigure.cpp" #include "qssurface.cpp" #include "qsctool.cpp" from the dynamically made file kmatplot/widgets/libplot_a.all_cpp.cpp and also the same sort of thing with function redeclarations in kmatplot/dialogs/libdialogs_a.all_cpp.cpp i gave up tryign to fix it there as obviously any version i compile will be missing many features if it even loads at all.... is it maybe that my version of qt is too recent for kmatplot? also i seem to be gettign a lot of warings like; /usr/lib/qt3/bin/uic -i ksgraphwizardinterf.h ./ksgraphwizardinterf.ui > ksgraphwizardinterf.cpp || rm -f ksgraphwizardinterf.cpp Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed cheers, Sam -- Osborn's Law: Variables won't; constants aren't. |