-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Build for TDLib Java example failed #3206
Comments
The error means that you are trying to link a debug DLL with a release DLL, which shouldn't happen if build instructions provided at https://tdlib.github.io/td/build.html?language=Java are used. It may help to run the build instructions in the new directory from scratch. |
You don't need to use instructions from https://github.com/tdlib/td/tree/master/example/java if you use https://tdlib.github.io/td/build.html?language=Java. |
Can you add this remark on the README.MD so the instructions become clearer? Important points to make documentation better.
Here https://tdlib.github.io/td/build.html?language=Java it already have this parameter. The instruction above can be misleading.
|
2 . Followed instructions from here - https://github.com/tdlib/td/tree/master/example/java
Then the attached file with the error happens
cmake.log
The text was updated successfully, but these errors were encountered: