Skip to content

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