Jump to content

mapkoc

Community Members
  • Posts

    115
  • Joined

  • Last visited

Posts posted by mapkoc

  1. @2blea:
    Maybe it is downloading the rc, which Itms already updated to 23.
    Can you download the tarballs and build game yourself?
    (650 MB) 0ad-data-22

    (50 MB) 0ad-22

    Untar and https://trac.wildfiregames.com/wiki/BuildInstructions#Building

    By the way, there was a player (maybe blea) in svn lobby and his game caused an error in lobby.js, something about indexing an empty list, I couldn't see his host.

    • Like 1
  2. How is that error 0ad's fault?
    I already said, change in                  /usr/include/c++/7.3.1/cstdlib         line 75
    #include_next <stdlib.h>    for    #include <stdlib.h>
    run make again and change next error
    until it compiles

    • Like 1
  3. 33 minutes ago, elexis said:

    (and post all of them in case s0600204 doesn't already have icu61 to be able to fix all of occurrences)

    At revision 21687.

    unrelated

    ../../../source/third_party/encryption/pkcs5_pbkdf2.h:26:10: fatal error: sodium.h: No such file or directory

     

  4. ok, found it

    patch -p0 < D1436.diff

    @elexis: It doesn't work
    ../../../source/i18n/L10n.h:314:28: error: ‘Locale’ does not name a type; did yo

    ../../../source/i18n/L10n.cpp:92:28: error: no matching function for call to ‘L10n::ValidateLocale(const icu_61::Locale&) const’

    ../../../source/i18n/L10n.h:314:7: note:   no known conversion for argument 1 from ‘const icu_61::Locale’ to ‘const int&’

    ../../../source/i18n/L10n.cpp:101:72: error: no matching function for call to ‘L10n::ValidateLocale(icu_61::Locale) const’

    ../../../source/i18n/L10n.cpp:99:6: note:   no known conversion for argument 1 from ‘icu_61::Locale’ to ‘const string& {aka const std::__cxx11::basic_string<cha

    ../../../source/i18n/L10n.cpp:107:6: error: prototype for ‘bool L10n::ValidateLocale(const icu_61::Locale&) const’ does not match any in class ‘L10n’
     bool L10n::ValidateLocale(const icu::Locale& locale) const

    ../../../source/i18n/L10n.cpp:258:3: error: ‘CheckedArrayByteSink’ was not declared in this scope

    ../../../source/i18n/L10n.cpp:259:33: error: ‘sink’ was not declared in this scope

    ../../../source/i18n/L10n.cpp:389:8: error: ‘TimeZone’ does not name a type; did you mean ‘timezone’?

    ../../../source/i18n/L10n.cpp:392:2: error: ‘Calendar’ was not declared in this scope

    ../../../source/i18n/L10n.cpp:408:2: error: ‘NumberFormat’ was not declared in this scope

    ../../../source/i18n/L10n.cpp:545:85: error: ‘DateFormat’ does not name a type; did you mean ‘UDateFormat’?

    and many more

×
×
  • Create New...