-
Notifications
You must be signed in to change notification settings - Fork 1.2k
error: redefinition of 'select_npy_type<long long>' #196
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
Comments
if I comment out those lines and run a simple
I get this error: |
You need to uncomment a few lines, as noted in the code here: matplotlib-cpp/matplotlibcpp.h Line 303 in 60dcd64
(I'm running on Catalina, too) |
works for me (macos catalina) |
Hello, c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find : No such file or directory Any suggestions? |
Also had this issue in mingw_w64, and commenting out those lines fixed it. |
@Cryoris Thx, this works for me. |
Those asserts should simply be removed since those ( |
Fixes the `error: redefinition` thrown by the `typedef` on line 354 / line 356. Reference to issue here: lava/matplotlib-cpp#196
I'm getting this error with a |
I'm using cmake for building. I'm working on macOS Catalina. Do you have suggestions to fix this?
The text was updated successfully, but these errors were encountered: