Skip to content
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

Compile error #158

Closed
YamatoSecurity opened this issue May 28, 2024 · 0 comments · Fixed by #159
Closed

Compile error #158

YamatoSecurity opened this issue May 28, 2024 · 0 comments · Fixed by #159
Assignees
Labels
bug Something isn't working

Comments

@YamatoSecurity
Copy link
Collaborator

Takajo was not able to be compiled due to treeform/puppy#118 on Macs.

Error sample: error: incompatible function pointer types assigning to 'tyProc__ELDcQK9cgdUyzj5KMs6i3sA' (aka 'long long (*)(long long, long long)') from 'tyProc__ln4kdL5W9bbX4a1xl8nnVXQ' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] msgSend = Dl_2902458384_;

We can solve this by passing switch("passC", "-Wno-incompatible-function-pointer-types") to nim when compiling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant