Replies: 2 comments 5 replies
-
And runno.run works very well 😢 |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for reaching out! Not sure how helpful I can be. I think the important output here is:
If you have a look at https://github.com/taybenlor/clang you'll see that it includes a BTW my https://github.com/taybenlor/clang ( |
Beta Was this translation helpful? Give feedback.
-
Hello @taybenlor, I'm trying to implement a little runno-like plugin for my project nowadays, but I'm having a headache trying to solve some complicated issues with
clang
andrunno-clang
.I have my machine with wasmer 2.3.0 and wapm 0.5.5 installed, and I'm trying to compile my cpp code with
runno-clang
. I copied compile command fromprovider.ts
and try to run it on my machine, but it fails.The weird is that two
ignoring duplicate directory "/sys/include/c++/v1"
errors in clang, I have three different include paths but it seems only receives the first include path and ignores others. I'm not sure who causes the problem but the same command and code seems to work in runno.run.P.S.
clang
also have the same behavior (ignores other include paths).Do you have any idea on this?
Beta Was this translation helpful? Give feedback.
All reactions