Marcel Hellwig
Marcel Hellwig
https://github.com/rust-embedded/meta-rust-bin/issues/75#issuecomment-776399157 > I'm not sure that it belongs directly in this layer I mean, where else? This layer is about compiling software with Rust. That includes bindgen as well, because...
ping @nastevens :)
As a Workaround use https://github.com/rust-embedded/meta-rust-bin/issues/75#issuecomment-770340164 ``` export BINDGEN_EXTRA_CLANG_ARGS BINDGEN_EXTRA_CLANG_ARGS = "--sysroot=${WORKDIR}/recipe-sysroot -I${WORKDIR}/recipe-sysroot/usr/include" ``` use it like this: ``` $ cat my-file.bb inherit cargo export BINDGEN_EXTRA_CLANG_ARGS BINDGEN_EXTRA_CLANG_ARGS = "--sysroot=${WORKDIR}/recipe-sysroot -I${WORKDIR}/recipe-sysroot/usr/include" ```
Can you edit your text of this PR and add `Fix #11`? For more information see https://docs.github.com/en/[email protected]/github/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests
> I am using Honister, and actually, I am trying to replace **meta-rust**, with **meta-rust-bin**. It you are on honister there is no need to use any of those layers...
Hey @Logicalshift have you had any time looking into this?
Also, > /tmp/cppcms-1.1.0/private/dir.h:176:9: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations] > return readdir_r(dir_,d,&entry_p_) == 0 && entry_p_ != 0; > > /usr/include/dirent.h:183:12: note: 'readdir_r' has been explicitly marked deprecated here > extern...
I'm using Arch Linux with a gcc 7.1.1/clang 4.0.1 I'm using libgcrypt in the version 1.7.8 http://man7.org/linux/man-pages/man3/readdir_r.3.html https://lwn.net/Articles/696474/
I'm not quiet sure what `deprecated` means in glibc and I can't find any information (in my two minutes of using google). I am concerned, that the function will be...
Same goes for array and slices