<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to try the new KAlgebra</title>
	<link>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/</link>
	<description>Yet another FreeSoftware blog!</description>
	<pubDate>Sat, 05 Jul 2008 16:40:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: w0land</title>
		<link>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/#comment-7367</link>
		<dc:creator>w0land</dc:creator>
		<pubDate>Thu, 31 Jan 2008 07:16:06 +0000</pubDate>
		<guid>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/#comment-7367</guid>
		<description>It looks like, you don'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-5772</link>
		<dc:creator>uzjmeqg</dc:creator>
		<pubDate>Sat, 19 May 2007 20:07:56 +0000</pubDate>
		<guid>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&#8230;.||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-5235</link>
		<dc:creator>kjuanlu</dc:creator>
		<pubDate>Fri, 16 Feb 2007 23:52:40 +0000</pubDate>
		<guid>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 ‘&#38;’ token
value.h:38: error: ISO C++ forbids declaration of ‘QDomElement’ with no type
value.h:44: error: expected ‘,’ or ‘...’ before ‘&#38;’ 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 ‘&#38;’ 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*&#38;)’
/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*&#38;, 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*&#38;, const char [13])’
/usr/include/qt4/QtGui/qmenu.h:65: note: candidates are: QAction* QMenu::addAction(const QString&#38;)
/usr/include/qt4/QtGui/qmenu.h:66: note:                 QAction* QMenu::addAction(const QIcon&#38;, const QString&#38;)
/usr/include/qt4/QtGui/qmenu.h:67: note:                 QAction* QMenu::addAction(const QString&#38;, const QObject*, const char*, const QKeySequence&#38;)
/usr/include/qt4/QtGui/qmenu.h:68: note:                 QAction* QMenu::addAction(const QIcon&#38;, const QString&#38;, const QObject*, const char*, const QKeySequence&#38;)
/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-5039</link>
		<dc:creator>servo</dc:creator>
		<pubDate>Mon, 05 Feb 2007 09:41:38 +0000</pubDate>
		<guid>http://www.proli.net/2007/01/25/how-to-try-the-new-kalgebra/#comment-5039</guid>
		<description>We want inequation'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>
