iniwf / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Compiling libvpx-v0.9.6 on OpenSolaris / Solaris 11 always fails. #348

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected behavior?
Compilation without error or failure.

What do you see instead?
    [CC] vpxenc.c.o
    [LD] vpxenc
    [CC] simple_decoder.c.o
simple_decoder.c: In function `die':
simple_decoder.c:48: error: missing terminating ' character
simple_decoder.c:49: error: missing terminating ' character
simple_decoder.c:50: error: missing terminating " character
simple_decoder.c:51: error: missing terminating " character
simple_decoder.c:52: error: syntax error before ';' token
simple_decoder.c: In function `main':
simple_decoder.c:88: error: missing terminating " character
simple_decoder.c:89: error: missing terminating " character
simple_decoder.c:91: error: syntax error before "if"
simple_decoder.c:125: error: missing terminating " character
simple_decoder.c:126: error: missing terminating " character
simple_decoder.c:127: error: syntax error before "if"
make[1]: *** [simple_decoder.c.o] Error 1
make: *** [.DEFAULT] Error 2
# 

What version are you using?
libvpx-v0.9.6
http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2

On what operating system?
Solaris 11

Can you reproduce using the vpxdec or vpxenc tools? 
NA

What command line are you using?
# cd /opt
# wget -c http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2
# tar -xvjf libvpx-v0.9.6.tar.bz2
# cd libvpx-v0.9.6
# ./configure --prefix=/opt
# make

Please provide any additional information below.

Original issue reported on code.google.com by avanto...@gmail.com on 12 Jul 2011 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by iss...@webmproject.org on 12 Jul 2011 at 6:10

GoogleCodeExporter commented 9 years ago

Original comment by jkoles...@google.com on 12 Jul 2011 at 7:27

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:08

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:26