<?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: HowTo: Lancelot Install</title>
	<atom:link href="http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/</link>
	<description>Free Software Developer and Enthusiast</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:32:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: samiky</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-7239</link>
		<dc:creator>samiky</dc:creator>
		<pubDate>Mon, 29 Sep 2008 16:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-7239</guid>
		<description>I have a problem compiling Lancelot.
cmake works well, but after that I launch &#039;make command&#039; which crashes at about 25% with following error:

make[2]: *** No rule to make target `kde4-config --prefix/share/dbus-1/interfaces/org.freedesktop.ScreenSaver.xml&#039;, needed by `app/src/screensaver_interface.cpp&#039;.  Stop.
make[1]: *** [app/src/CMakeFiles/lancelot-menu.dir/all] Error 2
make: *** [all] Error 2</description>
		<content:encoded><![CDATA[<p>I have a problem compiling Lancelot.<br />
cmake works well, but after that I launch &#8216;make command&#8217; which crashes at about 25% with following error:</p>
<p>make[2]: *** No rule to make target `kde4-config &#8211;prefix/share/dbus-1/interfaces/org.freedesktop.ScreenSaver.xml&#8217;, needed by `app/src/screensaver_interface.cpp&#8217;.  Stop.<br />
make[1]: *** [app/src/CMakeFiles/lancelot-menu.dir/all] Error 2<br />
make: *** [all] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silver</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-7145</link>
		<dc:creator>Silver</dc:creator>
		<pubDate>Wed, 03 Sep 2008 12:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-7145</guid>
		<description>I&#039;m trying to compile Lancelot on FreeBSD 6.3, but I get error at the very beginning:
[  1%] Building CXX object libs/lancelot/CMakeFiles/lancelot.dir/Global.o
/usr/home/silver/Downloads/install/lancelot/libs/lancelot/Global.cpp: In destructor `Lancelot::Instance::Private::~Private()&#039;:
/usr/home/silver/Downloads/install/lancelot/libs/lancelot/Global.cpp:96: error: `virtual Lancelot::WidgetGroup::~WidgetGroup()&#039; is private
/usr/home/silver/Downloads/install/lancelot/libs/lancelot/Global.cpp:246: error: within this context
*** Error code 1

My configure:
$ cmake ..        -DCMAKE_INSTALL_PREFIX=`/usr/local/kde4/bin/kde4-config --prefix`
-- The C compiler identification is GNU                                                           
-- The CXX compiler identification is GNU                                                         
-- Check for working C compiler: /usr/bin/gcc                                                     
-- Check for working C compiler: /usr/bin/gcc -- works                                            
-- Detecting C compiler ABI info                                                                  
-- Detecting C compiler ABI info - done                                                           
-- Check for working CXX compiler: /usr/bin/c++                                                   
-- Check for working CXX compiler: /usr/bin/c++ -- works                                          
-- Detecting CXX compiler ABI info                                                                
-- Detecting CXX compiler ABI info - done                                                         
-- Looking for Q_WS_X11                                                                           
-- Looking for Q_WS_X11 - found                                                                   
-- Looking for Q_WS_WIN                                                                           
-- Looking for Q_WS_WIN - not found.                                                              
-- Looking for Q_WS_QWS                                                                           
-- Looking for Q_WS_QWS - not found.                                                              
-- Looking for Q_WS_MAC                                                                           
-- Looking for Q_WS_MAC - not found.                                                              
-- Found Qt-Version 4.4.1 (using /usr/local/bin/qmake-qt4)                                        
-- Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so                                                             
-- Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so - found                                                     
-- Looking for gethostbyname                                                                                              
-- Looking for gethostbyname - found                                                                                      
-- Looking for connect                                                                                                    
-- Looking for connect - found                                                                                            
-- Looking for remove                                                                                                     
-- Looking for remove - found                                                                                             
-- Looking for shmat                                                                                                      
-- Looking for shmat - found                                                                                              
-- Looking for IceConnectionNumber in ICE                                                                                 
-- Looking for IceConnectionNumber in ICE - found                                                                         
-- Found X11: /usr/local/lib/libX11.so                                                                                    
-- Looking for include files CMAKE_HAVE_PTHREAD_H                                                                         
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found                                                                 
-- Looking for pthread_create in pthreads                                                                                 
-- Looking for pthread_create in pthreads - not found                                                                     
-- Looking for pthread_create in pthread                                                                                  
-- Looking for pthread_create in pthread - found                                                                          
-- Found Automoc4: /usr/local/kde4/bin/automoc4                                                                           
-- Found Perl: /usr/bin/perl                                                                                              
-- Performing Test _OFFT_IS_64BIT                                                                                         
-- Performing Test _OFFT_IS_64BIT - Success                                                                               
-- Performing Test HAVE_FPIE_SUPPORT                                                                                      
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Failed
-- Found Phonon: /usr/local/kde4/lib/libphonon.so
-- Found Phonon Includes: /usr/local/kde4/include/KDE;/usr/local/kde4/include
-- Found KDE 4.1 include dir: /usr/local/kde4/include
-- Found KDE 4.1 library dir: /usr/local/kde4/lib
-- Found KDE4 kconfig_compiler preprocessor: /usr/local/kde4/bin/kconfig_compiler
-- Found automoc4: /usr/local/kde4/bin/automoc4
-- Found Plasma: /usr/local/kde4/lib/libplasma.so
-- Found Qt-Version 4.4.1 (using /usr/local/bin/qmake-qt4)
-- Found X11: /usr/local/lib/libX11.so
-- Found Automoc4: /usr/local/kde4/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Found KDE 4.1 include dir: /usr/local/kde4/include
-- Found KDE 4.1 library dir: /usr/local/kde4/lib
-- Found KDE4 kconfig_compiler preprocessor: /usr/local/kde4/bin/kconfig_compiler
-- Found automoc4: /usr/local/kde4/bin/automoc4
Lancelot variables already set
-- Found Lancelot include dir: /usr/home/silver/Downloads/install/lancelot/libs/lancelot/..
-- Found Lancelot lib: lancelot
-- Found shared-mime-info version: 0.51
-- Found PythonInterp: /usr/local/bin/python2.5
-- Found Python interpreter: /usr/local/bin/python2.5
Plasma UI Compiler (Puck) is located at: /usr/home/silver/Downloads/install/lancelot/tools/puck/puck.py
/usr/home/silver/Downloads/install/lancelot/tools/puck/puck.py
  /usr/home/silver/Downloads/install/lancelot/app/src/ui/LancelotWindowBase.xml
  /usr/home/silver/Downloads/install/lancelot/build/app/src/ui_LancelotWindowBase.h
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/home/silver/Downloads/install/lancelot/build</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to compile Lancelot on FreeBSD 6.3, but I get error at the very beginning:<br />
[  1%] Building CXX object libs/lancelot/CMakeFiles/lancelot.dir/Global.o<br />
/usr/home/silver/Downloads/install/lancelot/libs/lancelot/Global.cpp: In destructor `Lancelot::Instance::Private::~Private()&#8217;:<br />
/usr/home/silver/Downloads/install/lancelot/libs/lancelot/Global.cpp:96: error: `virtual Lancelot::WidgetGroup::~WidgetGroup()&#8217; is private<br />
/usr/home/silver/Downloads/install/lancelot/libs/lancelot/Global.cpp:246: error: within this context<br />
*** Error code 1</p>
<p>My configure:<br />
$ cmake ..        -DCMAKE_INSTALL_PREFIX=`/usr/local/kde4/bin/kde4-config &#8211;prefix`<br />
&#8211; The C compiler identification is GNU<br />
&#8211; The CXX compiler identification is GNU<br />
&#8211; Check for working C compiler: /usr/bin/gcc<br />
&#8211; Check for working C compiler: /usr/bin/gcc &#8212; works<br />
&#8211; Detecting C compiler ABI info<br />
&#8211; Detecting C compiler ABI info &#8211; done<br />
&#8211; Check for working CXX compiler: /usr/bin/c++<br />
&#8211; Check for working CXX compiler: /usr/bin/c++ &#8212; works<br />
&#8211; Detecting CXX compiler ABI info<br />
&#8211; Detecting CXX compiler ABI info &#8211; done<br />
&#8211; Looking for Q_WS_X11<br />
&#8211; Looking for Q_WS_X11 &#8211; found<br />
&#8211; Looking for Q_WS_WIN<br />
&#8211; Looking for Q_WS_WIN &#8211; not found.<br />
&#8211; Looking for Q_WS_QWS<br />
&#8211; Looking for Q_WS_QWS &#8211; not found.<br />
&#8211; Looking for Q_WS_MAC<br />
&#8211; Looking for Q_WS_MAC &#8211; not found.<br />
&#8211; Found Qt-Version 4.4.1 (using /usr/local/bin/qmake-qt4)<br />
&#8211; Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so<br />
&#8211; Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so &#8211; found<br />
&#8211; Looking for gethostbyname<br />
&#8211; Looking for gethostbyname &#8211; found<br />
&#8211; Looking for connect<br />
&#8211; Looking for connect &#8211; found<br />
&#8211; Looking for remove<br />
&#8211; Looking for remove &#8211; found<br />
&#8211; Looking for shmat<br />
&#8211; Looking for shmat &#8211; found<br />
&#8211; Looking for IceConnectionNumber in ICE<br />
&#8211; Looking for IceConnectionNumber in ICE &#8211; found<br />
&#8211; Found X11: /usr/local/lib/libX11.so<br />
&#8211; Looking for include files CMAKE_HAVE_PTHREAD_H<br />
&#8211; Looking for include files CMAKE_HAVE_PTHREAD_H &#8211; found<br />
&#8211; Looking for pthread_create in pthreads<br />
&#8211; Looking for pthread_create in pthreads &#8211; not found<br />
&#8211; Looking for pthread_create in pthread<br />
&#8211; Looking for pthread_create in pthread &#8211; found<br />
&#8211; Found Automoc4: /usr/local/kde4/bin/automoc4<br />
&#8211; Found Perl: /usr/bin/perl<br />
&#8211; Performing Test _OFFT_IS_64BIT<br />
&#8211; Performing Test _OFFT_IS_64BIT &#8211; Success<br />
&#8211; Performing Test HAVE_FPIE_SUPPORT<br />
&#8211; Performing Test HAVE_FPIE_SUPPORT &#8211; Success<br />
&#8211; Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL<br />
&#8211; Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL &#8211; Success<br />
&#8211; Performing Test __KDE_HAVE_GCC_VISIBILITY<br />
&#8211; Performing Test __KDE_HAVE_GCC_VISIBILITY &#8211; Failed<br />
&#8211; Found Phonon: /usr/local/kde4/lib/libphonon.so<br />
&#8211; Found Phonon Includes: /usr/local/kde4/include/KDE;/usr/local/kde4/include<br />
&#8211; Found KDE 4.1 include dir: /usr/local/kde4/include<br />
&#8211; Found KDE 4.1 library dir: /usr/local/kde4/lib<br />
&#8211; Found KDE4 kconfig_compiler preprocessor: /usr/local/kde4/bin/kconfig_compiler<br />
&#8211; Found automoc4: /usr/local/kde4/bin/automoc4<br />
&#8211; Found Plasma: /usr/local/kde4/lib/libplasma.so<br />
&#8211; Found Qt-Version 4.4.1 (using /usr/local/bin/qmake-qt4)<br />
&#8211; Found X11: /usr/local/lib/libX11.so<br />
&#8211; Found Automoc4: /usr/local/kde4/bin/automoc4<br />
&#8211; Found Perl: /usr/bin/perl<br />
&#8211; Found KDE 4.1 include dir: /usr/local/kde4/include<br />
&#8211; Found KDE 4.1 library dir: /usr/local/kde4/lib<br />
&#8211; Found KDE4 kconfig_compiler preprocessor: /usr/local/kde4/bin/kconfig_compiler<br />
&#8211; Found automoc4: /usr/local/kde4/bin/automoc4<br />
Lancelot variables already set<br />
&#8211; Found Lancelot include dir: /usr/home/silver/Downloads/install/lancelot/libs/lancelot/..<br />
&#8211; Found Lancelot lib: lancelot<br />
&#8211; Found shared-mime-info version: 0.51<br />
&#8211; Found PythonInterp: /usr/local/bin/python2.5<br />
&#8211; Found Python interpreter: /usr/local/bin/python2.5<br />
Plasma UI Compiler (Puck) is located at: /usr/home/silver/Downloads/install/lancelot/tools/puck/puck.py<br />
/usr/home/silver/Downloads/install/lancelot/tools/puck/puck.py<br />
  /usr/home/silver/Downloads/install/lancelot/app/src/ui/LancelotWindowBase.xml<br />
  /usr/home/silver/Downloads/install/lancelot/build/app/src/ui_LancelotWindowBase.h<br />
&#8211; Configuring done<br />
&#8211; Generating done<br />
&#8211; Build files have been written to: /usr/home/silver/Downloads/install/lancelot/build</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Čukić</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-7067</link>
		<dc:creator>Ivan Čukić</dc:creator>
		<pubDate>Wed, 27 Aug 2008 06:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-7067</guid>
		<description>&lt;b&gt;@Robsam2000&lt;/b&gt;
Well it&#039;s either a network problem, or the anonsvn server was out. I&#039;ll soon make a source package and post it on the sourceforge.</description>
		<content:encoded><![CDATA[<p><b>@Robsam2000</b><br />
Well it&#8217;s either a network problem, or the anonsvn server was out. I&#8217;ll soon make a source package and post it on the sourceforge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robsam2000</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-7065</link>
		<dc:creator>Robsam2000</dc:creator>
		<pubDate>Wed, 27 Aug 2008 06:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-7065</guid>
		<description>Hi,
When i am trying to install it,the first command:
export KDESVN=svn://anonsvn.kde.org/home/kde 
is ok,but the second 
 svn co $KDESVN/trunk/KDE/kdeplasma-addons/applets/lancelot
it is giving me, svn: Unknown hostname &#039;anonsvn.kde.org&#039;
can you help me,how to solve this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
When i am trying to install it,the first command:<br />
export KDESVN=svn://anonsvn.kde.org/home/kde<br />
is ok,but the second<br />
 svn co $KDESVN/trunk/KDE/kdeplasma-addons/applets/lancelot<br />
it is giving me, svn: Unknown hostname &#8216;anonsvn.kde.org&#8217;<br />
can you help me,how to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Čukić</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-6577</link>
		<dc:creator>Ivan Čukić</dc:creator>
		<pubDate>Wed, 06 Aug 2008 13:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-6577</guid>
		<description>&lt;div class=&quot;ivan&quot;&gt;
&lt;b&gt;@Beojan&lt;/b&gt;
Well, if you compiled the latest trunk successfully, then you have the newer libplasma than that one in 4.1. Didn&#039;t know that experimental packages are trunk-based.

&lt;b&gt;@lordheavy&lt;/b&gt;
Thanks for the patch, I&#039;ll see to add it.

&lt;b&gt;@all&lt;/b&gt;
Thanks for kind words and for testing L.

P.S. &lt;b&gt;Crashes&lt;/b&gt; that are occurring sometimes will soon become very rare - one cause for them is fixed (not yet in svn, though)
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="ivan">
<b>@Beojan</b><br />
Well, if you compiled the latest trunk successfully, then you have the newer libplasma than that one in 4.1. Didn&#8217;t know that experimental packages are trunk-based.</p>
<p><b>@lordheavy</b><br />
Thanks for the patch, I&#8217;ll see to add it.</p>
<p><b>@all</b><br />
Thanks for kind words and for testing L.</p>
<p>P.S. <b>Crashes</b> that are occurring sometimes will soon become very rare &#8211; one cause for them is fixed (not yet in svn, though)
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beojan</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-6576</link>
		<dc:creator>Beojan</dc:creator>
		<pubDate>Wed, 06 Aug 2008 12:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-6576</guid>
		<description>I&#039;m also running Unstable + Experimental, but all packages available in experimental are running experimental versions (except X11, which has missing drivers in exp version)

I managed to compile the trunk version, but not the KDE4.1 branch version. I am running Exp&#039;s KDE packages. Oh well, the features I needed are there.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also running Unstable + Experimental, but all packages available in experimental are running experimental versions (except X11, which has missing drivers in exp version)</p>
<p>I managed to compile the trunk version, but not the KDE4.1 branch version. I am running Exp&#8217;s KDE packages. Oh well, the features I needed are there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scorpio810</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-6575</link>
		<dc:creator>scorpio810</dc:creator>
		<pubDate>Wed, 06 Aug 2008 11:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-6575</guid>
		<description>@Ivan Čukić
solved with lordheavy 
it &#039;s run vey fine and is very beauty , thanks Ivan for your great work</description>
		<content:encoded><![CDATA[<p>@Ivan Čukić<br />
solved with lordheavy<br />
it &#8216;s run vey fine and is very beauty , thanks Ivan for your great work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lordheavy</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-6573</link>
		<dc:creator>lordheavy</dc:creator>
		<pubDate>Wed, 06 Aug 2008 10:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-6573</guid>
		<description>I&#039;ve succeed to build it fine on debian sid with experimental packages for kde 4.1;

I&#039;ve patch CMakeLists.txt in the src dir  on line 121:
target_link_libraries(plasma_applet_lancelot_part ${PLASMA_LIBS} ${LANCELOT_LIBS} ${KDE4_KIO_LIBS} ${KDE4_SOLID_LIBS} ${X11_Xrender_LIB} ${X11_LIBRARIES} taskmanager)

++</description>
		<content:encoded><![CDATA[<p>I&#8217;ve succeed to build it fine on debian sid with experimental packages for kde 4.1;</p>
<p>I&#8217;ve patch CMakeLists.txt in the src dir  on line 121:<br />
target_link_libraries(plasma_applet_lancelot_part ${PLASMA_LIBS} ${LANCELOT_LIBS} ${KDE4_KIO_LIBS} ${KDE4_SOLID_LIBS} ${X11_Xrender_LIB} ${X11_LIBRARIES} taskmanager)</p>
<p>++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Thomas</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-6566</link>
		<dc:creator>Jonathan Thomas</dc:creator>
		<pubDate>Tue, 05 Aug 2008 21:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-6566</guid>
		<description>For those of you who happen to be in (K)Ubuntu and are having trouble with taskmanager.h, install the kdebase-workspace-dev package.</description>
		<content:encoded><![CDATA[<p>For those of you who happen to be in (K)Ubuntu and are having trouble with taskmanager.h, install the kdebase-workspace-dev package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Čukić</title>
		<link>http://ivan.fomentgroup.org/blog/2008/08/05/howto-lancelot-install/comment-page-1/#comment-6565</link>
		<dc:creator>Ivan Čukić</dc:creator>
		<pubDate>Tue, 05 Aug 2008 18:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=118#comment-6565</guid>
		<description>&lt;div class=&quot;ivan&quot;&gt;
&lt;b&gt;@scorpio810&lt;/b&gt;
I&#039;m on testing so I can&#039;t confirm this. The most probable thing is that the linker is not told that it should link to KDE&#039;s Solid and XRender.

Could you test whether you can compile Raptor menu?
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="ivan">
<b>@scorpio810</b><br />
I&#8217;m on testing so I can&#8217;t confirm this. The most probable thing is that the linker is not told that it should link to KDE&#8217;s Solid and XRender.</p>
<p>Could you test whether you can compile Raptor menu?
</p></div>
]]></content:encoded>
	</item>
</channel>
</rss>

