Menu

#11 build fails with clang on Mavericks–

v1.0 (example)
closed-fixed
nobody
None
5
2015-12-12
2015-04-29
Alex
No

Build logs: https://gist.github.com/3785be17a9f00c70a759

The problem is that strlcpy is a predefined macro starting in Mavericks, so it's being redeclared in places.

Discussion

  • KiloByte

    KiloByte - 2015-12-09

    Should be fixed. However, I have no access to any MacOS X machine, thus I've no way to verify the fix.

    It'd be nice if you could test.

     
  • Alex

    Alex - 2015-12-10

    It's still failing to build, unfortunately: https://gist.github.com/f31132ac595454a80f2b

     
  • KiloByte

    KiloByte - 2015-12-11

    Could you please test a potential fix? It's in git, or, if you prefer a tarball, at https://angband.pl/tmp/kbtin-1.0.16-2-g36ef46b.tar.xz

     
  • Alex

    Alex - 2015-12-12

    Building from git master succeeds now, thanks!

     
  • KiloByte

    KiloByte - 2015-12-12
    • status: open --> closed-fixed
     

Log in to post a comment.