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

Clang C++ fails to compile net with ssl #5684

Closed
def- opened this issue Apr 8, 2017 · 1 comment
Closed

Clang C++ fails to compile net with ssl #5684

def- opened this issue Apr 8, 2017 · 1 comment

Comments

@def-
Copy link
Member

def- commented Apr 8, 2017

import net
$ nim --cc:clang -d:ssl cpp min
[...]
Error: execution of an external compiler program 'clang++ -c -w  -I/media/nim/lib -o /home/def/nimcache/stdlib_nativesockets.o /home/def/nimcache/stdlib_nativesockets.cpp' failed with exit code: 1

/home/def/nimcache/stdlib_openssl.cpp:175:13: error: cannot initialize a parameter of type 'void *' with an lvalue of type 'void *(NI)' (aka 'void *(long long)')
        Dl_170618_(allocWrapper_dOCq74vif9aY9cU8NjQtl9cGA, reallocWrapper_vx3MhIqKb9bzkva9bMFPV6ow, deallocWrapper_QJcbeeHqNk1bKJd6duVlkw);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
@Araq
Copy link
Member

Araq commented May 22, 2019

C++ testing improved quite a lot.

@Araq Araq closed this as completed May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants