AgoraIO / OBS

46 stars 35 forks source link

Failed to build branch agora-tool-ui-3.6.200 #32

Closed icewindq closed 2 years ago

icewindq commented 2 years ago

Hey guys, I have set up the building environment according to the manual page. I built the branch agora-tool-ui-3.3.3 successfully. but it failed when I build the branch agora-tool-ui-3.6.200. There are some errors like namespace "agora::rtc" has no member "RtcConnection" Please refer to the below screenshot. image It seems the Agora SDK isn't the latest. But I think I already use the latest one Windows v3.6.0.

Build Environment

sbd021 commented 2 years ago

Download latest deps that includes agora sdk 3.6.200: https://github.com/AgoraIO/OBS/releases/download/3.6.200/deps.zip.

icewindq commented 2 years ago

thanks a lot. It build successfully with the latest deps. I overwrite the deps with the latest agora windows sdk, that caused this issue.