Jump to content
  • 0

i got a problem after i update my SVN to 17188


Question

Posted

I get this error after i update my SVN:

make[1]: Entering directory `/root/Desktop/trunk/3rdparty/mt19937ar'
	CC	mt19937ar.c
make[1]: Leaving directory `/root/Desktop/trunk/3rdparty/mt19937ar'
make[1]: Entering directory `/root/Desktop/trunk/3rdparty/libconfig'
	CC	libconfig.c
	CC	grammar.c
	CC	scanctx.c
	CC	scanner.c
	CC	strbuf.c
make[1]: Leaving directory `/root/Desktop/trunk/3rdparty/libconfig'
make[1]: Entering directory `/root/Desktop/trunk/src/common'
	MKDIR	obj_all
	CC	core.c
	CC	socket.c
	CC	timer.c
	CC	db.c
	CC	nullpo.c
	CC	malloc.c
	CC	showmsg.c
	CC	strlib.c
	CC	utils.c
	CC	grfio.c
	CC	mapindex.c
	CC	ers.c
	CC	md5calc.c
	CC	core.c
	CC	socket.c
	CC	malloc.c
	CC	random.c
	CC	des.c
	CC	conf.c
	CC	thread.c
	CC	mutex.c
	CC	raconf.c
	CC	mempool.c
	CC	msg_conf.c
msg_conf.c:72:2: warning: no newline at end of file
	CC	cli.c
cli.c:137:2: warning: no newline at end of file
	AR	obj_all/common.a
	MKDIR	obj_sql
	CC	sql.c
	AR	obj_sql/common_sql.a
make[1]: Leaving directory `/root/Desktop/trunk/src/common'
make[1]: Entering directory `/root/Desktop/trunk/src/login'
	MKDIR	obj_sql
	CC	login.c
	CC	account_sql.c
	CC	ipban_sql.c
	CC	loginlog_sql.c
	LD	login-server_sql
make[1]: Leaving directory `/root/Desktop/trunk/src/login'
make[1]: Entering directory `/root/Desktop/trunk/src/char'
	MKDIR	obj_sql
	CC	char.c
char.c:5106:2: warning: no newline at end of file
	CC	inter.c
	CC	int_party.c
	CC	int_guild.c
	CC	int_storage.c
	CC	int_pet.c
	CC	int_homun.c
	CC	int_mail.c
	CC	int_auction.c
	CC	int_quest.c
	CC	int_mercenary.c
	CC	int_elemental.c
	LD	char-server_sql
make[1]: Leaving directory `/root/Desktop/trunk/src/char'
make[1]: Entering directory `/root/Desktop/trunk/src/map'
	MKDIR	obj_sql
	CC	map.c
	CC	chrif.c
make[1]: Warning: File `clif.c' has modification time 77 s in the future
	CC	clif.c
clif.c: In function ‘clif_spawn’:
clif.c:1364: error: ‘OPTION_MOUNTING’ undeclared (first use in this function)
clif.c:1364: error: (Each undeclared identifier is reported only once
clif.c:1364: error: for each function it appears in.)
clif.c: In function ‘clif_changelook’:
clif.c:3057: error: ‘LOOK_FLOOR’ undeclared (first use in this function)
clif.c: In function ‘clif_getareachar_pc’:
clif.c:4048: error: ‘OPTION_MOUNTING’ undeclared (first use in this function)
make[1]: *** [obj_sql/clif.o] Error 1
make[1]: Leaving directory `/root/Desktop/trunk/src/map'
make: *** [map_sql] Error 2
make[1]: Entering directory `/root/Desktop/trunk/3rdparty/mt19937ar'
	CC	mt19937ar.c
make[1]: Leaving directory `/root/Desktop/trunk/3rdparty/mt19937ar'
make[1]: Entering directory `/root/Desktop/trunk/3rdparty/libconfig'
	CC	libconfig.c
	CC	grammar.c
	CC	scanctx.c
	CC	scanner.c
	CC	strbuf.c
make[1]: Leaving directory `/root/Desktop/trunk/3rdparty/libconfig'
make[1]: Entering directory `/root/Desktop/trunk/src/common'
	MKDIR	obj_all
	CC	core.c
	CC	socket.c
	CC	timer.c
	CC	db.c
	CC	nullpo.c
	CC	malloc.c
	CC	showmsg.c
	CC	strlib.c
	CC	utils.c
	CC	grfio.c
	CC	mapindex.c
	CC	ers.c
	CC	md5calc.c
	CC	core.c
	CC	socket.c
	CC	malloc.c
	CC	random.c
	CC	des.c
	CC	conf.c
	CC	thread.c
	CC	mutex.c
	CC	raconf.c
	CC	mempool.c
	CC	msg_conf.c
msg_conf.c:72:2: warning: no newline at end of file
	CC	cli.c
cli.c:137:2: warning: no newline at end of file
	AR	obj_all/common.a
	MKDIR	obj_sql
	CC	sql.c
	AR	obj_sql/common_sql.a
make[1]: Leaving directory `/root/Desktop/trunk/src/common'
make[1]: Entering directory `/root/Desktop/trunk/src/login'
	MKDIR	obj_sql
	CC	login.c
	CC	account_sql.c
	CC	ipban_sql.c
	CC	loginlog_sql.c
	LD	login-server_sql
make[1]: Leaving directory `/root/Desktop/trunk/src/login'
make[1]: Entering directory `/root/Desktop/trunk/src/char'
	MKDIR	obj_sql
	CC	char.c
char.c:5106:2: warning: no newline at end of file
	CC	inter.c
	CC	int_party.c
	CC	int_guild.c
	CC	int_storage.c
	CC	int_pet.c
	CC	int_homun.c
	CC	int_mail.c
	CC	int_auction.c
	CC	int_quest.c
	CC	int_mercenary.c
	CC	int_elemental.c
	LD	char-server_sql
make[1]: Leaving directory `/root/Desktop/trunk/src/char'
make[1]: Entering directory `/root/Desktop/trunk/src/map'
	MKDIR	obj_sql
	CC	map.c
	CC	chrif.c
	CC	clif.c
clif.c: In function ‘clif_spawn’:
clif.c:1364: error: ‘OPTION_MOUNTING’ undeclared (first use in this function)
clif.c:1364: error: (Each undeclared identifier is reported only once
clif.c:1364: error: for each function it appears in.)
clif.c: In function ‘clif_changelook’:
clif.c:3057: error: ‘LOOK_FLOOR’ undeclared (first use in this function)
clif.c: In function ‘clif_getareachar_pc’:
clif.c:4048: error: ‘OPTION_MOUNTING’ undeclared (first use in this function)
make[1]: *** [obj_sql/clif.o] Error 1
make[1]: Leaving directory `/root/Desktop/trunk/src/map'
make: *** [map_sql] Error 2

 

Hope you can help me ASAP! thanks rathena



I already tried to update my sql. Delete all tables and re install, also try to update the latest upgrades. please help me. thanks rathena

3 answers to this question

Recommended Posts

Posted

please look the some error below :

 

clif.c: In function âclif_spawnâ:
clif.c:1366: error: âOPTION_MOUNTINGâ undeclared (first use in this function)
clif.c:1366: error: (Each undeclared identifier is reported only once
clif.c:1366: error: for each function it appears in.)
clif.c: In function âclif_changelookâ:
clif.c:3059: error: âLOOK_FLOORâ undeclared (first use in this function)
clif.c: In function âclif_getareachar_pcâ:
clif.c:4050: error: âOPTION_MOUNTINGâ undeclared (first use in this function)
clif.c:17162:2: warning: no newline at end of file
make[1]: *** [obj_sql/clif.o] Error 1
make[1]: Leaving directory `/home/admin/trunk/src/map'
make: *** [map_sql] Error 2

 

can you help me with these error i got?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...