Discussion:
[SM-Users] moc + flac
Javier Vasquez
2007-09-13 03:42:30 UTC
Permalink
Hi,

I'm trying to cast "moc-2.4.1", enabling flac, however there doesn't
seem to be a way to do it. It always fails with:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I../.. -pthread
-O -march=pentium-m -pipe -Wall -W -I/usr/incl
ude/alsa -g -MT libflac_decoder_la-flac.lo -MD -MP -MF
.deps/libflac_decoder_la-flac.Tpo -c flac.c -fPIC -DPIC -o
.libs/libflac_decoder_la-flac.o
flac.c:38: error: expected specifier-qualifier-list before
'FLAC__SeekableStreamDecoder'
flac.c:112: warning: type defaults to 'int' in declaration of
'FLAC__SeekableStreamDecoder'
flac.c:112: error: expected ';', ',' or ')' before '*' token
flac.c:130: warning: type defaults to 'int' in declaration of
'FLAC__SeekableStreamDecoder'
flac.c:130: error: expected ';', ',' or ')' before '*' token
flac.c:150: warning: type defaults to 'int' in declaration of
'FLAC__SeekableStreamDecoder'
...
make[3]: *** [libflac_decoder_la-flac.lo] Error 1
make[3]: Leaving directory `/usr/src/moc-2.4.1/decoder_plugins/flac'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/moc-2.4.1/decoder_plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/moc-2.4.1'

I have also tried by casting previous to moc, "audio-flac-header-1.7",
but it still doesn't help... Is there a way to cast moc enabling
flac?

BTW, this is under the test grimoire... Attached is the log

Thanks,
--
Javier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: audio-flac-header-1.7.bz2
Type: application/x-bzip2
Size: 1073 bytes
Desc: not available
Url : http://lists.ibiblio.org/pipermail/sm-users/attachments/20070912/ca1dac09/attachment.bz2
Ladislav Hagara
2007-09-13 14:32:22 UTC
Permalink
Just updated moc to 2.4.3 in test grimoire and seems it works for me.
Try to change VERSION from 2.4.1 to 2.4.3 in
/var/lib/sorcery/codex/test/audio-players/moc/DETAILS and cast moc or
just update your test grimoire in several hours.
--
Ladislav Hagara
Post by Javier Vasquez
I'm trying to cast "moc-2.4.1", enabling flac, however there doesn't
BTW, this is under the test grimoire...
Loading...