Replies: 2 comments 2 replies
-
|
Here is another program https://gist.github.com/ilius/e438497a2c46eb712464ee505affcd41 It was fixed after changing |
Beta Was this translation helpful? Give feedback.
-
|
Since the I think FreeBSD is now supported fine, so i'll mark this as Complete, but we still need to resolve the remaining Ayandict issues in #92. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Here I will post results of my tests on FreeBSD.
Initially I was getting these errors on compilation:
After @mappu's help on ilius/ayandict#6, and setting this environment variable
Compilation was successful on all my tests.
Let's start with the examples in this repo:
helloworld: workshelloworld6: worksmarshalling:go test-> okmdoutliner: compiles but does not run:I tried compiling with
export CGO_CXXFLAGS='--std=c++13'(becausec++13command is available) and got the sameunknown type name '_Bool'erroruidesigner: the window shows up, but I still get these errors:My C++
Beta Was this translation helpful? Give feedback.
All reactions