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

Fixes error: undefined reference to `JL_PRINTF' see: https://github.com/... #10372

Merged
merged 1 commit into from
Mar 1, 2015

Conversation

peter1000
Copy link

.../issues/10371

Fixes #10371

seems that some time ago JL_PRINTF' was removed andDLLEXPORT int jl_printf(uv_stream_t *s, const char *format, ...);` is used instead

Cheers
P

Fixes: #10371

seems that some time ago `JL_PRINTF' was removed and `DLLEXPORT int jl_printf(uv_stream_t *s, const char *format, ...);` is used instead

Cheers
P
@tkelman
Copy link
Contributor

tkelman commented Mar 1, 2015

Thanks, this looks good to me. I assume you tested this version and things worked fine?

@peter1000
Copy link
Author

@tkelman
I used this version and it worked for me.

Thanks

tkelman added a commit that referenced this pull request Mar 1, 2015
Fixes error: undefined reference to `JL_PRINTF' see: https://github.com/...
@tkelman tkelman merged commit 7f7e9ae into JuliaLang:master Mar 1, 2015
@peter1000 peter1000 deleted the patch-1 branch March 1, 2015 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in: build_executable.jl
2 participants