The problem here is the libwmf plugin, which is enabled to auto. OE hasnt packed libwmf yet(besides the lib was last updated 2002). So if you have libwmf-dev package installed on your hostmachine the autotools will find libwmf-config from host and set CLFAGS for the host libwmf, which is infect /usr/include.
There are 3 solutions: - package libwmf into oe - run abiword configure with --enbale-plugin "list of all plugins without libwmf" - edit .m4 files so it dont includes wmf plugin Bye Henning _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
