PDA

View Full Version : CMake Error.


Kingly_Krab
01-10-2014, 04:39 AM
I'm having an issue with Perl in CMake, here's the log.

Found Windows SDK v7.1: C:\Program Files\Microsoft SDKs\Windows\v7.1\
The C compiler identification is MSVC 16.0.40219.1
The CXX compiler identification is MSVC 16.0.40219.1
Check for working C compiler using: Visual Studio 10 Win64
Check for working C compiler using: Visual Studio 10 Win64 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10 Win64
Check for working CXX compiler using: Visual Studio 10 Win64 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Looking for include file stdint.h
Looking for include file stdint.h - found
Found ZLIB: C:/EQ/My Source/Updated Server/dependencies/zlib_x64/lib/zlib.lib (found version "1.2.5")
Found MySQL: C:/EQ/My Source/Updated Server/dependencies/mysql_x64/lib/debug/mysqlclient.lib
Found Perl: C:/Perl/bin/perl.exe (found version "5.14.2")
CMake Error at C:/EQ/Installs/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find PerlLibs (missing: PERL_LIBRARY PERL_INCLUDE_PATH) (found
version "5.14.2")
Call Stack (most recent call first):
C:/EQ/Installs/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
C:/EQ/Installs/CMake 2.8/share/cmake-2.8/Modules/FindPerlLibs.cmake:242 (find_package_handle_standard_args)
CMakeLists.txt:169 (FIND_PACKAGE)


Configuring incomplete, errors occurred!

I fixed the issue, although, I still have an issue upon generating.
Found Windows SDK v7.1: C:\Program Files\Microsoft SDKs\Windows\v7.1\
Found PerlLibs: C:/Perl/lib/CORE (found version "5.14.2")
Configuring done
WARNING: Target "world" requests linking to directory "C:/Perl/lib/CORE". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "world" requests linking to directory "C:/Perl/lib/CORE". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "world" requests linking to directory "C:/Perl/lib/CORE". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "world" requests linking to directory "C:/Perl/lib/CORE". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "zone" requests linking to directory "C:/Perl/lib/CORE". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "zone" requests linking to directory "C:/Perl/lib/CORE". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "zone" requests linking to directory "C:/Perl/lib/CORE". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "zone" requests linking to directory "C:/Perl/lib/CORE". Targets may link only to libraries. CMake is dropping the item.
Generating done

Upon attempting to compile with said errors in the generation I receive this.
Error 877 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 878 error LNK2019: unresolved external symbol __imp_Perl_sv_2pv_flags referenced in function XS_EQWIO_PRINT C:\EQ\My Source\Updated Server\Binaries 11\world\EQW.obj world
Error 879 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 880 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 881 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 882 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 883 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 884 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 885 error LNK2019: unresolved external symbol __imp_Perl_get_context referenced in function XS_EQWIO_PRINT C:\EQ\My Source\Updated Server\Binaries 11\world\EQW.obj world
Error 886 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 887 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 888 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 889 error LNK2019: unresolved external symbol __imp_Perl_newXS referenced in function xs_init C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 890 error LNK2019: unresolved external symbol boot_DynaLoader referenced in function xs_init C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 891 error LNK2019: unresolved external symbol __imp_perl_free referenced in function "public: __cdecl EQWParser::~EQWParser(void)" (??1EQWParser@@QEAA@XZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 892 error LNK2019: unresolved external symbol __imp_Perl_sv_setsv_flags referenced in function "public: void __cdecl EQWParser::SetHTTPRequest(char const *,class HTTPRequest *)" (?SetHTTPRequest@EQWParser@@QEAAXPEBDPEAVHTTPReque st@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 893 error LNK2019: unresolved external symbol __imp_Perl_sv_setref_pv referenced in function "public: void __cdecl EQWParser::SetHTTPRequest(char const *,class HTTPRequest *)" (?SetHTTPRequest@EQWParser@@QEAAXPEBDPEAVHTTPReque st@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 894 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 895 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 896 error LNK2019: unresolved external symbol __imp_Perl_get_sv referenced in function "public: void __cdecl EQWParser::SetHTTPRequest(char const *,class HTTPRequest *)" (?SetHTTPRequest@EQWParser@@QEAAXPEBDPEAVHTTPReque st@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 897 error LNK2019: unresolved external symbol __imp_Perl_eval_pv referenced in function "public: void __cdecl EQWParser::SetHTTPRequest(char const *,class HTTPRequest *)" (?SetHTTPRequest@EQWParser@@QEAAXPEBDPEAVHTTPReque st@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 898 error LNK2019: unresolved external symbol __imp_Perl_pop_scope referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 899 error LNK2019: unresolved external symbol __imp_Perl_free_tmps referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 900 error LNK2019: unresolved external symbol __imp_Perl_sv_2bool_flags referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 901 error LNK2001: unresolved external symbol __imp_Perl_sv_2bool_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 902 error LNK2019: unresolved external symbol __imp_Perl_gv_add_by_type referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 903 error LNK2019: unresolved external symbol __imp_Perl_call_pv referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 904 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 905 error LNK2019: unresolved external symbol __imp_Perl_sv_2mortal referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 906 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 907 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 908 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 909 error LNK2019: unresolved external symbol __imp_Perl_newSVpv referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 910 error LNK2019: unresolved external symbol __imp_Perl_stack_grow referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 911 error LNK2001: unresolved external symbol __imp_Perl_stack_grow C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 912 error LNK2001: unresolved external symbol __imp_Perl_stack_grow C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 913 error LNK2001: unresolved external symbol __imp_Perl_stack_grow C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 914 error LNK2019: unresolved external symbol __imp_Perl_markstack_grow referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 915 error LNK2019: unresolved external symbol __imp_Perl_save_int referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 916 error LNK2019: unresolved external symbol __imp_Perl_push_scope referenced in function "protected: bool __cdecl EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IEAA_NPEBDAEBV?$vector@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@V?$allocator@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$basic_ string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@ H@Z) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 917 error LNK2019: unresolved external symbol __imp_Perl_get_cv referenced in function "protected: void __cdecl EQWParser::DoInit(void)" (?DoInit@EQWParser@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 918 error LNK2019: unresolved external symbol __imp_Perl_gv_fetchpv referenced in function "protected: void __cdecl EQWParser::DoInit(void)" (?DoInit@EQWParser@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 919 error LNK2019: unresolved external symbol __imp_Perl_gv_stashpv referenced in function "protected: void __cdecl EQWParser::DoInit(void)" (?DoInit@EQWParser@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 920 error LNK2019: unresolved external symbol __imp_perl_run referenced in function "protected: void __cdecl EQWParser::DoInit(void)" (?DoInit@EQWParser@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 921 error LNK2019: unresolved external symbol __imp_perl_parse referenced in function "protected: void __cdecl EQWParser::DoInit(void)" (?DoInit@EQWParser@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 922 error LNK2019: unresolved external symbol __imp_Perl_sys_init3 referenced in function "protected: void __cdecl EQWParser::DoInit(void)" (?DoInit@EQWParser@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 923 error LNK2019: unresolved external symbol __imp_perl_construct referenced in function "protected: void __cdecl EQWParser::DoInit(void)" (?DoInit@EQWParser@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 924 error LNK2019: unresolved external symbol __imp_Perl_newSV referenced in function "public: __cdecl EQWParser::EQWParser(void)" (??0EQWParser@@QEAA@XZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 925 error LNK2019: unresolved external symbol __imp_perl_alloc referenced in function "public: __cdecl EQWParser::EQWParser(void)" (??0EQWParser@@QEAA@XZ) C:\EQ\My Source\Updated Server\Binaries 11\world\EQWParser.obj world
Error 926 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 927 error LNK2019: unresolved external symbol __imp_Perl_sv_2iv_flags referenced in function XS_EQLConfig_IsConnected C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 928 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 929 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 930 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 931 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 932 error LNK2019: unresolved external symbol __imp_Perl_sv_derived_from referenced in function XS_EQLConfig_IsConnected C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 933 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 934 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 935 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 936 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 937 error LNK2019: unresolved external symbol __imp_Perl_croak referenced in function XS_EQLConfig_IsConnected C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 938 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 939 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 940 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 941 error LNK2019: unresolved external symbol __imp_Perl_sv_2uv_flags referenced in function XS_EQLConfig_BootStaticZone C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 942 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 943 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 944 error LNK2019: unresolved external symbol __imp_Perl_mg_set referenced in function XS_EQLConfig_GetDynamicCount C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 945 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 946 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 947 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 948 error LNK2019: unresolved external symbol __imp_Perl_sv_setiv referenced in function XS_EQLConfig_GetDynamicCount C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 949 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 950 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 951 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 952 error LNK2019: unresolved external symbol __imp_Perl_sv_newmortal referenced in function XS_EQLConfig_GetDynamicCount C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 953 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 954 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 955 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 956 error LNK2019: unresolved external symbol __imp_Perl_sv_setpv referenced in function XS_EQLConfig_GetName C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 957 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 958 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 959 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 960 error LNK2019: unresolved external symbol __imp_Perl_sv_setpvn referenced in function XS_EQLConfig_GetZoneDetails C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 961 error LNK2001: unresolved external symbol __imp_Perl_sv_setpvn C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 962 error LNK2001: unresolved external symbol __imp_Perl_sv_setpvn C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 963 error LNK2001: unresolved external symbol __imp_Perl_sv_setpvn C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 964 error LNK2019: unresolved external symbol __imp_Perl_hv_common_key_len referenced in function XS_EQLConfig_GetZoneDetails C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 965 error LNK2001: unresolved external symbol __imp_Perl_hv_common_key_len C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 966 error LNK2001: unresolved external symbol __imp_Perl_hv_common_key_len C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 967 error LNK2001: unresolved external symbol __imp_Perl_hv_common_key_len C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 968 error LNK2019: unresolved external symbol __imp_Perl_newRV referenced in function XS_EQLConfig_GetZoneDetails C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 969 error LNK2001: unresolved external symbol __imp_Perl_newRV C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 970 error LNK2001: unresolved external symbol __imp_Perl_newRV C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 971 error LNK2001: unresolved external symbol __imp_Perl_newRV C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 972 error LNK2019: unresolved external symbol __imp_Perl_newSV_type referenced in function XS_EQLConfig_GetZoneDetails C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 973 error LNK2001: unresolved external symbol __imp_Perl_newSV_type C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 974 error LNK2001: unresolved external symbol __imp_Perl_newSV_type C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 975 error LNK2001: unresolved external symbol __imp_Perl_newSV_type C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 976 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 977 error LNK2019: unresolved external symbol __imp_Perl_newXS_flags referenced in function boot_EQLConfig C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQLConfig.obj world
Error 978 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 979 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 980 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 981 error LNK2019: unresolved external symbol __imp_Perl_sv_setuv referenced in function XS_EQW_CreateGuild C:\EQ\My Source\Updated Server\Binaries 11\world\perl_EQW.obj world
Error 982 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDBRes.obj) world
Error 983 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\world\Common.lib(perl_EQDB.obj) world
Error 984 error LNK2019: unresolved external symbol __imp_Perl_sv_setnv referenced in function XS_HTTPRequest_getFloat C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 985 error LNK2019: unresolved external symbol __imp_Perl_sv_2nv_flags referenced in function XS_HTTPRequest_getFloat C:\EQ\My Source\Updated Server\Binaries 11\world\perl_HTTPRequest.obj world
Error 986 error LNK1120: 45 unresolved externals C:\EQ\My Source\Updated Server\Binaries 11\Bin\RelWithDebInfo\world.exe world
Error 1593 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1594 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1595 error LNK2019: unresolved external symbol __imp_Perl_sv_setiv referenced in function XS_NPC_ResumeWandering C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1596 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1597 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1598 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1599 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1600 error LNK2001: unresolved external symbol __imp_Perl_sv_setiv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1601 error LNK2019: unresolved external symbol __imp_Perl_get_sv referenced in function "public: void __cdecl Embperl::seti(char const *,int)const " (?seti@Embperl@@QEBAXPEBDH@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1602 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1603 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1604 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1605 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1606 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1607 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1608 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1609 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1610 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1611 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1612 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1613 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1614 error LNK2019: unresolved external symbol __imp_Perl_get_context referenced in function "public: void __cdecl Embperl::seti(char const *,int)const " (?seti@Embperl@@QEBAXPEBDH@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1615 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1616 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1617 error LNK2001: unresolved external symbol __imp_Perl_get_context C:\EQ\My Source\Updated Server\Binaries 11\zone\embxs.obj zone
Error 1618 error LNK2001: unresolved external symbol __imp_Perl_sv_setnv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1619 error LNK2001: unresolved external symbol __imp_Perl_sv_setnv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1620 error LNK2001: unresolved external symbol __imp_Perl_sv_setnv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1621 error LNK2019: unresolved external symbol __imp_Perl_sv_setnv referenced in function "public: void __cdecl Embperl::setd(char const *,float)const " (?setd@Embperl@@QEBAXPEBDM@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1622 error LNK2001: unresolved external symbol __imp_Perl_sv_setnv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1623 error LNK2001: unresolved external symbol __imp_Perl_sv_setnv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1624 error LNK2001: unresolved external symbol __imp_Perl_sv_setnv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1625 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1626 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1627 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1628 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1629 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1630 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1631 error LNK2019: unresolved external symbol __imp_Perl_sv_setpv referenced in function XS_Mob_GetEquipmentMaterial C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1632 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1633 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1634 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\embxs.obj zone
Error 1635 error LNK2001: unresolved external symbol __imp_Perl_sv_setpv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1636 error LNK2019: unresolved external symbol __imp_Perl_newSV referenced in function "private: void __cdecl PerlembParser::MapFunctions(void)" (?MapFunctions@PerlembParser@@AEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1637 error LNK2019: unresolved external symbol __imp_Perl_hv_common_key_len referenced in function "public: void __cdecl Embperl::sethash(char const *,class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QEAAXPEBDAEAV?$map@V?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ V12@U?$less@V?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$ CBV?$basic_string@DU?$char_traits@D@std@@V?$alloca tor@D@2@@std@@V12@@std@@@2@@std@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1638 error LNK2001: unresolved external symbol __imp_Perl_hv_common_key_len C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1639 error LNK2019: unresolved external symbol __imp_Perl_newSVpv referenced in function "public: void __cdecl Embperl::sethash(char const *,class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QEAAXPEBDAEAV?$map@V?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ V12@U?$less@V?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$ CBV?$basic_string@DU?$char_traits@D@std@@V?$alloca tor@D@2@@std@@V12@@std@@@2@@std@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1640 error LNK2001: unresolved external symbol __imp_Perl_newSVpv C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1641 error LNK2019: unresolved external symbol __imp_Perl_hv_clear referenced in function "public: void __cdecl Embperl::sethash(char const *,class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QEAAXPEBDAEAV?$map@V?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ V12@U?$less@V?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$ CBV?$basic_string@DU?$char_traits@D@std@@V?$alloca tor@D@2@@std@@V12@@std@@@2@@std@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1642 error LNK2019: unresolved external symbol __imp_Perl_get_hv referenced in function "public: void __cdecl Embperl::sethash(char const *,class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QEAAXPEBDAEAV?$map@V?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ V12@U?$less@V?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$ CBV?$basic_string@DU?$char_traits@D@std@@V?$alloca tor@D@2@@std@@V12@@std@@@2@@std@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1643 error LNK2019: unresolved external symbol __imp_Perl_sv_setsv_flags referenced in function "private: int __cdecl PerlembParser::SendCommands(char const *,char const *,unsigned int,class Mob *,class Mob *,class ItemInst *)" (?SendCommands@PerlembParser@@AEAAHPEBD0IPEAVMob@@ 1PEAVItemInst@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1644 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1645 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1646 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1647 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1648 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1649 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1650 error LNK2019: unresolved external symbol __imp_Perl_sv_setref_pv referenced in function "private: int __cdecl PerlembParser::SendCommands(char const *,char const *,unsigned int,class Mob *,class Mob *,class ItemInst *)" (?SendCommands@PerlembParser@@AEAAHPEBD0IPEAVMob@@ 1PEAVItemInst@@@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser.obj zone
Error 1651 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1652 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1653 error LNK2001: unresolved external symbol __imp_Perl_sv_setref_pv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1654 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1655 error LNK2019: unresolved external symbol __imp_Perl_sv_newmortal referenced in function XS_Raid_IsRaidMember C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1656 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1657 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1658 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1659 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1660 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1661 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1662 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1663 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1664 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1665 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\embxs.obj zone
Error 1666 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1667 error LNK2001: unresolved external symbol __imp_Perl_sv_newmortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1668 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1669 error LNK2019: unresolved external symbol __imp_Perl_croak referenced in function XS_Raid_IsRaidMember C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1670 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1671 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1672 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1673 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1674 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1675 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1676 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1677 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1678 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1679 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\embxs.obj zone
Error 1680 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1681 error LNK2001: unresolved external symbol __imp_Perl_croak C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1682 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1683 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1684 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1685 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1686 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1687 error LNK2019: unresolved external symbol __imp_Perl_sv_2uv_flags referenced in function XS_EntityList_GetMobByID C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1688 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1689 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1690 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1691 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1692 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embxs.obj zone
Error 1693 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1694 error LNK2001: unresolved external symbol __imp_Perl_sv_2uv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1695 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1696 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1697 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1698 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1699 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1700 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1701 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1702 error LNK2019: unresolved external symbol __imp_Perl_sv_2pv_flags referenced in function XS_Group_GroupMessage C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1703 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1704 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1705 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1706 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embxs.obj zone
Error 1707 error LNK2001: unresolved external symbol __imp_Perl_sv_2pv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1708 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1709 error LNK2019: unresolved external symbol __imp_Perl_sv_2iv_flags referenced in function XS_Raid_GetTotalRaidDamage C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1710 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1711 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1712 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1713 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1714 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1715 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1716 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1717 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1718 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1719 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1720 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1721 error LNK2001: unresolved external symbol __imp_Perl_sv_2iv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1722 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1723 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1724 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1725 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1726 error LNK2019: unresolved external symbol __imp_Perl_mg_set referenced in function XS_PerlPacket_SetString C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1727 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1728 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1729 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1730 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1731 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1732 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1733 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\embxs.obj zone
Error 1734 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1735 error LNK2001: unresolved external symbol __imp_Perl_mg_set C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1736 error LNK2019: unresolved external symbol __imp_Perl_sv_setuv referenced in function XS_Corpse_AddItem C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1737 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1738 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1739 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1740 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1741 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1742 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1743 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1744 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1745 error LNK2001: unresolved external symbol __imp_Perl_sv_setuv C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1746 error LNK2019: unresolved external symbol __imp_Perl_sv_2nv_flags referenced in function XS_PerlPacket_SetString C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1747 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1748 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1749 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1750 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1751 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1752 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1753 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1754 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1755 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1756 error LNK2001: unresolved external symbol __imp_Perl_sv_2nv_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1757 error LNK2001: unresolved external symbol __imp_Perl_sv_2bool_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1758 error LNK2001: unresolved external symbol __imp_Perl_sv_2bool_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1759 error LNK2001: unresolved external symbol __imp_Perl_sv_2bool_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1760 error LNK2001: unresolved external symbol __imp_Perl_sv_2bool_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1761 error LNK2019: unresolved external symbol __imp_Perl_sv_2bool_flags referenced in function XS__addloot C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1762 error LNK2001: unresolved external symbol __imp_Perl_sv_2bool_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1763 error LNK2001: unresolved external symbol __imp_Perl_sv_2bool_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1764 error LNK2001: unresolved external symbol __imp_Perl_sv_2bool_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1765 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1766 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1767 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1768 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1769 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1770 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1771 error LNK2019: unresolved external symbol __imp_Perl_sv_2mortal referenced in function XS_NPC_IsAnimal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1772 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1773 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1774 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1775 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1776 error LNK2001: unresolved external symbol __imp_Perl_sv_2mortal C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1777 error LNK2019: unresolved external symbol __imp_Perl_newSViv referenced in function XS__CreateGroundObject C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1778 error LNK2019: unresolved external symbol __imp_Perl_newSVuv referenced in function XS__MerchantCountItem C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1779 error LNK2019: unresolved external symbol __imp_Perl_newXS referenced in function boot_quest C:\EQ\My Source\Updated Server\Binaries 11\zone\embparser_api.obj zone
Error 1780 error LNK2001: unresolved external symbol __imp_Perl_newXS C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1781 error LNK2001: unresolved external symbol __imp_Perl_newXS C:\EQ\My Source\Updated Server\Binaries 11\zone\embxs.obj zone
Error 1782 error LNK2019: unresolved external symbol boot_DynaLoader referenced in function xs_init C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1783 error LNK2019: unresolved external symbol __imp_Perl_eval_pv referenced in function "private: void __cdecl Embperl::init_eval_file(void)" (?init_eval_file@Embperl@@AEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1784 error LNK2019: unresolved external symbol __imp_Perl_gv_stashpv referenced in function "public: bool __cdecl Embperl::SubExists(char const *,char const *)" (?SubExists@Embperl@@QEAA_NPEBD0@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1785 error LNK2019: unresolved external symbol __imp_Perl_get_cv referenced in function "protected: void __cdecl Embperl::DoInit(void)" (?DoInit@Embperl@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1786 error LNK2019: unresolved external symbol __imp_Perl_gv_fetchpv referenced in function "protected: void __cdecl Embperl::DoInit(void)" (?DoInit@Embperl@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1787 error LNK2019: unresolved external symbol __imp_perl_run referenced in function "protected: void __cdecl Embperl::DoInit(void)" (?DoInit@Embperl@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1788 error LNK2019: unresolved external symbol __imp_perl_parse referenced in function "protected: void __cdecl Embperl::DoInit(void)" (?DoInit@Embperl@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1789 error LNK2019: unresolved external symbol __imp_perl_construct referenced in function "protected: void __cdecl Embperl::DoInit(void)" (?DoInit@Embperl@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1790 error LNK2001: unresolved external symbol __imp_PL_curinterp C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1791 error LNK2019: unresolved external symbol __imp_Perl_set_context referenced in function "protected: void __cdecl Embperl::DoInit(void)" (?DoInit@Embperl@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1792 error LNK2019: unresolved external symbol __imp_perl_alloc referenced in function "protected: void __cdecl Embperl::DoInit(void)" (?DoInit@Embperl@@IEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1793 error LNK2019: unresolved external symbol __imp_perl_free referenced in function "public: void __cdecl Embperl::Reinit(void)" (?Reinit@Embperl@@QEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1794 error LNK2019: unresolved external symbol __imp_perl_destruct referenced in function "public: void __cdecl Embperl::Reinit(void)" (?Reinit@Embperl@@QEAAXXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1795 error LNK2019: unresolved external symbol __imp_Perl_sys_init3 referenced in function "public: __cdecl Embperl::Embperl(void)" (??0Embperl@@QEAA@XZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1796 error LNK2019: unresolved external symbol __imp_Perl_sys_term referenced in function "public: __cdecl Embperl::~Embperl(void)" (??1Embperl@@QEAA@XZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1797 error LNK2019: unresolved external symbol __imp_Perl_pop_scope referenced in function "public: int __cdecl Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QEAAHPEBDPEBV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@H@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1798 error LNK2019: unresolved external symbol __imp_Perl_free_tmps referenced in function "public: int __cdecl Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QEAAHPEBDPEBV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@H@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1799 error LNK2019: unresolved external symbol __imp_Perl_gv_add_by_type referenced in function "public: int __cdecl Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QEAAHPEBDPEBV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@H@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1800 error LNK2019: unresolved external symbol __imp_Perl_call_pv referenced in function "public: int __cdecl Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QEAAHPEBDPEBV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@H@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1801 error LNK2019: unresolved external symbol __imp_Perl_stack_grow referenced in function "public: int __cdecl Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QEAAHPEBDPEBV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@H@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1802 error LNK2001: unresolved external symbol __imp_Perl_stack_grow C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1803 error LNK2001: unresolved external symbol __imp_Perl_stack_grow C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1804 error LNK2019: unresolved external symbol __imp_Perl_markstack_grow referenced in function "public: int __cdecl Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QEAAHPEBDPEBV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@H@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1805 error LNK2019: unresolved external symbol __imp_Perl_save_int referenced in function "public: int __cdecl Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QEAAHPEBDPEBV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@H@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1806 error LNK2019: unresolved external symbol __imp_Perl_push_scope referenced in function "public: int __cdecl Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QEAAHPEBDPEBV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@H@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\embperl.obj zone
Error 1807 error LNK2019: unresolved external symbol win32_gethostname referenced in function "public: unsigned int __cdecl NetConnection::GetIP(void)" (?GetIP@NetConnection@@QEAAIXZ) C:\EQ\My Source\Updated Server\Binaries 11\zone\net.obj zone
Error 1808 error LNK2019: unresolved external symbol win32_inet_addr referenced in function "public: unsigned int __cdecl NetConnection::GetIP(char *)" (?GetIP@NetConnection@@QEAAIPEAD@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\net.obj zone
Error 1809 error LNK2019: unresolved external symbol win32_gethostbyname referenced in function "public: unsigned int __cdecl NetConnection::GetIP(char *)" (?GetIP@NetConnection@@QEAAIPEAD@Z) C:\EQ\My Source\Updated Server\Binaries 11\zone\net.obj zone
Error 1810 error LNK2019: unresolved external symbol win32_inet_ntoa referenced in function main C:\EQ\My Source\Updated Server\Binaries 11\zone\net.obj zone
Error 1811 error LNK2019: unresolved external symbol win32_ntohs referenced in function main C:\EQ\My Source\Updated Server\Binaries 11\zone\net.obj zone
Error 1812 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1813 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1814 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1815 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1816 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1817 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1818 error LNK2019: unresolved external symbol __imp_Perl_sv_derived_from referenced in function XS_NPC_GetNPCHate C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1819 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1820 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1821 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1822 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1823 error LNK2001: unresolved external symbol __imp_Perl_sv_derived_from C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1824 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1825 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_PlayerCorpse.obj zone
Error 1826 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_questitem.obj zone
Error 1827 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_raids.obj zone
Error 1828 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_hateentry.obj zone
Error 1829 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_mob.obj zone
Error 1830 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_npc.obj zone
Error 1831 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_object.obj zone
Error 1832 error LNK2019: unresolved external symbol __imp_Perl_newXS_flags referenced in function boot_Client C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_client.obj zone
Error 1833 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_doors.obj zone
Error 1834 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_entity.obj zone
Error 1835 error LNK2001: unresolved external symbol __imp_Perl_newXS_flags C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_groups.obj zone
Error 1836 error LNK2019: unresolved external symbol __imp_Perl_av_fetch referenced in function XS_PerlPacket_FromArray C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1837 error LNK2019: unresolved external symbol __imp_Perl_av_len referenced in function XS_PerlPacket_FromArray C:\EQ\My Source\Updated Server\Binaries 11\zone\perl_perlpacket.obj zone
Error 1838 error LNK1120: 57 unresolved externals C:\EQ\My Source\Updated Server\Binaries 11\Bin\RelWithDebInfo\zone.exe zone

joligario
01-10-2014, 07:29 AM
If you get big CMake errors like that, you should never continue.

Just to double check, are you compiling 32 or 64 bit? Where did you get Perl? Is it a full install? Look for the libraries manually and use the advanced button to verify lib location.

Kingly_Krab
01-10-2014, 07:40 AM
64-Bit, I got the ActiveState Perl from their website, yes I believe it is, how would I check if it were not? I've never had an issue before today with it.

Also, configuring worked fine, here's a picture with Advanced on.

http://img20.imageshack.us/img20/4978/ph94.png

EDIT: Fixed, I was linking to a folder for the library, not the actual .lib.

http://i.imgur.com/6fzG45t.png

wolfwalkereci
01-10-2014, 03:54 PM
I had random issues with a couple versions of Perl and ended up using 5.16.3 x64. The downloaded file was, ActivePerl-5.16.3.1603-MSWin32-x64-296746.msi, if you have no objection to trying another version of Perl then you might want to try that.
If you are targeting x64 why is your Perl looking in C:/Perl and not C:/Perl64? Did you change the install path yourself because 64bit install will install to Perl64 if left alone.