Gro Bil wrote:
> hi
>
> i tried to install openmokast-0.6.4 from source but i have a problem
> with dabcelt-0.1 :
>
> ~/dabcelt-0.1$ make
> make all-recursive
> make[1]: entrant dans le répertoire « /home/loic/dabcelt-0.1 »
> /usr/include/celt/celt.h:142:18: note: expected ‘int *’ but
> argument is of type ‘unsigned int’
> DabCeltPcm.c:100:17: erreur: too many arguments to function
> ‘celt_mode_create’
> In file included from DabCeltPcm.h:42:0,
> from DabCeltPcm.c:35:
> /usr/include/celt/celt.h:142:18: note: declared here
> DabCeltPcm.c:113:9: erreur: too few arguments to function
> ‘celt_decoder_create’
> In file included from DabCeltPcm.h:42:0,
> from DabCeltPcm.c:35:
> /usr/include/celt/celt.h:235:21: note: declared here
> make[2]: *** [libdabcelt_la-DabCeltPcm.lo] Erreur 1
> make[2]: quittant le répertoire « /home/loic/dabcelt-0.1/src »
> make[1]: *** [all-recursive] Erreur 1
> make[1]: quittant le répertoire « /home/loic/dabcelt-0.1 »
> make: *** [all] Erreur 2
>
Probably a version issue with the Celt library that your are using. This
is an old project and as such, uses an old version of the library. You
can test to see if it is the case by trying to compile with an older
version of the celt library.
Regards,
Pascal