Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 281 forks source link

OS X build broken: error: unknown warning group '-Werror', ignored [-Werror,-Wunknown-warning-option] #239

Open alkurbatov opened 6 years ago

alkurbatov commented 6 years ago

Looks like the current civetweb version breaks compilation on OS X. Full build log can be found here: https://travis-ci.org/alkurbatov/suvorov-bot/jobs/334184237

I managed to workaround this by editing s2client-api/contrib/civetweb/src/civetweb.c and removing '#pragma GCC diagnostic ignored "-Werror"', string 17867.

alkurbatov commented 6 years ago

I've sent path to Blizzard's civetweb regarding the issue, see https://github.com/Blizzard/civetweb/pull/1

sdy1130 commented 4 years ago

Is there any progress on this issue?

alkurbatov commented 4 years ago

Hi @sdy1130 No, it is not fixed, but you can try my fork or update the civetweb submodule manually to workaround the issue.