Re: [yocto] problems with cmake finding the c++ includes

2016-04-27 Thread Paul Eggleton
Hi Stefan, On Wed, 27 Apr 2016 08:35:51 s.jar...@esa-grimma.de wrote: > Thank you for taking time to check my problem. I fixed that. Maybe not how > you will do it. > My main problem still exists - the compiling problem when the std. c++ > includes needed to be compiled. Maybee you have an idea ho

Re: [yocto] problems with cmake finding the c++ includes

2016-04-27 Thread Flanagan, Elizabeth
On 27 April 2016 at 03:12, Paul Eggleton wrote: > On Tue, 26 Apr 2016 09:39:26 Burton, Ross wrote: >> > SUMMARY = "g3log" >> > SECTION = "sek4" >> > LICENSE = "MIT" >> > LIC_FILES_CHKSUM = "file://$ >> > {COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" > > This appears to be the Unli

Re: [yocto] problems with cmake finding the c++ includes

2016-04-26 Thread Paul Eggleton
On Tue, 26 Apr 2016 09:39:26 Burton, Ross wrote: > > SUMMARY = "g3log" > > SECTION = "sek4" > > LICENSE = "MIT" > > LIC_FILES_CHKSUM = "file://$ > > {COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" This appears to be the Unlicense [1]. It's worth noting that we seem to be missing th

Re: [yocto] problems with cmake finding the c++ includes

2016-04-26 Thread Burton, Ross
On 26 April 2016 at 09:04, wrote: > I am new to yocto. I like to create an recipe for the g3log library. I > managed to get the git sources and start the cmake compile. But it stops > when it tries to compile "#include ". Do you have an idea how to > fix that? > Actually including the output of