Issue information

Issue ID
#8015
Status
Fixed
Severity
None
Started
N e s s
Feb 9, 2014 16:34
Last Post
Haru
Feb 9, 2014 19:19
Confirmation
N/A

N e s s - Feb 9, 2014 16:34

[code=nocode:0] make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/common' CLEAN common (build temp files) CLEAN common make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/common' make[1]: Entering directory `/home/trincli0143/bRO/trunk/3rdparty/mt19937ar' CLEAN mt19937ar (build temp files) CLEAN mt19937ar make[1]: Leaving directory `/home/trincli0143/bRO/trunk/3rdparty/mt19937ar' make[1]: Entering directory `/home/trincli0143/bRO/trunk/3rdparty/libconfig' CLEAN libconfig (build temp files) CLEAN libconfig make[1]: Leaving directory `/home/trincli0143/bRO/trunk/3rdparty/libconfig' make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/login' CLEAN login (build temp files) CLEAN login make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/login' make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/char' CLEAN char (build temp files) CLEAN char make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/char' make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/map' CLEAN map (build temp files) CLEAN map make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/map' make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/plugins' CLEAN plugins (build temp files) CLEAN plugins make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/plugins' make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/tool' CLEAN tool (build temp files) CLEAN tool make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/tool' make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/test' CLEAN test (build temp files) CLEAN test make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/test' make[1]: Entering directory `/home/trincli0143/bRO/trunk/tools/HPMHookGen' CLEAN HPMHookGen make[1]: Leaving directory `/home/trincli0143/bRO/trunk/tools/HPMHookGen' 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 __thread specifier (TLS)... yes checking whether gcc supports -flto... no checking whether gcc supports -Wno-unused-parameter... yes checking whether gcc can actually use -Wno-unused-parameter... yes checking whether gcc supports -Wno-maybe-uninitialized... no 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 -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 in shared objects... yes checking whether gcc needs -fPIC for shared objects... no 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 for inflateEnd in -lz... yes 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 pthread_create in -lpthread... yes checking for pthread_sigmask in -lpthread... yes checking for pthread_attr_init in -lpthread... yes checking for pthread_attr_setstacksize in -lpthread... yes checking for pthread_attr_destroy in -lpthread... yes checking for pthread_cancel in -lpthread... yes checking for pthread_join in -lpthread... yes checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... yes checking mysql.h usability... yes checking mysql.h presence... yes checking for mysql.h... yes checking MySQL library (required)... yes (5.1.72) checking for pcre_study in -lpcre... yes checking PCRE library (optional)... yes checking for doxygen... no checking for perl... yes checking host OS... Linux checking for MinGW... no 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/plugins/Makefile config.status: creating src/tool/Makefile config.status: creating src/test/Makefile config.status: creating tools/HPMHookGen/Makefile MAKE mt19937ar make[1]: Entering directory `/home/trincli0143/bRO/trunk/3rdparty/mt19937ar' CC mt19937ar.c make[1]: Leaving directory `/home/trincli0143/bRO/trunk/3rdparty/mt19937ar' MAKE libconfig make[1]: Entering directory `/home/trincli0143/bRO/trunk/3rdparty/libconfig' CC libconfig.c CC grammar.c CC scanctx.c CC scanner.c CC strbuf.c make[1]: Leaving directory `/home/trincli0143/bRO/trunk/3rdparty/libconfig' MAKE common_sql make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/common' MKDIR obj_all CC conf.c CC db.c CC des.c CC ers.c CC grfio.c CC HPM.c CC mapindex.c CC md5calc.c CC mutex.c CC nullpo.c CC random.c CC showmsg.c CC strlib.c CC thread.c CC timer.c CC utils.c CC console.c CC core.c CC malloc.c CC socket.c AR obj_all/common.a MKDIR obj_sql CC sql.c AR obj_sql/common_sql.a CC console.c CC core.c CC malloc.c CC socket.c AR obj_all/common_mini.a make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/common' MAKE login_sql make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/login' MKDIR obj_sql CC account_sql.c CC ipban_sql.c CC login.c CC loginlog_sql.c LD login-server make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/login' MAKE char_sql make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/char' MKDIR obj_sql CC char.c CC inter.c CC int_auction.c CC int_elemental.c CC int_guild.c CC int_homun.c CC int_mail.c CC int_mercenary.c CC int_party.c CC int_pet.c CC int_quest.c CC int_storage.c CC pincode.c LD char-server make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/char' MAKE map_sql make[1]: Entering directory `/home/trincli0143/bRO/trunk/src/map' MKDIR obj_sql CC atcommand.c CC battle.c CC battleground.c CC buyingstore.c CC chat.c CC chrif.c CC clif.c CC date.c CC duel.c CC elemental.c CC guild.c CC homunculus.c CC HPMmap.c CC instance.c CC intif.c CC irc-bot.c CC itemdb.c CC log.c CC mail.c CC map.c CC mapreg_sql.c CC mercenary.c CC mob.c CC npc.c npc.c: In function 'npc_parsesrcfile': npc.c:4064: warning: implicit declaration of function 'get_script_source' CC npc_chat.c CC party.c CC path.c CC pc.c CC pc_groups.c CC pet.c CC quest.c CC script.c script.c: In function 'script_add_str': script.c:520: warning: implicit declaration of function 'get_script_source' CC searchstore.c CC skill.c CC status.c CC storage.c CC trade.c CC unit.c CC vending.c LD map-server obj_sql/npc.o: In function `npc_read_event_script': /home/trincli0143/bRO/trunk/src/map/npc.c:4172: undefined reference to `get_script_source' obj_sql/npc.o: In function `npc_parsesrcfile': /home/trincli0143/bRO/trunk/src/map/npc.c:4099: undefined reference to `get_script_source' /home/trincli0143/bRO/trunk/src/map/npc.c:4087: undefined reference to `get_script_source' /home/trincli0143/bRO/trunk/src/map/npc.c:4088: undefined reference to `get_script_source' /home/trincli0143/bRO/trunk/src/map/npc.c:4064: undefined reference to `get_script_source' obj_sql/npc.o:/home/trincli0143/bRO/trunk/src/map/npc.c:4089: more undefined references to `get_script_source' follow collect2: ld returned 1 exit status make[1]: *** [../../map-server] Error 1 make[1]: Leaving directory `/home/trincli0143/bRO/trunk/src/map' make: *** [map_sql] Error 2 [/code]

Haru - Feb 9, 2014 19:19

Oops, sorry, my fault. I was planning to change some macros to inline functions, then changed my mind, and forgot to remove a line :x Fixed in [url="https://github.com/HerculesWS/Hercules/commit/2687cd84b83bbb0008a06a249075803b9875604f"]https://github.com/HerculesWS/Hercules/commit/2687cd84b83bbb0008a06a249075803b9875604f[/url]