Replies: 1 comment
-
|
Turns out that in my generated program.cpp, a Question is: How do you turn this flag on via the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have generated cpp source from a program.dl on my Mac M2, then used g++ to compile to an executable (Mach-O 64-bit executable arm64).
The program executes, asking for an input. After that it reports an error:
However, running as interpreted, it is just fine:
What have I done wrong?
Beta Was this translation helpful? Give feedback.
All reactions