• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Ubuntu - Need quest.o

Xaroso

New Member
Joined
Nov 21, 2017
Messages
3
Reaction score
0
Hello.
I have a problem with the TFS compilation on Ubuntu. So after typing
- make
I have a problem:
Code:
Configure complete, now you may type './build.sh'.
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory `/forgottenserver'
make[1]: *** No rule to make target `quest.o', needed by `theotxserver'.  Stop.
make[1]: Leaving directory `/forgottenserver'
make: *** [all] Error 2
What can I do wrong?
 
Last edited:
Back
Top