Jump to content

ManasManushya

Community Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by ManasManushya

  1. Still the same error: ~/Doc/Projects_Collab/0ad/build/workspaces main ?3 > ./update-workspaces.sh cd gcc make -j$(nproc) ./update-workspaces.sh: line 46: ../../libraries/source/premake-core/bin/premake5: No such file or directory ERROR: Premake failed cd: no such file or directory: gcc make: *** No targets specified and no makefile found. Stop. I had just installed premake
  2. yeah sorry for that, i forgot to change the directory. lemme redo it and see if it actually works ~/Documents/Projects_Collab/0ad main ?3 > pwd /home/Manas/Documents/Projects_Collab/0ad ~/Documents/Projects_Collab/0ad main ?3 > cd build/workspaces ./update-workspaces.sh cd gcc make -j$(nproc) ./update-workspaces.sh: line 46: ../../libraries/source/premake-core/bin/premake5: No such file or directory ERROR: Premake failed cd: no such file or directory: gcc make: *** No targets specified and no makefile found. Stop. this is still the same case
  3. yeah, I cannot build the project in my arch linux system. I got this error: ``` ~/Documents/Projects_Collab/Farming++ main > cd build/workspaces ./update-workspaces.sh cd gcc make -j$(nproc) cd: no such file or directory: build/workspaces zsh: no such file or directory: ./update-workspaces.sh cd: no such file or directory: gcc make: *** No targets specified and no makefile found. Stop. ``` I followed up using some AI responses (Sry for that) but it still doesnt do anything. I have installed the dependencies that the documentation asks for. Yet it still doesnt work. Sorry for my skill issue, im new to CMake but im still interested in contributing
  4. HI there! I am ManasManushya and i wanna contribute to 0 A.D., can i get help from someone about how to build the code, how to use it in general, etc. I have a Wildfire account and forked and cloned the repo. Now i still cant build it, I tried following the tutorials but it still doesnt work. OS: Arch linux
×
×
  • Create New...