Hi guys I'm trying to use an Old version 20100730 for a pre-re setup and everytime i set the client date on mmo.h I always get a bunch of compiling errors on char.c
svn latest version
c:\users\asus\desktop\svn\rathena\src\char\char.c(1434): error C2065: 'char_db' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1434): error C2065: 'start_zeny' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.map' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2198: 'mapindex_id2name' : too few arguments for call
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.x' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.y' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.map' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2198: 'mapindex_id2name' : too few arguments for call
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.x' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.y' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(2722): error C2065: 'pincode_config' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(2722): error C2224: left of '.pincode_enabled' must have struct/union type
c:\users\asus\desktop\svn\rathena\src\char\char.c(2724): error C2065: 'pincode_config' : undeclared identifier
c:\users\asus\desktop\svn\rathena\src\char\char.c(2724): error C2224: left of '.pincode_enabled' must have struct/union type
char_clif.c
c:\users\asus\desktop\svn\rathena\src\char\char_clif.c(823): error C2198: 'char_make_new_char_sql' : too few arguments for call
char_cnslif.c
char_logif.c
char_mapif.c
int_auction.c
int_elemental.c
int_guild.c
int_homun.c
int_mail.c
int_mercenary.c
int_party.c
int_pet.c
int_quest.c
Generating Code...
Compiling...
int_storage.c
inter.c
Generating Code...
------ Build started: Project: mapcache, Configuration: Debug Win32 ------
core.c
des.c
grfio.c
malloc.c
showmsg.c
strlib.c
utils.c
mapcache.c
Generating Code...
mapcache.vcxproj -> C:\Users\ASUS\Desktop\SVN\rathena\vcproj-10\..\mapcache.exe
========== Build: 3 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Question
iZeal
Hi guys I'm trying to use an Old version 20100730 for a pre-re setup and everytime i set the client date on mmo.h I always get a bunch of compiling errors on char.c
svn latest version
need help what else should i change?
with error on char server
i changed mmo.h

Edited by iZealLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.