Søren Holm
2015-05-17 00:02:30 UTC
Hi
I'm attempting to add a xerces-c 3.1.2 recipe to the openembedded project. I
do meet some trouble while doing that.
The main issue is that the header tests are adding /usr/include to the build
command line. That is not good for cross compilation purposes.
config.log contains stuff like this
configure:19539: g++ -o conftest -g -O2 -I/usr/include conftest.cpp -
L/usr/lib/x86_64-linux-gnu -licui18n -licuuc -licudata -lnsl -lpthread -
L/usr/lib/x86_64-linux-gnu -lcurl >&5
I'm not in any way an autotools expert - it realy seems difficult :)
Can you helpt be getting rid of the -I/usr7include?
I'm attempting to add a xerces-c 3.1.2 recipe to the openembedded project. I
do meet some trouble while doing that.
The main issue is that the header tests are adding /usr/include to the build
command line. That is not good for cross compilation purposes.
config.log contains stuff like this
configure:19539: g++ -o conftest -g -O2 -I/usr/include conftest.cpp -
L/usr/lib/x86_64-linux-gnu -licui18n -licuuc -licudata -lnsl -lpthread -
L/usr/lib/x86_64-linux-gnu -lcurl >&5
I'm not in any way an autotools expert - it realy seems difficult :)
Can you helpt be getting rid of the -I/usr7include?
--
Søren Holm
Søren Holm