[MPlayer-users] gcc compile error: parse error before "p"

shanyun lu shanyunl at yahoo.com
Tue Sep 2 18:14:45 CEST 2003


Dear all,

When I configure the mplayer-1.0pre1, I find the error
message 
/////////////////////////////
gcc     /tmp/mplayer-conf-17491-15040.c -o
/tmp/mplayer-conf-12115-15040.o
/tmp/mplayer-conf-17491-15040.c:1: parse error before
"p"

and

gcc     /tmp/mplayer-conf-17491-15040.c -o 
.....
/tmp/mplayer-conf-17491-15040.c:3: parse error before
"info"
/tmp/mplayer-conf-17491-15040.c:3: `info' undeclared
(first use in this function)
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\


The mplayer-conf-23258-12068.c file is:
#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("xorpd %%xmm0,
%%xmm0":::"memory");return(0);
}

and the mplayer-conf-17491-15040.cpp file is:

#include <ebml/EbmlVersion.h>
#include <matroska/KaxVersion.h>

#if LIBEBML_VERSION < 000500
#error libebml is too old
#endif

#if LIBMATROSKA_VERSION < 000500
#error libmatroska is too old
#endif

int main(void) { return 0; }

What should I do to fix those problem?

Thanks



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the MPlayer-users mailing list