Jump to content

danto

Community Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by danto

  1. ok, i solved this problem but now when i run make i get another error

    Generating test root file
    /home/user/0ad/libraries/source/cxxtest-4.4/bin/cxxtestgen --root  --include=precompiled.h --runner=ErrorPrinter -o /home/user/0ad/source/test_root.cpp
    /usr/bin/env: "python": File or directory does not exist
    make[1]: *** [cxxtestroot.make:36: ../../../binaries/system/cxxtestroot] Error 127
    make: *** [Makefile:199: cxxtestroot] Error 2

    EDIT:

    For those who need: to fix the cxxtest build failed error run git status and then use git restore to add the missing paths that git status reported.

  2. Hi i'm on linux and i got the source code from gitea.

    I run:

    libraries/build-source-libs.sh --with-system-nvtt
    cd 0ad/build/workspaces
    ./update-workspaces.sh
    cd gcc
    make

    Everything went ok but then i run the test and i get:

    Function call failed: return value was -100101 (Case 1)
    Location: tex.cpp:628 (get_data)

    If i try to run the game i get a different error

    Function call failed: return value was -100032 (Function not supported)
    Location: ogg.cpp:240 (Open)

    Pics:

    Spoiler

    image.jpeg.f6c0b7283f8a24872f003e62c5729750.jpeg

    Running test.

     

    Spoiler

    image.jpeg.48ed2d75c28112a870766c9f8623d119.jpeg

    Trying to run 0ad.

    Can someone help pleeease?

×
×
  • Create New...