BHTwitter
BHTwitter copied to clipboard
[BUG] Can not compile on Linux
- "getopt -a weather --longoptions $LONG -- "$@"" in build.sh will get "unrecognized option '--longoptions'" on Linux, I'm not sure how to fix it.
- BHTwitter_OBJ_FILES = $(shell find lib -name '.a') in makefile can't run properly on Linux, "find lib -name '.a'" is just fine.
- After the right .a files are included, there are undefined symbols about OBJC_CLASS$_FFmpegKit, OBJC_CLASS$_FFprobeKit and OBJC_CLASS$_ReturnCode referenced from objc-class-ref in BHTManager.m.04241d12.o. Maybe build.sh doesn't support Linux? Could someone give me some ideas about how to compile it without a macbook, thanks!
strange. you can do a hackintosh virtual machine
its ffmpegkit , i also have the same issue