Jump to content

mapkoc

Community Members
  • Posts

    115
  • Joined

  • Last visited

Posts posted by mapkoc

  1. The package maintainer for the distro downloads the release candidate, not svn.

    https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/0ad

    He already fixes this with the following compiler flag

      # http://site.icu-project.org/download/61#TOC-Migration-Issues
      CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
    

    I guess for svn you can change all locales for icu::locale or  maybe you can use conditional includes

    #if icu ver(major or minor) > xx

    ...

    #endif

    I don't know the syntax

    • Like 1
  2. On 4/2/2018 at 10:35 AM, elexis said:

    @AudaciousTUX is also experiencing the issue, but adding the line mentioned above by itself doesn't fix it:

    ../../../source/i18n/L10n.cpp:517:24: error: expected type-specifier before ?Locale?
    Locale* locale = new Locale(Locale::createCanonical(localeCode.c_str()));
     

    It should, that's the error before importing the namespace. His error is unrelated to 0ad

    • Like 1
  3. Hi, yeah happened to me too.

    Aparently is some bug on gcc's side.

    As a very nasty hack you can replace the #include_next for a plain #include,

    you have to do that like 4 times, just run make each time to get the file and line.

    Hopefully it will go away with next update.

    • Like 1
  4. Archlinux + all derivatives + Void

    I guess the packager always has to recompile because icu always breaks it
    but this time they must patch that file.

    Maybe icu60 also breaks the compile but i might have skipped that upgrade.

  5. The replay shows how gaia can't kill a player hiding in defenses because it never makes siege.

    Also shows an AI empty cc built on sand that gaia refuses to capture or destroy.

    So the game could go forever.

  6. ERROR: Error calling component script function ApplyModifications
    ERROR: Script message handler OnOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnGlobalOwnershipChanged failed
    ERROR: Script message handler OnDestroy failed
    ERROR: JavaScript error: maps/random/jebel_barkal_triggers.js line 534
    TypeError: this.jebelBarkal_patrolingUnits is undefined
      Trigger.prototype.JebelBarkal_OwnershipChange@maps/random/jebel_barkal_triggers.js:534:130
      Trigger.prototype.DoAction@simulation/components/Trigger.js:331:3
      Trigger.prototype.CallEvent@simulation/components/Trigger.js:225:4
      Trigger.prototype.OnGlobalOwnershipChanged@simulation/components/Trigger.js:270:2
      PreInitGame@simulation/helpers/InitGame.js:12:2

     

  7. Tal vez él no hizo los 3 comandos en orden (con sudo)

    First you have to add the backports to your system with the source.lists:

    sudo deb http://http.debian.net/debian jessie-backports main
    

    Then reload the repository cache with :

    sudo apt-get update 
    

    Finally install the last alpha from official repositories using:

    sudo apt-get install -t jessie-backports 0ad
    

     

    • Like 1
×
×
  • Create New...