<br><br><div class="gmail_quote">On Tue, Aug 25, 2009 at 11:13 AM, Tom Lichti <span dir="ltr">&lt;<a href="mailto:redpepperracing@gmail.com">redpepperracing@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Aug 25, 2009 at 11:02 AM, nik gibson&lt;<a href="mailto:nik.gibson@gmail.com">nik.gibson@gmail.com</a>&gt; wrote:<br>
&gt; On Tue, Aug 25, 2009 at 10:15 AM, Tom Lichti &lt;<a href="mailto:redpepperracing@gmail.com">redpepperracing@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Aug 25, 2009 at 10:11 AM, nik gibson&lt;<a href="mailto:nik.gibson@gmail.com">nik.gibson@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, Aug 25, 2009 at 10:09 AM, Jean-Yves Avenard<br>
&gt;&gt; &gt; &lt;<a href="mailto:jyavenard@gmail.com">jyavenard@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 2009/8/26 nik gibson &lt;<a href="mailto:nik.gibson@gmail.com">nik.gibson@gmail.com</a>&gt;:<br>
&gt;&gt; &gt;&gt; &gt; I&#39;ve been compiling myth from svn for a while now and all the sudden<br>
&gt;&gt; &gt;&gt; &gt; my<br>
&gt;&gt; &gt;&gt; &gt; compile is failing.  Is anyone else getting a similar error with svn<br>
&gt;&gt; &gt;&gt; &gt; version<br>
&gt;&gt; &gt;&gt; &gt; 21509/21510?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 21509 compiles fine here.<br>
&gt;&gt; &gt;&gt; 21510 won&#39;t change a thing<br>
&gt;&gt;<br>
&gt;&gt; Did you try distclean, configure, make?<br>
&gt;&gt;<br>
&gt;&gt; Tom<br>
&gt;<br>
&gt;<br>
&gt; Yea, it was the first thing I tried.   It&#39;s really strange, I just compiled<br>
&gt; from source a week ago without any problems.<br>
&gt;<br>
&gt; Would this post have any relevance:<br>
&gt; <a href="http://www.gossamer-threads.com/lists/mythtv/dev/393636?page=last" target="_blank">http://www.gossamer-threads.com/lists/mythtv/dev/393636?page=last</a><br>
&gt;<br>
&gt; It looks like a similar compilation failure occurred with build 21448.<br>
&gt;<br>
<br>
</div>Posting the failure point would be a good first step.<br>
<font color="#888888"><br>
Tom<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>Sorry I did post the failure point, it must have gotten lost in the thread.<br><br>Thanks<br><br>/usr/include/qt4/QtCore/qstring.h:1011: note: candidate 1: const QString operator+(const QString&amp;, const char*)<br>
audioinputoss.cpp:174: note: candidate 2: operator+(QNoImplicitBoolCast, char*) &lt;built-in&gt;<br>audioinputoss.cpp: In member function ‘virtual bool AudioInputOSS::Stop()’:<br>audioinputoss.cpp:192: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:<br>
/usr/include/qt4/QtCore/qstring.h:1011: note: candidate 1: const QString operator+(const QString&amp;, const char*)<br>audioinputoss.cpp:192: note: candidate 2: operator+(QNoImplicitBoolCast, char*) &lt;built-in&gt;<br>audioinputoss.cpp: In member function ‘virtual int AudioInputOSS::GetBlockSize()’:<br>
audioinputoss.cpp:210: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:<br>/usr/include/qt4/QtCore/qstring.h:1011: note: candidate 1: const QString operator+(const QString&amp;, const char*)<br>
audioinputoss.cpp:210: note: candidate 2: operator+(QNoImplicitBoolCast, char*) &lt;built-in&gt;<br>audioinputoss.cpp: In member function ‘virtual int AudioInputOSS::GetSamples(void*, uint)’:<br>audioinputoss.cpp:233: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:<br>
/usr/include/qt4/QtCore/qstring.h:1011: note: candidate 1: const QString operator+(const QString&amp;, const char*)<br>audioinputoss.cpp:233: note: candidate 2: operator+(QNoImplicitBoolCast, char*) &lt;built-in&gt;<br>audioinputoss.cpp: In member function ‘virtual int AudioInputOSS::GetNumReadyBytes()’:<br>
audioinputoss.cpp:260: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:<br>/usr/include/qt4/QtCore/qstring.h:1011: note: candidate 1: const QString operator+(const QString&amp;, const char*)<br>
audioinputoss.cpp:260: note: candidate 2: operator+(QNoImplicitBoolCast, char*) &lt;built-in&gt;<br>make[2]: *** [audioinputoss.o] Error 1<br>make[2]: Leaving directory `/usr/local/mythtv-svn/mythtv/libs/libmythtv&#39;<br>
make[1]: *** [sub-libmythtv-make_default] Error 2<br>make[1]: Leaving directory `/usr/local/mythtv-svn/mythtv/libs&#39;<br>make: *** [sub-libs-make_default-ordered] Error 2<br>root@Tivo:/usr/local/mythtv-svn/mythtv# <br><br>