Linux Sample App - make command failing with error: "zoom_sdk.h" no such file or directory

Meeting SDK Version - 6.0.2
I was trying to follow the guide to setup - meetingsdk-linux-raw-recording-sample
I am using WSL with Ubuntu 22.04 which seems to be supported.

Description
When trying to run the make command I am facing a build error described below.
I followed the guide step by step as mentioned here
After filling the config.txt file and running cmake -B build I tried running the make command and got this error

Error?
anirudh@Anirudh-MSI:~/Projects/meetingsdk-linux-raw-recording-sample/demo/build$ make [ 8%] Building CXX object CMakeFiles/meetingSDKDemo.dir/meeting_sdk_demo.cpp.o /home/anirudh/Projects/meetingsdk-linux-raw-recording-sample/demo/meeting_sdk_demo.cpp:17:10: fatal error: zoom_sdk.h: No such file or directory 17 | #include "zoom_sdk.h" | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/meetingSDKDemo.dir/build.make:76: CMakeFiles/meetingSDKDemo.dir/meeting_sdk_demo.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/meetingSDKDemo.dir/all] Error 2 make: *** [Makefile:91: all] Error 2

Troubleshooting Routes

  • I have tried to ensure that all the files have been extracted correctly
  • Refer to image link above for further details

How To Reproduce

  • Follow the guide on WSL2 + Ubuntu 22.04 and the issue is reproduced!
1 Like

@wiseranirudh Hope you will be fine.

Please move header files from repo root to demo.

Thanks

3 Likes

@naeem.ahmedk Thank you! Can you clarify where in the file tree these files can be found?