You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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!
The text was updated successfully, but these errors were encountered:
Maybe build.sh doesn't support Linux? Could someone give me some ideas about how to compile it without a macbook, thanks!
The text was updated successfully, but these errors were encountered: