We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the latest version of development compilation breaks with the following error message:
development
==== Building stream (debug) ==== Creating obj/debug/Debug/stream stream.c ../stream/stream.c:44:22: error: static declaration of 'scons_mk' follows non-static declaration static struct scons *scons_mk(pony_ctx_t *ctx, pony_type_t *type){
The text was updated successfully, but these errors were encountered:
fix: update scons_mk to have external linking (stream chaining)
scons_mk
e746e7e
the function `scons_mk` had internal linking and should have external linking instead. closes #422
TheGrandmother
Successfully merging a pull request may close this issue.
On the latest version of
development
compilation breaks with the following error message:The text was updated successfully, but these errors were encountered: