You are not logged in.

#1 2024-09-05 14:34:07

archuser38013
Member
Registered: 2024-01-27
Posts: 90

Trouble running Star Ruler 2 after building

I followed instructions here.

Did not see any errors after the make command completes but when I try to run the game with StarRuler2.sh there is the below error of:

sh StarRuler2.sh
chmod: cannot access ./bin/lin64/StarRuler2.bin: No such file or directory
StarRuler2.sh: line 16: /home/user/starruller/StarRuler2-Source/bin/lin64/StarRuler2.bin: No such file or directory

When I look in that folder lin64 it is empty.

Here is the last output from the make command:

gcc-ar r ../../lib/libangelscript.a obj/as_atomic.o obj/as_builder.o obj/as_bytecode.o obj/as_callfunc.o obj/as_callfunc_arm.o obj/as_callfunc_mips.o obj/as_callfunc_ppc.o obj/as_callfunc_ppc_64.o obj/as_callfunc_sh4.o obj/as_callfunc_x86.o obj/as_callfunc_x64_gcc.o obj/as_callfunc_x64_mingw.o obj/as_compiler.o obj/as_context.o obj/as_configgroup.o obj/as_datatype.o obj/as_generic.o obj/as_gc.o obj/as_globalproperty.o obj/as_memory.o obj/as_module.o obj/as_objecttype.o obj/as_outputbuffer.o obj/as_parser.o obj/as_restore.o obj/as_scriptcode.o obj/as_scriptengine.o obj/as_scriptfunction.o obj/as_scriptnode.o obj/as_scriptobject.o obj/as_string.o obj/as_string_util.o obj/as_thread.o obj/as_tokenizer.o obj/as_typeinfo.o obj/as_variablescope.o
/usr/bin/ar: creating ../../lib/libangelscript.a
gcc-ranlib ../../lib/libangelscript.a
-------------------------------------------------------------------
Done. As root, type make install to install the library.
make[1]: Leaving directory /home/user/starruller/StarRuler2-Source/source/angelscript/projects/gnuc

I also tried to run the make install as suggested above even though the git instructions don't mention it and get this:

sudo make install
[sudo] password for user:
make: *** No rule to make target 'install'.  Stop.

Due to lack of error messages I am not sure what is wrong. I wondered if I might have missed a dependency listed in the github instructions, but if that were the case wouldn't make crash out with an error?

Last edited by archuser38013 (2024-09-05 14:35:59)

Offline

Board footer

Powered by FluxBB