Hello,

Thanks for your reply. I've installed ocaml-magic :-)

Here is the output for faad

make[3]: Entering directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faac-0.1.2/src'
make[3]: `libfaac_stubs.a' is up to date.
make[3]: `faac.cmxa' is up to date.
make[3]: Leaving directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faac-0.1.2/src'
make[2]: Leaving directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faac-0.1.2/src'
make[1]: Leaving directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faac-0.1.2'
make[1]: Entering directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faad-0.1.3'
make -C src all
make[2]: Entering directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faad-0.1.3/src'
make[3]: Entering directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faad-0.1.3/src'
/usr/bin/ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2  -Wall -DCAML_NAME_SPACE \
                                -DPIC   \
                                    -o faad_stubs.o " faad_stubs.c
faad_stubs.c:43:19: error: mp4ff.h: No such file or directory
faad_stubs.c: In function ‘ocaml_faad_init’:
faad_stubs.c:78: warning: passing argument 4 of ‘NeAACDecInit’ from 
incompatible pointer type
/usr/include/neaacdec.h:213: note: expected ‘long unsigned int *’ but argument 
is of type ‘u_int32_t *’
faad_stubs.c: In function ‘ocaml_faad_init2’:
faad_stubs.c:95: warning: passing argument 4 of ‘NeAACDecInit2’ from 
incompatible pointer type
/usr/include/neaacdec.h:220: note: expected ‘long unsigned int *’ but argument 
is of type ‘u_int32_t *’
faad_stubs.c: At top level:
faad_stubs.c:150: error: expected specifier-qualifier-list before ‘mp4ff_t’
faad_stubs.c: In function ‘finalize_mp4’:
faad_stubs.c:165: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:166: warning: implicit declaration of function ‘mp4ff_close’
faad_stubs.c:166: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:167: error: ‘mp4_t’ has no member named ‘read_cb’
faad_stubs.c:168: error: ‘mp4_t’ has no member named ‘read_cb’
faad_stubs.c:169: error: ‘mp4_t’ has no member named ‘write_cb’
faad_stubs.c:170: error: ‘mp4_t’ has no member named ‘write_cb’
faad_stubs.c:171: error: ‘mp4_t’ has no member named ‘seek_cb’
faad_stubs.c:172: error: ‘mp4_t’ has no member named ‘seek_cb’
faad_stubs.c:173: error: ‘mp4_t’ has no member named ‘trunc_cb’
faad_stubs.c:174: error: ‘mp4_t’ has no member named ‘trunc_cb’
faad_stubs.c: At top level:
faad_stubs.c:189: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘read_cb’
faad_stubs.c:212: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘write_cb’
faad_stubs.c:222: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘seek_cb’
faad_stubs.c:242: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘trunc_cb’
faad_stubs.c: In function ‘ocaml_faad_mp4_open_read’:
faad_stubs.c:255: error: ‘mp4_t’ has no member named ‘fd’
faad_stubs.c:256: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:256: error: ‘read_cb’ undeclared (first use in this function)
faad_stubs.c:256: error: (Each undeclared identifier is reported only once
faad_stubs.c:256: error: for each function it appears in.)
faad_stubs.c:257: error: ‘mp4_t’ has no member named ‘read_cb’
faad_stubs.c:258: error: ‘mp4_t’ has no member named ‘read_cb’
faad_stubs.c:261: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:261: error: ‘write_cb’ undeclared (first use in this function)
faad_stubs.c:262: error: ‘mp4_t’ has no member named ‘write_cb’
faad_stubs.c:263: error: ‘mp4_t’ has no member named ‘write_cb’
faad_stubs.c:267: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:268: error: ‘mp4_t’ has no member named ‘write_cb’
faad_stubs.c:272: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:272: error: ‘seek_cb’ undeclared (first use in this function)
faad_stubs.c:273: error: ‘mp4_t’ has no member named ‘seek_cb’
faad_stubs.c:274: error: ‘mp4_t’ has no member named ‘seek_cb’
faad_stubs.c:278: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:279: error: ‘mp4_t’ has no member named ‘seek_cb’
faad_stubs.c:283: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:283: error: ‘trunc_cb’ undeclared (first use in this function)
faad_stubs.c:284: error: ‘mp4_t’ has no member named ‘trunc_cb’
faad_stubs.c:285: error: ‘mp4_t’ has no member named ‘trunc_cb’
faad_stubs.c:289: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:290: error: ‘mp4_t’ has no member named ‘trunc_cb’
faad_stubs.c:292: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:296: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:296: warning: implicit declaration of function 
‘mp4ff_open_read_metaonly’
faad_stubs.c:296: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:298: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:298: warning: implicit declaration of function ‘mp4ff_open_read’
faad_stubs.c:298: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:300: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_open_read_fd’:
faad_stubs.c:314: error: ‘mp4_t’ has no member named ‘fd’
faad_stubs.c:315: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:315: error: ‘read_cb’ undeclared (first use in this function)
faad_stubs.c:316: error: ‘mp4_t’ has no member named ‘read_cb’
faad_stubs.c:317: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:317: error: ‘write_cb’ undeclared (first use in this function)
faad_stubs.c:318: error: ‘mp4_t’ has no member named ‘write_cb’
faad_stubs.c:319: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:319: error: ‘seek_cb’ undeclared (first use in this function)
faad_stubs.c:320: error: ‘mp4_t’ has no member named ‘seek_cb’
faad_stubs.c:321: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:321: error: ‘trunc_cb’ undeclared (first use in this function)
faad_stubs.c:322: error: ‘mp4_t’ has no member named ‘trunc_cb’
faad_stubs.c:323: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:327: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:327: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:329: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:329: error: ‘mp4_t’ has no member named ‘ff_cb’
faad_stubs.c:331: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_total_tracks’:
faad_stubs.c:346: warning: implicit declaration of function ‘mp4ff_total_tracks’
faad_stubs.c:346: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_find_aac_track’:
faad_stubs.c:361: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:367: warning: implicit declaration of function 
‘mp4ff_get_decoder_config’
faad_stubs.c:367: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_init’:
faad_stubs.c:399: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:400: warning: passing argument 4 of ‘NeAACDecInit2’ from 
incompatible pointer type
/usr/include/neaacdec.h:220: note: expected ‘long unsigned int *’ but argument 
is of type ‘unsigned int *’
faad_stubs.c: In function ‘ocaml_faad_mp4_num_samples’:
faad_stubs.c:424: warning: implicit declaration of function ‘mp4ff_num_samples’
faad_stubs.c:424: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_get_sample_duration’:
faad_stubs.c:439: warning: implicit declaration of function 
‘mp4ff_get_sample_duration’
faad_stubs.c:439: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_get_sample_offset’:
faad_stubs.c:454: warning: implicit declaration of function 
‘mp4ff_get_sample_offset’
faad_stubs.c:454: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_read_sample’:
faad_stubs.c:472: warning: implicit declaration of function ‘mp4ff_read_sample’
faad_stubs.c:472: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_decode’:
faad_stubs.c:499: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c: In function ‘ocaml_faad_mp4_metadata’:
faad_stubs.c:533: warning: implicit declaration of function 
‘mp4ff_meta_get_num_items’
faad_stubs.c:533: error: ‘mp4_t’ has no member named ‘ff’
faad_stubs.c:543: warning: implicit declaration of function 
‘mp4ff_meta_get_by_index’
faad_stubs.c:543: error: ‘mp4_t’ has no member named ‘ff’
make[3]: *** [faad_stubs.o] Error 2
make[3]: Leaving directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faad-0.1.3/src'
make[2]: *** [byte-code-library] Error 2
make[2]: Leaving directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faad-0.1.3/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/home/jef/files/liquidsoap-full-0.9.3-1/ocaml-faad-0.1.3'

TIA,

Jef




------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to