[mythtv] gcc version ?

Isaac Richards mythtv-dev@snowman.net
Mon, 2 Sep 2002 11:26:13 -0400


On Monday 02 September 2002 06:16 am, Yap Ee Huey wrote:
> Hi all,
>
> I am having problem installing MythTV on my Mandrake 8.2
> pc. When I type ./configure , it outputs :
>
> /tmp/ffmpeg-conf-4378-14659-25675.c:1: parse error before 'p'

This should be fine.

> Install prefix   /usr/local
<snip>
>
> Then I type make : (I copied the qmake to /usr/bin directory )
> It stopped at :
>
> In file included from NuppelVideoPlayer.h:18,
> 		 from NuppelVideoPlayer.cpp:15:
> RingBuffer.h:68: syntax error before ';'
> make[1]: ** [NuppelVideoPlayer.o] Error 1

Your qt install is broken.  qmake's not including the settings.pro file from 
libNuppelVideo.pro like it's supposed to be.

Isaac