Comment 46 for bug 316971

Revision history for this message
bojo42 (bojo42) wrote : Re: [Jaunty] Ekiga's non free codec support isn't available in multiverse

@Yannick: thanks for those informations. but i like to ask you a favor: can you take a look at this buildlog i got when trying to compile the h264 plugin on karmic. see https://launchpad.net/~bojo42/+archive/ekiga/+build/1030836/+files/buildlog_ubuntu-karmic-i386.opal-h264_3.6.1-0ubuntu1~ppa1~karmic1_FAILEDTOBUILD.txt.gz . i'm getting compile errors and wonder if karmic renewed toolchain (gcc,libc ...) is the reason for that.

the error is:
g++ -I../../../include -I.. -I../../common -I../../../ -fPIC -Os -g -O2 -c enc-ctx.cxx -o obj/enc-ctx.o
enc-ctx.cxx: In function 'void logCallbackX264(void*, int, const char*, char*)':
enc-ctx.cxx:54: error: 'sprintf' was not declared in this scope
enc-ctx.cxx:55: error: 'vsprintf' was not declared in this scope

thanks in advance
bojo42