[ create a new paste ] login | about

Link: http://codepad.org/hTkQKc5s    [ raw code | fork ]

Plain Text, pasted on Nov 14:
1>------ Build started: Project: mysqlpp, Configuration: Debug Win32 ------
2>------ Build started: Project: tquery3, Configuration: Debug Win32 ------
1>     Creating library C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\mysqlpp_d.lib and object C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\mysqlpp_d.exp
1>connection.obj : error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall mysqlpp::DBDriver::client_version(void)const " (?client_version@DBDriver@mysqlpp@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>dbdriver.obj : error LNK2001: unresolved external symbol _mysql_get_client_info@0
1>connection.obj : error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: int __thiscall mysqlpp::DBDriver::errnum(void)" (?errnum@DBDriver@mysqlpp@@QAEHXZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: char const * __thiscall mysqlpp::DBDriver::error(void)" (?error@DBDriver@mysqlpp@@QAEPBDXZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_get_host_info@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall mysqlpp::DBDriver::ipc_info(void)" (?ipc_info@DBDriver@mysqlpp@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_kill@8 referenced in function "public: bool __thiscall mysqlpp::DBDriver::kill(unsigned long)" (?kill@DBDriver@mysqlpp@@QAE_NK@Z)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "public: bool __thiscall mysqlpp::DBDriver::ping(void)" (?ping@DBDriver@mysqlpp@@QAE_NXZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_get_proto_info@4 referenced in function "public: int __thiscall mysqlpp::DBDriver::protocol_version(void)" (?protocol_version@DBDriver@mysqlpp@@QAEHXZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_select_db@8 referenced in function "public: bool __thiscall mysqlpp::DBDriver::select_db(char const *)" (?select_db@DBDriver@mysqlpp@@QAE_NPBD@Z)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_stat@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall mysqlpp::DBDriver::server_status(void)" (?server_status@DBDriver@mysqlpp@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall mysqlpp::DBDriver::server_version(void)" (?server_version@DBDriver@mysqlpp@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_thread_end@0 referenced in function "public: static void __cdecl mysqlpp::DBDriver::thread_end(void)" (?thread_end@DBDriver@mysqlpp@@SAXXZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_thread_id@4 referenced in function "public: unsigned long __thiscall mysqlpp::DBDriver::thread_id(void)" (?thread_id@DBDriver@mysqlpp@@QAEKXZ)
1>connection.obj : error LNK2019: unresolved external symbol _mysql_thread_init@0 referenced in function "public: static bool __cdecl mysqlpp::DBDriver::thread_start(void)" (?thread_start@DBDriver@mysqlpp@@SA_NXZ)
1>result.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>row.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>transaction.obj : error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::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> > const &)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z)
1>vallist.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>mysql++.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>mystring.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>qparms.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>query.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>connection.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>field_names.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>field_types.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>manip.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
1>dbdriver.obj : error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall mysqlpp::DBDriver::DBDriver(void)" (??0DBDriver@mysqlpp@@QAE@XZ)
1>dbdriver.obj : error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: virtual bool __thiscall mysqlpp::DBDriver::connect(char const *,char const *,unsigned int,char const *,char const *,char const *)" (?connect@DBDriver@mysqlpp@@UAE_NPBD0I000@Z)
1>dbdriver.obj : error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: void __thiscall mysqlpp::DBDriver::disconnect(void)" (?disconnect@DBDriver@mysqlpp@@QAEXXZ)
1>dbdriver.obj : error LNK2019: unresolved external symbol _mysql_ssl_set@24 referenced in function "public: bool __thiscall mysqlpp::DBDriver::enable_ssl(char const *,char const *,char const *,char const *,char const *)" (?enable_ssl@DBDriver@mysqlpp@@QAE_NPBD0000@Z)
1>dbdriver.obj : error LNK2019: unresolved external symbol _mysql_info@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall mysqlpp::DBDriver::query_info(void)" (?query_info@DBDriver@mysqlpp@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>dbdriver.obj : error LNK2019: unresolved external symbol _mysql_shutdown@8 referenced in function "public: bool __thiscall mysqlpp::DBDriver::shutdown(void)" (?shutdown@DBDriver@mysqlpp@@QAE_NXZ)
1>dbdriver.obj : error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: static bool __cdecl mysqlpp::DBDriver::thread_aware(void)" (?thread_aware@DBDriver@mysqlpp@@SA_NXZ)
1>options.obj : error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: bool __thiscall mysqlpp::DBDriver::set_option(enum mysql_option,void const *)" (?set_option@DBDriver@mysqlpp@@QAE_NW4mysql_option@@PBX@Z)
1>options.obj : error LNK2019: unresolved external symbol _mysql_set_server_option@8 referenced in function "public: bool __thiscall mysqlpp::DBDriver::set_option(enum enum_mysql_set_option)" (?set_option@DBDriver@mysqlpp@@QAE_NW4enum_mysql_set_option@@@Z)
1>query.obj : error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function "public: unsigned __int64 __thiscall mysqlpp::DBDriver::affected_rows(void)" (?affected_rows@DBDriver@mysqlpp@@QAE_KXZ)
1>query.obj : error LNK2019: unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall mysqlpp::DBDriver::escape_string(char *,char const *,unsigned int)" (?escape_string@DBDriver@mysqlpp@@QAEIPADPBDI@Z)
1>query.obj : error LNK2019: unresolved external symbol _mysql_escape_string@12 referenced in function "public: static unsigned int __cdecl mysqlpp::DBDriver::escape_string_no_conn(char *,char const *,unsigned int)" (?escape_string_no_conn@DBDriver@mysqlpp@@SAIPADPBDI@Z)
1>query.obj : error LNK2019: unresolved external symbol _mysql_real_query@12 referenced in function "public: bool __thiscall mysqlpp::DBDriver::execute(char const *,unsigned int)" (?execute@DBDriver@mysqlpp@@QAE_NPBDI@Z)
1>query.obj : error LNK2019: unresolved external symbol _mysql_insert_id@4 referenced in function "public: unsigned __int64 __thiscall mysqlpp::DBDriver::insert_id(void)" (?insert_id@DBDriver@mysqlpp@@QAE_KXZ)
1>query.obj : error LNK2019: unresolved external symbol _mysql_more_results@4 referenced in function "public: bool __thiscall mysqlpp::DBDriver::more_results(void)" (?more_results@DBDriver@mysqlpp@@QAE_NXZ)
1>query.obj : error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "public: struct st_mysql_res * __thiscall mysqlpp::DBDriver::store_result(void)" (?store_result@DBDriver@mysqlpp@@QAEPAUst_mysql_res@@XZ)
1>query.obj : error LNK2019: unresolved external symbol _mysql_next_result@4 referenced in function "public: enum mysqlpp::DBDriver::nr_code __thiscall mysqlpp::DBDriver::next_result(void)" (?next_result@DBDriver@mysqlpp@@QAE?AW4nr_code@12@XZ)
1>query.obj : error LNK2019: unresolved external symbol _mysql_use_result@4 referenced in function "public: struct st_mysql_res * __thiscall mysqlpp::DBDriver::use_result(void)" (?use_result@DBDriver@mysqlpp@@QAEPAUst_mysql_res@@XZ)
1>result.obj : error LNK2019: unresolved external symbol _mysql_fetch_field_direct@8 referenced in function "public: struct st_mysql_field * __thiscall mysqlpp::DBDriver::fetch_field(struct st_mysql_res *,unsigned int)const " (?fetch_field@DBDriver@mysqlpp@@QBEPAUst_mysql_field@@PAUst_mysql_res@@I@Z)
1>result.obj : error LNK2019: unresolved external symbol _mysql_fetch_field@4 referenced in function "public: struct st_mysql_field * __thiscall mysqlpp::DBDriver::fetch_field(struct st_mysql_res *,unsigned int)const " (?fetch_field@DBDriver@mysqlpp@@QBEPAUst_mysql_field@@PAUst_mysql_res@@I@Z)
1>result.obj : error LNK2019: unresolved external symbol _mysql_field_seek@8 referenced in function "public: void __thiscall mysqlpp::DBDriver::field_seek(struct st_mysql_res *,unsigned int)const " (?field_seek@DBDriver@mysqlpp@@QBEXPAUst_mysql_res@@I@Z)
1>result.obj : error LNK2019: unresolved external symbol _mysql_num_fields@4 referenced in function "public: int __thiscall mysqlpp::DBDriver::num_fields(struct st_mysql_res *)const " (?num_fields@DBDriver@mysqlpp@@QBEHPAUst_mysql_res@@@Z)
1>result.obj : error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: char * * __thiscall mysqlpp::DBDriver::fetch_row(struct st_mysql_res *)const " (?fetch_row@DBDriver@mysqlpp@@QBEPAPADPAUst_mysql_res@@@Z)
1>result.obj : error LNK2019: unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned long const * __thiscall mysqlpp::DBDriver::fetch_lengths(struct st_mysql_res *)const " (?fetch_lengths@DBDriver@mysqlpp@@QBEPBKPAUst_mysql_res@@@Z)
1>result.obj : error LNK2019: unresolved external symbol _mysql_num_rows@4 referenced in function "public: unsigned __int64 __thiscall mysqlpp::DBDriver::num_rows(struct st_mysql_res *)const " (?num_rows@DBDriver@mysqlpp@@QBE_KPAUst_mysql_res@@@Z)
1>C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\mysqlpp.dll : fatal error LNK1120: 39 unresolved externals
3>------ Build started: Project: tquery2, Configuration: Debug Win32 ------
2>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
3>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
4>------ Build started: Project: tquery1, Configuration: Debug Win32 ------
4>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
5>------ Build started: Project: store_if, Configuration: Debug Win32 ------
6>------ Build started: Project: ssqls5, Configuration: Debug Win32 ------
6>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
5>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
7>------ Build started: Project: ssqls4, Configuration: Debug Win32 ------
8>------ Build started: Project: ssqls3, Configuration: Debug Win32 ------
7>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
8>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
9>------ Build started: Project: ssqls2, Configuration: Debug Win32 ------
10>------ Build started: Project: ssqls1, Configuration: Debug Win32 ------
9>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
10>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
11>------ Build started: Project: simple3, Configuration: Debug Win32 ------
11>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
12>------ Build started: Project: transaction, Configuration: Debug Win32 ------
13>------ Build started: Project: simple1, Configuration: Debug Win32 ------
12>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
13>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
14>------ Build started: Project: resetdb, Configuration: Debug Win32 ------
15>------ Build started: Project: multiquery, Configuration: Debug Win32 ------
14>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
15>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
16>------ Build started: Project: load_jpeg, Configuration: Debug Win32 ------
17>------ Build started: Project: for_each, Configuration: Debug Win32 ------
16>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
18>------ Build started: Project: fieldinf, Configuration: Debug Win32 ------
17>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
18>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
19>------ Build started: Project: deadlock, Configuration: Debug Win32 ------
20>------ Build started: Project: dbinfo, Configuration: Debug Win32 ------
19>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
20>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
21>------ Build started: Project: cpool, Configuration: Debug Win32 ------
21>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
22>------ Build started: Project: cgi_jpeg, Configuration: Debug Win32 ------
23>------ Build started: Project: simple2, Configuration: Debug Win32 ------
22>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
23>LINK : fatal error LNK1104: cannot open file 'C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\excommon.lib'
24>------ Build started: Project: test_wnp, Configuration: Debug Win32 ------
25>------ Build started: Project: test_uds, Configuration: Debug Win32 ------
24>  mysql++_test_wnp.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_wnp.exe
25>  mysql++_test_uds.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_uds.exe
26>------ Build started: Project: test_tcp, Configuration: Debug Win32 ------
27>------ Build started: Project: test_string, Configuration: Debug Win32 ------
26>  mysql++_test_tcp.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_tcp.exe
27>  mysql++_test_string.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_string.exe
28>------ Build started: Project: test_qstream, Configuration: Debug Win32 ------
29>------ Build started: Project: test_qssqls, Configuration: Debug Win32 ------
28>  mysql++_test_qstream.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_qstream.exe
29>  mysql++_test_qssqls.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_qssqls.exe
30>------ Build started: Project: test_null_comparison, Configuration: Debug Win32 ------
31>------ Build started: Project: test_manip, Configuration: Debug Win32 ------
30>  mysql++_test_null_comparison.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_null_comparison.exe
31>  mysql++_test_manip.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_manip.exe
32>------ Build started: Project: test_inttypes, Configuration: Debug Win32 ------
32>  mysql++_test_inttypes.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_inttypes.exe
33>------ Build started: Project: test_datetime, Configuration: Debug Win32 ------
34>------ Build started: Project: test_cpool, Configuration: Debug Win32 ------
33>  mysql++_test_datetime.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_datetime.exe
34>  mysql++_test_cpool.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_cpool.exe
35>------ Build started: Project: test_array_index, Configuration: Debug Win32 ------
35>  mysql++_test_array_index.vcxproj -> C:\Users\Julius\Documents\Visual Studio 2010\Libs\mysql++\vc2008\Debug\test_array_index.exe
========== Build: 12 succeeded, 23 failed, 1 up-to-date, 0 skipped ==========



Create a new paste based on this one


Comments: