issues
search
wangqr
/
Aegisub
Win64 nightly builds available at GHA artifact, also at following link:
https://ftp.wangqr.tk/aegisub/
Other
799
stars
49
forks
source link
Fix some build warnings
#142
Closed
IbarakiKasen
closed
2 years ago
IbarakiKasen
commented
2 years ago
Fix Boost::phoenix related warnings mentioned in
https://github.com/wangqr/Aegisub/issues/141#issue-1265419787
Try Boost::regex_icu target first according to
new document
, and fallback to manually link against icu::uc/dt/in. Previously only icu::uc and icu::in are linked, and linker fails on M1 mac. We should also link to dt, as in
https://github.com/boostorg/regex/blob/72f81888a5c134b8b781a528c13daf7f768f39f4/CMakeLists.txt#L66
Remove std::iterator, which is deprecated in c++17