hi, i just updated my files to current svn revision but now i can't compile even if i delete the src folder and restore it using svn update, whenever i try to compile the map-server i get lots of unresolved external symbol error messages, i'm trying to compile through VC9 (2008)
this is what i get:
Error 30 fatal error LNK1120: 25 unresolved externals ..\map-server_sql.exe map-server_sql
Error 29 error LNK2019: unresolved external symbol _do_init_channel referenced in function _do_init map.obj map-server_sql
Error 28 error LNK2019: unresolved external symbol _do_init_cashshop referenced in function _do_init map.obj map-server_sql
Error 26 error LNK2019: unresolved external symbol _do_final_channel referenced in function _do_final map.obj map-server_sql
Error 27 error LNK2019: unresolved external symbol _do_final_cashshop referenced in function _do_final map.obj map-server_sql
Error 16 error LNK2019: unresolved external symbol _channel_send referenced in function _clif_parse_GlobalMessage clif.obj map-server_sql
Error 8 error LNK2019: unresolved external symbol _channel_pcunbind referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 6 error LNK2019: unresolved external symbol _channel_pcsetopt referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 1 error LNK2019: unresolved external symbol _channel_pcquit referenced in function _atcommand_autotrade atcommand.obj map-server_sql
Error 10 error LNK2019: unresolved external symbol _channel_pcleave referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 5 error LNK2019: unresolved external symbol _channel_pcjoin referenced in function _atcommand_join atcommand.obj map-server_sql
Error 13 error LNK2019: unresolved external symbol _channel_pcdelete referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 14 error LNK2019: unresolved external symbol _channel_pccreate referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 11 error LNK2019: unresolved external symbol _channel_pccolor referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 9 error LNK2019: unresolved external symbol _channel_pcbind referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 7 error LNK2019: unresolved external symbol _channel_pcban referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 18 error LNK2019: unresolved external symbol _channel_pc_haschan referenced in function _clif_parse_WisMessage clif.obj map-server_sql
Error 19 error LNK2019: unresolved external symbol _channel_name2channel referenced in function _clif_parse_WisMessage clif.obj map-server_sql
Error 15 error LNK2019: unresolved external symbol _channel_mjoin referenced in function _clif_parse_LoadEndAck clif.obj map-server_sql
Error 17 error LNK2019: unresolved external symbol _channel_join referenced in function _clif_parse_WisMessage clif.obj map-server_sql
Error 22 error LNK2019: unresolved external symbol _channel_gjoin referenced in function _guild_recv_info guild.obj map-server_sql
Error 12 error LNK2019: unresolved external symbol _channel_display_list referenced in function _atcommand_channel atcommand.obj map-server_sql
Error 23 error LNK2019: unresolved external symbol _channel_delete referenced in function _guild_broken guild.obj map-server_sql
Error 25 error LNK2019: unresolved external symbol _cashshop_reloaddb referenced in function _itemdb_reload itemdb.obj map-server_sql
Error 21 error LNK2019: unresolved external symbol _cashshop_buylist referenced in function _clif_parse_cashshop_buy clif.obj map-server_sql
Error 2 error LNK2001: unresolved external symbol _channel_pcquit guild.obj map-server_sql
Error 3 error LNK2001: unresolved external symbol _channel_pcquit pc.obj map-server_sql
Error 4 error LNK2001: unresolved external symbol _channel_pcquit unit.obj map-server_sql
Error 24 error LNK2001: unresolved external symbol _channel_delete map.obj map-server_sql
Error 20 error LNK2001: unresolved external symbol _cash_shop_items clif.obj map-server_sql
how can i fix this and be able to compile once again? i hope i can do this without installing other VC which would be a pain in the a*s.
Question
kamikai
hi, i just updated my files to current svn revision but now i can't compile even if i delete the src folder and restore it using svn update, whenever i try to compile the map-server i get lots of unresolved external symbol error messages, i'm trying to compile through VC9 (2008)
this is what i get:
how can i fix this and be able to compile once again? i hope i can do this without installing other VC which would be a pain in the a*s.
Link to comment
Share on other sites
0 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.