forked from aboSamoor/pycld2
-
Notifications
You must be signed in to change notification settings - Fork 10
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
cld2-cffi does not build on new compilers (gcc8) #21
Comments
brianthomas
added a commit
to brianthomas/adass_subject_recommender
that referenced
this issue
Jan 17, 2019
for Ubuntu 18.04 it works only in this way:
|
on a ubuntu 18.04 machine
|
pquentin
pushed a commit
to pquentin/cld2-cffi
that referenced
this issue
Mar 24, 2020
Version bump + README addition
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently building cld-cffi will fail on gcc8. To install it successfully, I used
-Wno-narrowing
as aCFLAG
environment variable while pip install'ing. This is enforced in the new compilers because C++11 disallowed narrowing by default. For compilation, could you please add the flag during compilation so we can runpip install cld2-cffi
and have it run without external environment variables?Thank you.
The text was updated successfully, but these errors were encountered: