Am 17.10.2014 um 16:51 schrieb Paul Eggleton: > Hi there, > > I agree this sort of thing shouldn't happen on a stable branch. I'm not sure > what would have caused such a problem though. However, above you are looking > under tmp/work, but the file being present under there doesn't really say > much > - the key question is is it still in the sysroot i.e. tmp/sysroots/* ? The > first thing to figure out is if the file is really missing, or if it is now > simply not looking for it in the right location. > > Cheers, > Paul > Very good point.
$ find tmp/sysroots/ -name "Python.h" tmp/sysroots/i686-linux/usr/include/python2.7/Python.h tmp/sysroots/i686-linux/usr/include/python3.3m/Python.h tmp/sysroots/cubox-i/usr/include/python2.7/Python.h tmp/sysroots/cubox-i/usr/include/python3.3m/Python.h So, it seems to be there, if I see that correctly. The question then seems to be, why it is no longer found? Thanks for you help, Paul. Cheers Michael -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
