On Friday 30 April 2010, Fabio Montemaggiore wrote: > Hi, > I am trying install Linphone cross-compile on LTIB, but compile error > when I trying enable gtk_gui. > > ./configure --prefix=/usr --host=arm-linux --build=i686-pc-linux-gnu > --with-gnu-ld --disable-video --disable-static --enable-gtk_ui=yes > OSIP_CFLAGS="-I/home/fabio/ltib/rootfs/usr/include" > OSIP_LIBS="-L/home/fabio/ltib/rootfs/usr/lib -losip2" > SPEEX_CFLAGS="-I/home/fabio/ltib/rootfs/usr/include" > SPEEX_LIBS=-L/home/fabio/ltib/rootfs/usr/lib -lspeex" > ORTP_CFLAGS="-I/home/fabio/ltib/rootfs/usr/include" > ORTP_LIBS=-L/home/fabio/ltib/rootfs/usr/lib -lortp" > make > > The attach the log file from compile > > What can I doing?
Quick and dirty option: try adding --enable-strict=no to the configure options so that warnings don't get treated as errors. It'll probably work. More work, but better if you have the skill: track down and fix the warnings, and submit patches. _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
