LyDe 0 Posted February 5, 2017 Hey guys, i'm having this error in my compilation. I'm using PuTTy but have no idea why this is happend "make[1]: *** No rule to make target `obj_sql/account_sql.o', needed by `../../login-server'. Stop." After, I cant start the emulator:"login-server does not exist, or can't run. Stop. Check your compile."Anyone could help me? Ty Quote Share this post Link to post Share on other sites
0 Ridley 295 Posted February 5, 2017 ./configure first Quote Share this post Link to post Share on other sites
0 LyDe 0 Posted February 5, 2017 ./configure first yeah, i did that. cd /home/emulator chmod 777 configure ./configure make clean make sql Quote Share this post Link to post Share on other sites
0 Asheraf 123 Posted February 5, 2017 any errors after ./configure finish? Quote Share this post Link to post Share on other sites
0 LyDe 0 Posted February 5, 2017 (edited) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether make sets $(MAKE)... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking for ar... /usr/bin/ar checking whether byte ordering is bigendian... no checking whether gcc produces 32bit code... yes checking whether gcc supports -march=i686 (and we can run it)... yes checking whether gcc supports __thread specifier (TLS)... yes checking whether gcc accepts -rdynamic... yes checking whether gcc supports -Wno-unused-parameter... yes checking whether gcc can actually use -Wno-unused-parameter... yes checking whether gcc supports -Wno-clobbered... yes checking whether gcc supports -Wempty-body... yes checking whether gcc supports -Wnewline-eof... no checking whether gcc supports -Wint-conversion... no checking whether gcc supports -Wenum-conversion... no checking whether gcc supports -Wshorten-64-to-32... no checking whether gcc supports -Wconstant-conversion... no checking whether gcc supports -Wbool-conversion... no checking whether gcc supports -Wformat-security... yes checking whether gcc supports -Wno-format-nonliteral... yes checking whether gcc supports -Wno-switch... yes checking whether gcc supports -Wno-missing-field-initializers... yes checking whether gcc supports -Wshadow... yes checking whether gcc can efficiently use -Wshadow... no checking whether gcc supports -fPIC... yes checking how to make shared objects... -shared yes checking whether gcc needs -Wl,--no-undefined to check for undefined references n shared objects... yes checking whether gcc supports -fno-strict-aliasing... yes checking for setrlimit... yes checking for strnlen... yes checking for uselocale... yes checking for newlocale... yes checking for freelocale... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking host OS... Linux checking for MinGW... no checking for library containing inflateEnd... -lz checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for library containing sqrt... -lm checking for library containing clock_gettime... -lrt checking whether CLOCK_MONOTONIC is supported and works... yes checking for library containing pthread_create... none required checking for library containing pthread_sigmask... none required checking for library containing pthread_attr_init... none required checking for library containing pthread_attr_setstacksize... none required checking for library containing pthread_attr_destroy... none required checking for library containing pthread_cancel... none required checking for library containing pthread_join... none required checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for library containing backtrace... none required checking for mysql_config... /usr/bin/mysql_config checking for mysql_init... yes checking mysql.h usability... yes checking mysql.h presence... yes checking for mysql.h... yes checking MySQL library (required)... yes (5.1.73) checking PCRE library... checking for pcre_study in -lpcre... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/common/Makefile config.status: creating 3rdparty/mt19937ar/Makefile config.status: creating 3rdparty/libconfig/Makefile config.status: creating src/char/Makefile config.status: creating src/login/Makefile config.status: creating src/map/Makefile config.status: creating src/tool/Makefile dont know what is wrong with this Edited February 5, 2017 by LyDe Quote Share this post Link to post Share on other sites
Hey guys, i'm having this error in my compilation. I'm using PuTTy but have no idea why this is happend
After, I cant start the emulator:
"login-server does not exist, or can't run.
Anyone could help me? Ty
Share this post
Link to post
Share on other sites