I don&#39;t know if this is the best place to ask for help but I am trying to build the mythpandora plugin from <a href="https://github.com/dougt/mythpandora">https://github.com/dougt/mythpandora</a> to use with my Myth 0.24.2 system.<div>
<br></div><div>When I run make it errors with this following error:</div><div><br></div><div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
cd mythpandora/ &amp;&amp; make -f Makefile                                                                                                                                                                                  <br>
make[1]: Entering directory `/usr/share/mythtv/mythpandora/mythpandora&#39;                                                                                                                                              <br>
gcc -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../qt/mkspecs/linux-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtGui -I../../../../include/QtOpenGL -I../../../../include/QtXml -I../../../../include/QtSql -I../../../../include/Qt3Support -I../../../../include -I../pianobar/src/libpiano -I../pianobar/src/libwaitress -I../pianobar/src/libezxml -I/include/mythtv -I/include/mythtv/libmyth -I/include/mythtv/libmythui -I/include/mythtv/libmythdb -I/usr/X11R6/include -I. -o xml.o ../pianobar/src/libpiano/xml.c                                                                                                                                     <br>
 <br>../pianobar/src/libpiano/xml.c: In function &#39;PianoXmlParsePlaylistCb&#39;:                                                                                                                                               <br>
../pianobar/src/libpiano/xml.c:255:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]                                                                                          <br>../pianobar/src/libpiano/xml.c: In function &#39;PianoXmlParseAddSeed&#39;:                                                                                                                                                  <br>
../pianobar/src/libpiano/xml.c:490:52: warning: unused parameter &#39;ph&#39; [-Wunused-parameter]                                                                                                                           <br>
../pianobar/src/libpiano/xml.c: In function &#39;PianoXmlParsePlaylist&#39;:                                                                                                                                                 <br>
../pianobar/src/libpiano/xml.c:539:53: warning: unused parameter &#39;ph&#39; [-Wunused-parameter]                                                                                                                           <br>
../pianobar/src/libpiano/xml.c: In function &#39;PianoXmlParseGetStationInfoCb&#39;:                                                                                                                                         <br>
../pianobar/src/libpiano/xml.c:887:3: error: &#39;for&#39; loop initial declarations are only allowed in C99 mode                                                                                                            <br>
../pianobar/src/libpiano/xml.c:887:3: note: use option -std=c99 or -std=gnu99 to compile your code                                                                                                                   <br>../pianobar/src/libpiano/xml.c:946:3: error: &#39;for&#39; loop initial declarations are only allowed in C99 mode                                                                                                            <br>
make[1]: *** [xml.o] Error 1                                                                                                                                                                                         <br>make[1]: Leaving directory `/usr/share/mythtv/mythpandora/mythpandora&#39;                                                                                                                                               <br>
make: *** [sub-mythpandora-make_default] Error 2 </blockquote><div><br></div><div>when I pass make ether &quot;-std=c99&quot; or &quot;-std=gnu99&quot; make complains about invalid options.  Any suggestions I would like to get this plugin installed for this box.</div>
</div>