-
Notifications
You must be signed in to change notification settings - Fork 285
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
error: cannot find -lagora_rtc_sdk #132
Comments
Just for double-confirm, do you Unzip the downloaded SDK package and copy the libs to the project folder? |
Yes, of course. To make sure everything was done according to the instructions, I additionally ran the related project under "MFC" and it ran correctly. I did the same experiment for the Qt project under Microsoft Windows 10 and the error is the same. Perhaps I should give more detailed instructions or record a video. At the same time, for Mac OS X all versions work correctly! |
SDK version? Which branch? |
You need to copy libs folder in sdk zip to the path OpenLive.pro is located in. The compiler will find agora_rtc_sdk.lib from libs/x86(x64_86). |
Thank you for your reply. I'll check today and report back. |
Windows 7 Ultimate, Qt5.15
In the process of building the project errors appear:
error: cannot find -lagora_rtc_sdk
👎 error: collect2.exe: error: ld returned 1 exit status
👎 error: [Makefile.Debug:109: debug/OpenLive.exe] Error 1
The text was updated successfully, but these errors were encountered: