We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to run the example.cpp file, but meet these errors:
C:/Program Files (x86)/MeCab/sdk/example.cpp:14: undefined reference to `__imp__ZN5MeCab12createTaggerEPKc'
C:/Program Files (x86)/MeCab/sdk/example.cpp:15: undefined reference to `__imp__ZN5MeCab14getTaggerErrorEv'
C:/Program Files (x86)/MeCab/sdk/example.cpp:18: undefined reference to `__imp__ZN5MeCab14getTaggerErrorEv'
C:/Program Files (x86)/MeCab/sdk/example.cpp:24: undefined reference to `__imp__ZN5MeCab14getTaggerErrorEv'
C:/Program Files (x86)/MeCab/sdk/example.cpp:27: undefined reference to `__imp__ZN5MeCab14getTaggerErrorEv'
C:/Program Files (x86)/MeCab/sdk/example.cpp:33: undefined reference to `__imp__ZN5MeCab14getTaggerErrorEv'
What is the problem?And how can i solve it?Any help will be appreciate!
The text was updated successfully, but these errors were encountered:
I use the clion IDE on windows10
Sorry, something went wrong.
Hi @SefaZeng, were you able to figure this out? I get this same issue.
No branches or pull requests
I try to run the example.cpp file, but meet these errors:
What is the problem?And how can i solve it?Any help will be appreciate!
The text was updated successfully, but these errors were encountered: