Levak / warfacebot

WarfaceBot, a headless XMPP client for Warface (FPS game)
GNU Affero General Public License v3.0
91 stars 74 forks source link

MacOS support #51

Open tuononh opened 7 years ago

tuononh commented 7 years ago

I cannot make in MacOS 10.11.6 ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) and a bunch of error: use of undeclared identifier 'rl_readline_state'

adriweb commented 7 years ago

Probably https://github.com/Proxmark/proxmark3/issues/110#issuecomment-171015752 (and the bottom of the first comment ; things like -lreadline in the Makefile). I've been able to build it before for macOS so I know it works, but I haven't tried in a while...

tuononh commented 7 years ago

Thanks but it still give me a lot of warning: missing field initializer and error: use of undeclared identifier. And ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

eletrofss commented 5 years ago

It's not a solution, but you might try that: https://github.com/Levak/warfacebot/issues/305