Not sure --disable-strict will help in this case. gtk_entry_get_text_length() exists in gtk>=2.14 according to gtk+ documentation. Make sure you have a greater version of gtk. I recommend 2.18.
Simon Le vendredi 30 avril 2010 à 13:46 +0200, Fabio Montemaggiore a écrit : > 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? > > Thanks > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
