Re: [yocto] "Unable to find header curl/curlbuild.h" error on porting

2018-07-23 Thread Burton, Ross
Doesn't matter as the file doesn't exist anymore. Ross On 23 July 2018 at 13:02, tugouxp <13824125...@163.com> wrote: > hi burton: > >thank you, just as you say, i remove it. > > but, did this operation affect the function of the curl? or it does not > matter? > > thanks ! > > > > > > > At

Re: [yocto] "Unable to find header curl/curlbuild.h" error on porting

2018-07-23 Thread tugouxp
hi burton: thank you, just as you say, i remove it. but, did this operation affect the function of the curl? or it does not matter? thanks ! At 2018-07-23 19:37:43, "Burton, Ross" wrote: >On 23 July 2018 at 12:21, tugouxp <13824125...@163.com> wrote: >> hi burton: >> sorry for

Re: [yocto] "Unable to find header curl/curlbuild.h" error on porting

2018-07-23 Thread Burton, Ross
On 23 July 2018 at 12:21, tugouxp <13824125...@163.com> wrote: > hi burton: > sorry for that. :-| > > i still cant get what you said, forgive me for my foolish on that, can you > show me how to do this? thanks for your kindly help. Find the curl recipe, open it in an editor. They'll be a

Re: [yocto] "Unable to find header curl/curlbuild.h" error on porting

2018-07-23 Thread tugouxp
hi burton: sorry for that. :-| i still cant get what you said, forgive me for my foolish on that, can you show me how to do this? thanks for your kindly help. At 2018-07-23 18:59:32, "Burton, Ross" wrote: >Please remember to CC the list to that everyone can see. > >On 23 July 2018

Re: [yocto] "Unable to find header curl/curlbuild.h" error on porting

2018-07-23 Thread Burton, Ross
Please remember to CC the list to that everyone can see. On 23 July 2018 at 11:51, tugouxp <13824125...@163.com> wrote: > hi burton: > thanks for your answer. so how to dealt with this, seems two selection. > > 1. revert the version of curl > 2. remove “oe_multilib_header” > > i am a fresh man

Re: [yocto] "Unable to find header curl/curlbuild.h" error on porting

2018-07-23 Thread Burton, Ross
It looks like you (or whoever maintains this glibc-dev branch you are using) have upgraded curl yourself and didn't notice that curlbuild doesn't exist in 7.57 onwards, so the oe_multilib_header call should be removed. (see oe-core 215d5677004537fc190b5381157ac8b94db6d7e8) Ross On 23 July 2018

[yocto] "Unable to find header curl/curlbuild.h" error on porting

2018-07-23 Thread tugouxp
Hi folks: i meet a compiler error when compile with bitbake, look at following logs. it seems this error cant result to failure the compile process, the image file can be generated and running ok, but i was a bit worry on this for i dont confirm whether it hints some fatal issues. so, i