Changes between Initial Version and Version 1 of Ticket #54699, comment 12


Ignore:
Timestamp:
Sep 3, 2017, 9:58:24 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54699, comment 12

    initial v1  
    1 FYI, in case of future tickets. On my system, the `error: 'TARGET_OS_TV' is not defined` comes up just as it did before. It probably happens because I use a newer clang (3.9). Can probably disable that with `-Wno-undef` I I can figure out how to get that on the cxx build flags - or maybe just set `TARGET_OS_TV=0` in the build args.
     1FYI, in case of future tickets. On my system, the `error: 'TARGET_OS_TV' is not defined` comes up just as it did before. It probably happens because I use a newer clang (3.9). Can probably disable that with `-Wno-undef` if I can figure out how to get that on the build flags - or maybe just set `TARGET_OS_TV=0` in the build args.
    22
    33Also, insists on building 32 bit for some reason. Links and destroot fail (`mame` instead of `mame64` gets built). I think that can be forced with a 64bit flag I saw -- dunno why it isn't properly picked up in the first place.