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

enum solver_type inplace of unnamed enum type #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kanihal
Copy link

@kanihal kanihal commented Apr 15, 2017

when I was running cython on svm.pyx it was giving this error
vision/svm.cpp:1379:72: error: use of enum ‘solver_type’ without previous declaration tic CYTHON_INLINE PyObject* __Pyx_PyInt_From_enum__solver_type(enum solver_type ^
Adding enum solver_type fixed it.

when I was running cython on svm.pyx it was giving this error
`vision/svm.cpp:1379:72: error: use of enum ‘solver_type’ without previous declaration
 tic CYTHON_INLINE PyObject* __Pyx_PyInt_From_enum__solver_type(enum solver_type
                                                                     ^
`
Adding `enum solver_type` fixed it.
@kanihal kanihal changed the title enum solver_type for unnamed enum type enum solver_type inplace of unnamed enum type Apr 15, 2017
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.

1 participant