-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use cnip
to complete the missing code, and cnip test.c
produces no output.
#155
Comments
Hi! Using psyche-c's online interface I get:
Is cnip working at all in your environment? Do you see any error message? |
@guye for type inference you should use the |
Sorry, it was my mistake. Previously, I was compiling in the Cygwin environment on Windows, and I could compile
After simply handling the errors, the compilation was successful, but when calling
ENV: |
I suspect that either the generator or solver might have not been build. You could check whether files |
Description
Using
cnip test.c
produces no output. The content oftest.c
is as follows:int main()
{
T a = 0;
T->value = 3.14;
T->next = a;
return 0;
}
Version
(e0e6e05)
Expected behavior
Output the completed code.
The text was updated successfully, but these errors were encountered: