Hello Martin,
With this HG i have this error :
make[3]: Entering directory
`/home/liquid/savonet/liquidsoap/src/audio_converters'
make[3]: Leaving directory
`/home/liquid/savonet/liquidsoap/src/audio_converters'
make[3]: Entering directory `/home/liquid/savonet/liquidsoap/src/operators'
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src/operators'
make[3]: Entering directory `/home/liquid/savonet/liquidsoap/src/sources'
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src/sources'
make[3]: Entering directory
`/home/liquid/savonet/liquidsoap/src/conversions'
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src/conversions'
make[3]: Entering directory `/home/liquid/savonet/liquidsoap/src/outputs'
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src/outputs'
make[3]: Entering directory `/home/liquid/savonet/liquidsoap/src/io'
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src/io'
make[3]: Entering directory
`/home/liquid/savonet/liquidsoap/src/visualization'
make[3]: Leaving directory
`/home/liquid/savonet/liquidsoap/src/visualization'
make[3]: Entering directory `/home/liquid/savonet/liquidsoap/src/analyze'
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src/analyze'
make[3]: Entering directory `/home/liquid/savonet/liquidsoap/src/synth'
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src/synth'
make[3]: Entering directory `/home/liquid/savonet/liquidsoap/src'
OCAMLYACC lang/lang_parser.mly
102 reduce/reduce conflicts.
OCAMLLEX lang/lang_lexer.mll
202 states, 9959 transitions, table size 41048 bytes
2750 additional bytes used for bindings
if test -d .svn && which svn > /dev/null ; then \
url=`LC_ALL=C svn info | grep URL | \
sed -e 's:.*svnroot/savonet/\(.*\)/src:\1:'`; \
revision=`LC_ALL=C svn info | grep Revision | \
sed -e 's/Revision: \(.*\)/\1/'` ; \
echo "let rev = \" ($url@rev$revision)\"" > SVN.ml ; \
elif test -d ../../.hg && which hg > /dev/null ; then \
branch=`LC_ALL=C hg summary | grep branch: | \
sed -e 's/branch: \(.*\)/\1/'`; \
revision=`LC_ALL=C hg summary | grep parent: | \
sed -e 's/parent: ['0'-'9']*:\([^ ]*\) .*/\1/'`; \
date=`date +%Y%m%d:%H%M%S`; \
echo "let rev = \" ($branch@$revision:$date)\"" > SVN.ml ; \
else \
echo "let rev = \"\"" > SVN.ml ; \
fi
hg: unknown command 'summary'
hg: unknown command 'summary'
CAMLP4O outputs/harbor_output.camlp4
CAMLP4O tools/server.camlp4
CAMLP4O tools/harbor.camlp4
OCAMLDEP
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src'
make[3]: Entering directory `/home/liquid/savonet/liquidsoap/src'
if test -d .svn && which svn > /dev/null ; then \
url=`LC_ALL=C svn info | grep URL | \
sed -e 's:.*svnroot/savonet/\(.*\)/src:\1:'`; \
revision=`LC_ALL=C svn info | grep Revision | \
sed -e 's/Revision: \(.*\)/\1/'` ; \
echo "let rev = \" ($url@rev$revision)\"" > SVN.ml ; \
elif test -d ../../.hg && which hg > /dev/null ; then \
branch=`LC_ALL=C hg summary | grep branch: | \
sed -e 's/branch: \(.*\)/\1/'`; \
revision=`LC_ALL=C hg summary | grep parent: | \
sed -e 's/parent: ['0'-'9']*:\([^ ]*\) .*/\1/'`; \
date=`date +%Y%m%d:%H%M%S`; \
echo "let rev = \" ($branch@$revision:$date)\"" > SVN.ml ; \
else \
echo "let rev = \"\"" > SVN.ml ; \
fi
hg: unknown command 'summary'
hg: unknown command 'summary'
OCAMLOPT -c tools/doc.ml
OCAMLOPT -c tools/plug.ml
OCAMLOPT -c tools/utils.ml
File "tools/utils.ml", line 195, characters 4-38:
Warning X: this statement never returns (or has an unsound type.)
File "tools/utils.ml", line 213, characters 5-22:
Unbound value Dynlink.is_native
make[3]: *** [tools/utils.cmx] Error 2
make[3]: Leaving directory `/home/liquid/savonet/liquidsoap/src'
make[2]: *** [all-auto-ocaml-prog] Error 2
make[2]: Leaving directory `/home/liquid/savonet/liquidsoap/src'
make[1]: *** [all-subdirs] Error 2
make[1]: Leaving directory `/home/liquid/savonet/liquidsoap'
make: *** [all] Error 1
De : Martin Hamant [mailto:[email protected]]
Envoyé : lundi 1 août 2011 17:23
À : FORUM NUMERIZIK
Objet : Re: [Savonet-users] Install problem with svn8272
http://savonet.sourceforge.net/download.html
Instruction at the bottom of the page (you'll need to install mercurial
client on your box).
Le 01/08/2011 16:59, FORUM NUMERIZIK a écrit :
Hello,
Yes make clean and ./configure make
The mercurial version ?
De : Martin Hamant [mailto:[email protected]]
Envoyé : lundi 1 août 2011 16:54
À : FORUM NUMERIZIK
Cc : [email protected]
Objet : Re: [Savonet-users] Install problem with svn8272
Hi !
Did you do:
make clean
then
./configure
make
Or you can try the mercurial version, works well here.
?
Le 01/08/2011 16:10, FORUM NUMERIZIK a écrit :
Hello Everybody,
I have this error when i made « make ».
Can you help me ?
Thanks for your help !
Guillaume
OCAMLOPT -c lang/lang_builtins.ml
OCAMLOPT -c lang/builtins_magic.ml
OCAMLOPT -c lang/builtins_cry.ml
OCAMLOPT -c main.ml
CC -c io/oss_io_c.c
CC -c tools/socket_stubs.c
OCAMLOPT -o liquidsoap
ogg_formats/ogg_flac_encoder.o: In function
`camlOgg_flac_encoder__header_encoder_71':
(.text+0x118): undefined reference to `ocaml_ogg_stream_packetin'
ogg_formats/ogg_flac_encoder.o: In function
`camlOgg_flac_encoder__fisbone_packet_74':
(.text+0x15f): undefined reference to `ocaml_ogg_stream_serialno'
ogg_formats/vorbis_encoder.o: In function
`camlVorbis_encoder__header_encoder_66':
(.text+0x15e): undefined reference to `ocaml_ogg_stream_packetin'
ogg_formats/vorbis_encoder.o: In function
`camlVorbis_encoder__fisbone_packet_68':
(.text+0x19f): undefined reference to `ocaml_ogg_stream_serialno'
ogg_formats/vorbis_encoder.o: In function
`camlVorbis_encoder__stream_start_70':
(.text+0x213): undefined reference to `ocaml_ogg_stream_packetin'
ogg_formats/vorbis_encoder.o: In function
`camlVorbis_encoder__stream_start_70':
(.text+0x22f): undefined reference to `ocaml_ogg_stream_packetin'
ogg_formats/ogg_muxer.o: In function `camlOgg_muxer__fun_403':
(.text+0x163): undefined reference to `ocaml_ogg_stream_packetin'
ogg_formats/ogg_muxer.o: In function `camlOgg_muxer__init_skeleton_225':
(.text+0x7bb): undefined reference to `ocaml_ogg_stream_packetin'
ogg_formats/ogg_muxer.o: In function `camlOgg_muxer__streams_start_244':
(.text+0xca8): undefined reference to `ocaml_ogg_skeleton_eos'
ogg_formats/ogg_muxer.o: In function `camlOgg_muxer__streams_start_244':
(.text+0xcbb): undefined reference to `ocaml_ogg_stream_packetin'
ogg_formats/ogg_muxer.o: In function `camlOgg_muxer__is_empty_259':
(.text+0xd3a): undefined reference to `ocaml_ogg_stream_eos'
ogg_formats/ogg_muxer.o: In function `camlOgg_muxer__add_available_277':
(.text+0xead): undefined reference to `ocaml_ogg_stream_serialno'
ogg_formats/ogg_muxer.o: In function `camlOgg_muxer__end_of_track_300':
(.text+0x1120): undefined reference to `ocaml_ogg_stream_eos'
ogg_formats/ogg_muxer.o: In function `camlOgg_muxer__end_of_track_300':
(.text+0x1189): undefined reference to `ocaml_ogg_stream_eos'
ogg_formats/ogg_demuxer.o: In function `camlOgg_demuxer__test_134':
(.text+0x6d8): undefined reference to `ocaml_ogg_stream_packetpeek'
/home/liquid/trunk/liquidsoap/../ocaml-vorbis/src/vorbis.a(vorbis.o): In
function `camlVorbis__headerout_102':
(.text+0x31a): undefined reference to `ocaml_ogg_stream_packetin'
/home/liquid/trunk/liquidsoap/../ocaml-vorbis/src/vorbis.a(vorbis.o): In
function `camlVorbis__headerout_102':
(.text+0x333): undefined reference to `ocaml_ogg_stream_packetin'
/home/liquid/trunk/liquidsoap/../ocaml-vorbis/src/vorbis.a(vorbis.o): In
function `camlVorbis__headerout_102':
(.text+0x34c): undefined reference to `ocaml_ogg_stream_packetin'
/home/liquid/trunk/liquidsoap/../ocaml-ogg/src/ogg.a(ogg.o): In function
`camlOgg__fun_243':
(.text+0x433): undefined reference to `ocaml_ogg_stream_packetin'
/home/liquid/trunk/liquidsoap/../ocaml-ogg/src/ogg.a(ogg.o): In function
`camlOgg__fun_241':
(.text+0x442): undefined reference to `ocaml_ogg_stream_packetpeek'
/home/liquid/trunk/liquidsoap/../ocaml-ogg/src/ogg.a(ogg.o): In function
`camlOgg__fun_233':
(.text+0x482): undefined reference to `ocaml_ogg_stream_eos'
/home/liquid/trunk/liquidsoap/../ocaml-ogg/src/ogg.a(ogg.o): In function
`camlOgg__fun_231':
(.text+0x492): undefined reference to `ocaml_ogg_stream_serialno'
/home/liquid/trunk/liquidsoap/../ocaml-ogg/src/ogg.a(ogg.o): In function
`camlOgg__fishead_136':
(.text+0x798): undefined reference to `ocaml_ogg_skeleton_fishead'
/home/liquid/trunk/liquidsoap/../ocaml-ogg/src/ogg.a(ogg.o): In function
`camlOgg__fun_256':
(.text+0x7b2): undefined reference to `ocaml_ogg_skeleton_eos'
/home/liquid/trunk/liquidsoap/../ocaml-flac/src/libflac_stubs.a(ogg_flac_stu
bs.o): In function `ocaml_flac_skeleton_fisbone':
/home/liquid/trunk/ocaml-flac/src/ogg_flac_stubs.c:442: undefined reference
to `value_of_packet'
/home/liquid/trunk/liquidsoap/../ocaml-flac/src/libflac_stubs.a(ogg_flac_stu
bs.o): In function `ogg_enc_write_callback':
/home/liquid/trunk/ocaml-flac/src/ogg_flac_stubs.c:316: undefined reference
to `value_of_packet'
/home/liquid/trunk/liquidsoap/../ocaml-vorbis/src/libvorbis_stubs.a(vorbis_s
tubs.o): In function `ocaml_vorbis_skeleton_fisbone':
/home/liquid/trunk/ocaml-vorbis/src/vorbis_stubs.c:983: undefined reference
to `value_of_packet'
/home/liquid/trunk/liquidsoap/../ocaml-vorbis/src/libvorbis_stubs.a(vorbis_s
tubs.o): In function `ocaml_vorbis_analysis_headerout':
/home/liquid/trunk/ocaml-vorbis/src/vorbis_stubs.c:407: undefined reference
to `value_of_packet'
/home/liquid/trunk/ocaml-vorbis/src/vorbis_stubs.c:408: undefined reference
to `value_of_packet'
/home/liquid/trunk/liquidsoap/../ocaml-vorbis/src/libvorbis_stubs.a(vorbis_s
tubs.o):/home/liquid/trunk/ocaml-vorbis/src/vorbis_stubs.c:409: more
undefined references to `value_of_packet' follow
collect2: ld returned 1 exit status
Error during linking
make[3]: *** [liquidsoap] Error 2
make[3]: Leaving directory `/home/liquid/trunk/liquidsoap/src'
make[2]: *** [all-auto-ocaml-prog] Error 2
make[2]: Leaving directory `/home/liquid/trunk/liquidsoap/src'
make[1]: *** [all-subdirs] Error 2
make[1]: Leaving directory `/home/liquid/trunk/liquidsoap'
make: *** [all] Error 1
----------------------------------------------------------------------------
--
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users