Skip to content
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

[BUG] Can not compile on Linux #255

Open
wwbfred opened this issue Sep 13, 2024 · 1 comment
Open

[BUG] Can not compile on Linux #255

wwbfred opened this issue Sep 13, 2024 · 1 comment

Comments

@wwbfred
Copy link

wwbfred commented Sep 13, 2024

  1. "getopt -a weather --longoptions $LONG -- "$@"" in build.sh will get "unrecognized option '--longoptions'" on Linux, I'm not sure how to fix it.
  2. BHTwitter_OBJ_FILES = $(shell find lib -name '.a') in makefile can't run properly on Linux, "find lib -name '.a'" is just fine.
  3. 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!
@jakeyounglol
Copy link

strange. you can do a hackintosh virtual machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants