<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to try the new KAlgebra</title>
	<atom:link href="http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/</link>
	<description>Yet another FreeSoftware blog!</description>
	<lastBuildDate>Sun, 22 Jan 2012 23:14:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: w0land</title>
		<link>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/comment-page-1/#comment-7367</link>
		<dc:creator>w0land</dc:creator>
		<pubDate>Thu, 31 Jan 2008 07:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/#comment-7367</guid>
		<description>It looks like, you don&#039;t have QtXml module, or make cannot find headers file for it, as well as QGL. Try install it, then continue.</description>
		<content:encoded><![CDATA[<p>It looks like, you don&#8217;t have QtXml module, or make cannot find headers file for it, as well as QGL. Try install it, then continue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uzjmeqg</title>
		<link>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/comment-page-1/#comment-5772</link>
		<dc:creator>uzjmeqg</dc:creator>
		<pubDate>Sat, 19 May 2007 20:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/#comment-5772</guid>
		<description>[Cool staff!&#124;&#124;Hi! I think this need for &#124;&#124; Help me with - &#124;&#124;Hello....&#124;&#124;I find this - &#124;&#124; It`s realy cool!]</description>
		<content:encoded><![CDATA[<p>[Cool staff!||Hi! I think this need for || Help me with - ||Hello....||I find this - || It`s realy cool!]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kjuanlu</title>
		<link>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/comment-page-1/#comment-5235</link>
		<dc:creator>kjuanlu</dc:creator>
		<pubDate>Fri, 16 Feb 2007 23:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/#comment-5235</guid>
		<description>Checked out revision 127.

This revision have not a .pro file. qmake-qt4 needs --project parameter, but the makefile does not run correctly:

&lt;code&gt;
root@eudytes:/home/kjuanlu/qt/kalgebra/trunk# ls *.pro
ls: *.pro: No such file or directory
root@eudytes:/home/kjuanlu/qt/kalgebra/trunk# qmake-qt4 -project
root@eudytes:/home/kjuanlu/qt/kalgebra/trunk# qmake-qt4
root@eudytes:/home/kjuanlu/qt/kalgebra/trunk# make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT  -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o algebra.o algebra.cpp
In file included from analitza.h:26,
                 from graph2d.h:19,
                 from functionedit.h:13,
                 from algebra.h:11,
                 from algebra.cpp:15:
expression.h:24:17: error: QtXml: No such file or directory
In file included from algebra.h:15,
                 from algebra.cpp:15:
graph3d.h:4:21: error: QGLWidget: No such file or directory
value.h:38: error: expected â€˜,â€™ or â€˜...â€™ before â€˜&amp;â€™ token
value.h:38: error: ISO C++ forbids declaration of â€˜QDomElementâ€™ with no type
value.h:44: error: expected â€˜,â€™ or â€˜...â€™ before â€˜&amp;â€™ token
value.h:44: error: ISO C++ forbids declaration of â€˜QDomElementâ€™ with no type
container.h:33: error: variable or field â€˜print_domâ€™ declared void
container.h:33: error: â€˜QDomNodeâ€™ was not declared in this scope
container.h:33: error: expected primary-expression before â€˜intâ€™
container.h:33: error: initializer expression list treated as compound expression
expression.h:46: error: expected â€˜,â€™ or â€˜...â€™ before â€˜&amp;â€™ token
expression.h:46: error: ISO C++ forbids declaration of â€˜QDomElementâ€™ with no type
graph3d.h:44: error: expected class-name before â€˜{â€™ token
graph3d.h:44: warning: â€˜class Graph3Dâ€™ has virtual functions but non-virtual destructor
graph3d.h: In member function â€˜void Graph3D::setTransparency(bool)â€™:
graph3d.h:58: error: â€˜glDrawâ€™ was not declared in this scope
algebra.cpp: In constructor â€˜QAlgebra::QAlgebra(QWidget*)â€™:
algebra.cpp:138: error: no matching function for call to â€˜QVBoxLayout::addWidget(Graph3D*&amp;)â€™
/usr/include/qt4/QtGui/qboxlayout.h:64: note: candidates are: void QBoxLayout::addWidget(QWidget*, int, Qt::Alignment)
algebra.cpp:142: error: no matching function for call to â€˜QAlgebra::connect(Graph3D*&amp;, const char [25], QAlgebra* const, const char [34])â€™
/usr/include/qt4/QtCore/qobject.h:181: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType)
/usr/include/qt4/QtCore/qobject.h:282: note:                 bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const
algebra.cpp:149: error: no matching function for call to â€˜QMenu::addAction(QString, Graph3D*&amp;, const char [13])â€™
/usr/include/qt4/QtGui/qmenu.h:65: note: candidates are: QAction* QMenu::addAction(const QString&amp;)
/usr/include/qt4/QtGui/qmenu.h:66: note:                 QAction* QMenu::addAction(const QIcon&amp;, const QString&amp;)
/usr/include/qt4/QtGui/qmenu.h:67: note:                 QAction* QMenu::addAction(const QString&amp;, const QObject*, const char*, const QKeySequence&amp;)
/usr/include/qt4/QtGui/qmenu.h:68: note:                 QAction* QMenu::addAction(const QIcon&amp;, const QString&amp;, const QObject*, const char*, const QKeySequence&amp;)
/usr/include/qt4/QtGui/qwidget.h:489: note:                 void QWidget::addAction(QAction*)
algebra.cpp: In member function â€˜void QAlgebra::afegeix()â€™:
algebra.cpp:180: error: â€˜class Graph3Dâ€™ has no member named â€˜setFocusâ€™
make: *** [algebra.o] Error 1
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Checked out revision 127.</p>
<p>This revision have not a .pro file. qmake-qt4 needs &#8211;project parameter, but the makefile does not run correctly:</p>
<p><code><br />
root@eudytes:/home/kjuanlu/qt/kalgebra/trunk# ls *.pro<br />
ls: *.pro: No such file or directory<br />
root@eudytes:/home/kjuanlu/qt/kalgebra/trunk# qmake-qt4 -project<br />
root@eudytes:/home/kjuanlu/qt/kalgebra/trunk# qmake-qt4<br />
root@eudytes:/home/kjuanlu/qt/kalgebra/trunk# make<br />
g++ -c -pipe -O2 -Wall -W -D_REENTRANT  -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o algebra.o algebra.cpp<br />
In file included from analitza.h:26,<br />
                 from graph2d.h:19,<br />
                 from functionedit.h:13,<br />
                 from algebra.h:11,<br />
                 from algebra.cpp:15:<br />
expression.h:24:17: error: QtXml: No such file or directory<br />
In file included from algebra.h:15,<br />
                 from algebra.cpp:15:<br />
graph3d.h:4:21: error: QGLWidget: No such file or directory<br />
value.h:38: error: expected â€˜,â€™ or â€˜...â€™ before â€˜&amp;â€™ token<br />
value.h:38: error: ISO C++ forbids declaration of â€˜QDomElementâ€™ with no type<br />
value.h:44: error: expected â€˜,â€™ or â€˜...â€™ before â€˜&amp;â€™ token<br />
value.h:44: error: ISO C++ forbids declaration of â€˜QDomElementâ€™ with no type<br />
container.h:33: error: variable or field â€˜print_domâ€™ declared void<br />
container.h:33: error: â€˜QDomNodeâ€™ was not declared in this scope<br />
container.h:33: error: expected primary-expression before â€˜intâ€™<br />
container.h:33: error: initializer expression list treated as compound expression<br />
expression.h:46: error: expected â€˜,â€™ or â€˜...â€™ before â€˜&amp;â€™ token<br />
expression.h:46: error: ISO C++ forbids declaration of â€˜QDomElementâ€™ with no type<br />
graph3d.h:44: error: expected class-name before â€˜{â€™ token<br />
graph3d.h:44: warning: â€˜class Graph3Dâ€™ has virtual functions but non-virtual destructor<br />
graph3d.h: In member function â€˜void Graph3D::setTransparency(bool)â€™:<br />
graph3d.h:58: error: â€˜glDrawâ€™ was not declared in this scope<br />
algebra.cpp: In constructor â€˜QAlgebra::QAlgebra(QWidget*)â€™:<br />
algebra.cpp:138: error: no matching function for call to â€˜QVBoxLayout::addWidget(Graph3D*&amp;)â€™<br />
/usr/include/qt4/QtGui/qboxlayout.h:64: note: candidates are: void QBoxLayout::addWidget(QWidget*, int, Qt::Alignment)<br />
algebra.cpp:142: error: no matching function for call to â€˜QAlgebra::connect(Graph3D*&amp;, const char [25], QAlgebra* const, const char [34])â€™<br />
/usr/include/qt4/QtCore/qobject.h:181: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType)<br />
/usr/include/qt4/QtCore/qobject.h:282: note:                 bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const<br />
algebra.cpp:149: error: no matching function for call to â€˜QMenu::addAction(QString, Graph3D*&amp;, const char [13])â€™<br />
/usr/include/qt4/QtGui/qmenu.h:65: note: candidates are: QAction* QMenu::addAction(const QString&amp;)<br />
/usr/include/qt4/QtGui/qmenu.h:66: note:                 QAction* QMenu::addAction(const QIcon&amp;, const QString&amp;)<br />
/usr/include/qt4/QtGui/qmenu.h:67: note:                 QAction* QMenu::addAction(const QString&amp;, const QObject*, const char*, const QKeySequence&amp;)<br />
/usr/include/qt4/QtGui/qmenu.h:68: note:                 QAction* QMenu::addAction(const QIcon&amp;, const QString&amp;, const QObject*, const char*, const QKeySequence&amp;)<br />
/usr/include/qt4/QtGui/qwidget.h:489: note:                 void QWidget::addAction(QAction*)<br />
algebra.cpp: In member function â€˜void QAlgebra::afegeix()â€™:<br />
algebra.cpp:180: error: â€˜class Graph3Dâ€™ has no member named â€˜setFocusâ€™<br />
make: *** [algebra.o] Error 1<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: servo</title>
		<link>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/comment-page-1/#comment-5039</link>
		<dc:creator>servo</dc:creator>
		<pubDate>Mon, 05 Feb 2007 09:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/#comment-5039</guid>
		<description>We want inequation&#039;s support! :)</description>
		<content:encoded><![CDATA[<p>We want inequation&#8217;s support! <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

