vip killa wrote: > has anybody tried to compile opal svn with celt 0.7.0? > i get the following errors on ubuntu 9.10: > > make[2]: Entering directory `/usr/src/opal/plugins/audio/celt' > [CC] celtcodec.c > celtcodec.c: In function âinit_modeâ: > celtcodec.c:55: warning: passing argument 3 of âcelt_mode_createâ makes > pointer from integer without a cast > /usr/local/include/celt/celt.h:142: note: expected âint *â but argument is > of type âunsigned intâ > celtcodec.c:55: error: too many arguments to function âcelt_mode_createâ > celtcodec.c: In function âcelt_create_encoderâ: > celtcodec.c:77: error: too few arguments to function âcelt_encoder_createâ > celtcodec.c: In function âcelt_create_decoderâ: > celtcodec.c:99: error: too few arguments to function âcelt_decoder_createâ > celtcodec.c: In function âcelt_codec_encoderâ: > celtcodec.c:146: error: âcelt_int16_tâ undeclared (first use in this > function) > celtcodec.c:146: error: (Each undeclared identifier is reported only once > celtcodec.c:146: error: for each function it appears in.) > celtcodec.c:146: error: expected expression before â)â token > celtcodec.c:146: error: too few arguments to function âcelt_encodeâ > make[2]: *** [celtcodec.o] Error 1 > make[2]: Leaving directory `/usr/src/opal/plugins/audio/celt' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/usr/src/opal/plugins' > make: *** [subdirs] Error 2
celt has not a frozen API, so 0.7.0 has certainly changed the API, and ekiga/opal has not catch up. We welcome patches for compiling with this new version. -- Eugen _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
