Jump to content

navigo_ps91

Community Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by navigo_ps91

  1. Greetings,

    Building 0ad from git again under artix (arch) linux.  Have encountered the following error:

    ==== Building rlinterface (release) ====
    Creating obj/rlinterface_Release
    RLInterface.cpp
    In file included from ../../../source/rlinterface/RLInterface.cpp:28:
    ../../../source/ps/CLogger.h:104:7: error: ‘deque’ in namespace ‘std’ does not name a template type
      104 |  std::deque<RenderedMessage> m_RenderMessages;
          |       ^~~~~
    ../../../source/ps/CLogger.h:28:1: note: ‘std::deque’ is defined in header ‘<deque>’; did you forget to ‘#include <deque>’?
       27 | #include "third_party/fmt/format.h"
      +++ |+#include <deque>
       28 | 
    make[1]: *** [rlinterface.make:129: obj/rlinterface_Release/RLInterface.o] Error 1
    make: *** [Makefile:83: rlinterface] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...

    I've searched the forums and tickets, and have come up empty.  Anyone have any suggestions?
     

  2. Greetings,

    Been building the 0ad from git periodically for a while.  Using the aur (Arch User Repository) to do the build.  It had been working fine up until a month ago or so.  Now it is failing with this error:

    ==== Building Collada (release) ====
    Creating obj/Collada_Release
    precompiled.h
    CommonConvert.cpp
    DLL.cpp
    GeomReindex.cpp
    Decompose.cpp
    Maths.cpp
    PMDConvert.cpp
    PSAConvert.cpp
    StdSkeletons.cpp
    XMLFix.cpp
    precompiled.cpp
    Linking Collada
    /usr/bin/ld: ../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXInstanceExport.o): in function `FArchiveXML::WritePhysicsRigidBodyInstance(FCDObject*, _xmlNode*)':
    FAXInstanceExport.cpp:(.text+0xc46): undefined reference to `_xmlNode* FArchiveXML::AddPhysicsParameter<FMVector3, 0>(_xmlNode*, char const*, FCDParameterAnimatableT<FMVector3, 0>&)'
    /usr/bin/ld: FAXInstanceExport.cpp:(.text+0xc5d): undefined reference to `_xmlNode* FArchiveXML::AddPhysicsParameter<FMVector3, 0>(_xmlNode*, char const*, FCDParameterAnimatableT<FMVector3, 0>&)'
    collect2: error: ld returned 1 exit status
    make[1]: *** [Collada.make:94: ../../../binaries/system/libCollada.so] Error 1
    make: *** [Makefile:177: Collada] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...

    If anyone has any suggestions or clues, it would be most appreciated.

    Thank you!

×
×
  • Create New...