Mailing List Archive

gcc version ?
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'
Install prefix /usr/local
Source path /home/bababa/mythtv-0.5
C compiler gcc
make make
CPU x86
Big Endian no
MMX enabled yes
gprof enabled no
zlib enabled yes
mp3lame enabled no
a52 support yes
a52 dlopened no
Creating config.mak and config.h

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


This line in RingBuffer.h is :
pthread_rwlock_t rwlock;

I have found pthread_rwlock_t in <pthread.h>,
I don't know why it doesn't recognize pthread_rwlock_t
structure.

Anybody has compiled libNuppelVideo.a in Mandrake 8.2
i386 pc for me ?

Does my error has something to do with gcc version ?
(i am using 2.96)

regards,
eehuey








_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Re: gcc version ? [ In reply to ]
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