Replies: 1 comment 2 replies
-
Here is another program https://gist.github.com/ilius/e438497a2c46eb712464ee505affcd41
It was fixed after changing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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++13
command 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