<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Mon May 20, 2013 10:23 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Mon May 20, 2013 10:23 am</pubDate>
  <lastBuildDate>Mon May 20, 2013 10:23 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Not fixed but kludged</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=100884#100884</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=19718'&gt;Bruno&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 02, 2011 6:45 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      OK, at risk of looking like I'm bumping my post, perhaps the best place to try is the Qt forums before coming here. However, if anyone else is having the same problem, the following link contains some illumination &lt;a href=&quot;http://www.qtforum.org/article/27656/phonon-mediaobject-no-such-file-or-directory.html#post95894&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.qtforum.org/article/27656/phonon-mediaobject-no-such-file-or-directory.html#post95894&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
By including the following code at the top of the &amp;quot;mainwindow.h&amp;quot; file:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#include &amp;lt;Phonon/MediaObject&amp;gt;&lt;br /&gt;
#include &amp;lt;Phonon/AudioOutput&amp;gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
and by installing the following links:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ln -s /usr/include/phonon/ /usr/include/Phonon&lt;br /&gt;
ln -s /usr/include/phonon/ /usr/include/Qt/Phonon&lt;br /&gt;
ln -s /usr/include/phonon/ /usr/include/Qt/phonon&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
The app runs, success! But I don't understand why I need to specify every bit of Phonon that I use (#include &amp;lt;Phonon/MediaObject&amp;gt; etc) rather than just Phonon in general (#include &amp;lt;Phonon&amp;gt;). Despite adding the links, this still does not work.&lt;br /&gt;
&lt;br /&gt;
TTFN, Bruno</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=100884#100884</comments>
                                        <author>Bruno</author>
                                        <pubDate>Tue Aug 02, 2011 6:45 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=100884#100884</guid>
                                      </item>
                                      <item>
                                        <title>&amp;quot;Get Started With Qt&amp;quot; tutorial on TuxRadar - help</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=100839#100839</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=19718'&gt;Bruno&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Aug 01, 2011 3:17 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi All,&lt;br /&gt;
&lt;br /&gt;
I've been following the &amp;quot;Create a Media Player&amp;quot; tutorial on &lt;a href=&quot;http://www.tuxradar.com/learnqt&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.tuxradar.com/learnqt&lt;/a&gt; and have run into a problem getting it to run. I get an error message &amp;quot;~/src/mediamangler/mainwindow.h:11: error: Phonon: No such file or directory&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I've done a search online, but there seems to be more heat than light surrounding this issue. What I think is happening is that Qt Creator cannot find the Phonon libraries and/or headers. Indeed the &amp;quot;#include &amp;lt;Phonon&amp;gt;&amp;quot; entry near the top of the &amp;quot;mainwindow.h&amp;quot; file has a wiggly yellow line underneath it (suggesting an error?). When I mousepointer-over the entry, the &amp;quot;Phonon: No such file or directory&amp;quot; message appears in blue near by. Other entries, like &amp;quot;#include &amp;lt;QList&amp;gt;&amp;quot; give a message of &amp;quot;/usr/include/QtCore/QList&amp;quot; in blue, an obvious directory path.&lt;br /&gt;
&lt;br /&gt;
It looks like it is a simple matter of adding the path to Phonon in a config file somewhere but I'm stumped as to where to find it (or how to add the path it via Qt Creator). Any ideas please?&lt;br /&gt;
&lt;br /&gt;
I'm using openSuSE 11.4, 64 bit, with Qt 4.7.1 and Qt Creator 2.1.0 on one machine and openSuSE 11.3, 32 bit, with Qt 4.6.3 and Qt Creator 1.3.1 on another machine, I have the same problem on both. The &amp;quot;phonon&amp;quot; and &amp;quot;phonon-devel&amp;quot; packages are present on both systems.&lt;br /&gt;
&lt;br /&gt;
Many thanks in advance for your help,&lt;br /&gt;
Bruno</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=100839#100839</comments>
                                        <author>Bruno</author>
                                        <pubDate>Mon Aug 01, 2011 3:17 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=100839#100839</guid>
                                      </item></channel></rss>