Page 1 of 1

Compile error during vlc.0.9.2

Posted: 21 Sep 2008 08:21
by Bombay_Boy
Dear Experts,
I am trying to build vlc 0.9.2 on Linux (coLinux). While I try to build extras/contrib, I get the following error in "goom"
Could you folks please help me to resolve this build error?. Do you I need to get latest "goom" or configure it differently?, if so, how do I solve it?


vlc/vlc-0.9.2/extras/contrib/include -MT xmmx.lo -MD -MP -MF .deps/xmmx.Tpo -c xmmx.c -o xmmx.o
/tmp/ccKAvrkm.s: Assembler messages:
/tmp/ccKAvrkm.s:212: Error: bad expression
/tmp/ccKAvrkm.s:212: Error: missing ')'
/tmp/ccKAvrkm.s:212: Error: missing ')'
/tmp/ccKAvrkm.s:212: Error: junk `ebx,%ecx))' after expression
/tmp/ccKAvrkm.s:213: Error: bad expression
/tmp/ccKAvrkm.s:213: Error: missing ')'
/tmp/ccKAvrkm.s:213: Error: missing ')'
/tmp/ccKAvrkm.s:213: Error: junk `edx,%eax))' after expression
make[3]: *** [xmmx.lo] Error 1
make[3]: Leaving directory `/extras/contrib/src/goom/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/extras/contrib/src/goom'
make[1]: *** [.goom2k4] Error 2
make[1]: Leaving directory `/extras/contrib/src'
make: *** [all] Error 2

Re: Compile error during vlc.0.9.2

Posted: 21 Sep 2008 08:53
by Jean-Baptiste Kempf
deactivate goom.

Re: Compile error during vlc.0.9.2

Posted: 21 Sep 2008 09:14
by Bombay_Boy
Hi j-b,

Thanks for the reply. I am newbie to this whole build.
Could you tell me how do I disable goom for extras/contrib build?. Do I use ./configure --disable goom or something like that before I do the make in extras/contrib?

Thanks for your help

Re: Compile error during vlc.0.9.2

Posted: 21 Sep 2008 09:32
by Jean-Baptiste Kempf
What distribution are you on?

Re: Compile error during vlc.0.9.2

Posted: 21 Sep 2008 19:00
by Bombay_Boy
I am on Debian eth linux distribution on coLinux.
Thanks for your help.

Re: Compile error during vlc.0.9.2

Posted: 21 Sep 2008 19:43
by Bombay_Boy
Hello j-b,
I edited distro.mak to extras/contrib to remove .goom2k4.
Did make again, it seems "make" is skipping goom and rest of the build is on.
Is this the correct thing to do to disable goom?

Re: Compile error during vlc.0.9.2

Posted: 21 Sep 2008 22:11
by Jean-Baptiste Kempf
Yes.