MySQL Forums
Forum List  »  MySQL Workbench

Re: Build Fails on Mac OS 10.5
Posted by: Richard Bonomo
Date: August 06, 2009 01:35PM

Dear Alfredo and Co.,
I copied, moved, and renamed the pertinent header file as you indicated.
I let the build go until I got 6 warnings and 52 fatals. Here is a sample
of one of the fatals, below. I note that in the first several lines, the linker issues this warning: "ld warning: in /Developer/SDKs/MacOSX10.5.sdk/usr/local/lib/libmysqlclient.dylib, file is not of required architecture" Is this pertinent?

Rich

Building target “mysqlcppconn” of project “MySQLWorkbench” with configuration “Release” — (52 errors)
cd /Users/Shared/Sources/mysql-workbench-oss-5.1.16
setenv MACOSX_DEPLOYMENT_TARGET 10.5
/Developer/usr/bin/g++-4.0 -arch ppc -dynamiclib -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/Shared/Sources/mysql-workbench-oss-5.1.16/build/Release -L/usr/local/mysql/lib -F/Users/Shared/Sources/mysql-workbench-oss-5.1.16/build/Release -filelist /Users/Shared/Sources/mysql-workbench-oss-5.1.16/build/MySQLWorkbench.build/Release/mysqlcppconn.build/Objects-normal/ppc/mysqlcppconn.LinkFileList -install_name @executable_path/../Frameworks/mysqlcppconn.dylib -mmacosx-version-min=10.5 -headerpad_max_install_names -lmysqlclient -lsigc-2.0.0.0.0 -Wl,-single_module -compatibility_version 1 -current_version 1 -o /Users/Shared/Sources/mysql-workbench-oss-5.1.16/build/Release/mysqlcppconn.dylib
ld warning: in /Developer/SDKs/MacOSX10.5.sdk/usr/local/lib/libmysqlclient.dylib, file is not of required architecture
Undefined symbols:
"_mysql_stmt_sqlstate", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Prepared_Statement::sendLongDataBeforeParamBind() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::do_query() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::do_query() in mysql_prepared_statement.o
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
sql::mysql::util::throwSQLException(st_mysql_stmt*) in mysql_util.o
"_mysql_next_result", referenced from:
sql::mysql::MySQL_Prepared_Statement::getResultSet() in mysql_prepared_statement.o
sql::mysql::MySQL_Statement::getMoreResults() in mysql_statement.o
"_mysql_stmt_field_count", referenced from:
sql::mysql::MySQL_Prepared_Statement::execute() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_ResultSet::MySQL_Prepared_ResultSet(st_mysql_stmt*, sql::mysql::MySQL_ResultBind*, sql::ResultSet::enum_type, sql::mysql::MySQL_Prepared_Statement*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::MySQL_Prepared_ResultSetMetaData(st_mysql_stmt*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
"_mysql_errno", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Statement::do_query(char const*, unsigned long)in mysql_statement.o
sql::mysql::MySQL_Statement::do_query(char const*, unsigned long)in mysql_statement.o
sql::mysql::MySQL_Statement::get_resultset() in mysql_statement.o
sql::mysql::MySQL_Statement::getMoreResults() in mysql_statement.o
sql::mysql::util::throwSQLException(st_mysql*) in mysql_util.o
"_mysql_error", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Statement::do_query(char const*, unsigned long)in mysql_statement.o
sql::mysql::MySQL_Statement::get_resultset() in mysql_statement.o
sql::mysql::MySQL_Statement::getMoreResults() in mysql_statement.o
sql::mysql::util::throwSQLException(st_mysql*) in mysql_util.o
"_mysql_stmt_param_count", referenced from:
sql::mysql::MySQL_ParameterMetaData::MySQL_ParameterMetaData(st_mysql_stmt const*)in mysql_parameter_metadata.o
sql::mysql::MySQL_Prepared_Statement::MySQL_Prepared_Statement(st_mysql_stmt*, sql::Connection*, sql::ResultSet::enum_type, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_prepared_statement.o
"_mysql_server_end", referenced from:
sql::mysql::MySQL_Driver::~MySQL_Driver()in mysql_driver.o
sql::mysql::MySQL_Driver::~MySQL_Driver()in mysql_driver.o
"_mysql_autocommit", referenced from:
sql::mysql::MySQL_Connection::setAutoCommit(bool) in mysql_connection.o
"_mysql_num_fields", referenced from:
sql::mysql::MySQL_ResultSet::MySQL_ResultSet(sql::mysql::MYSQL_RES_Wrapper*, sql::ResultSet::enum_type, sql::mysql::MySQL_Statement*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_resultset.o
sql::mysql::MySQL_ResultSetMetaData::MySQL_ResultSetMetaData(sql::mysql::MYSQL_RES_Wrapper*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_resultset_metadata.o
"_mysql_stmt_send_long_data", referenced from:
sql::mysql::MySQL_Prepared_Statement::sendLongDataBeforeParamBind() in mysql_prepared_statement.o
"_mysql_debug", referenced from:
sql::mysql::MySQL_Connection::setClientOption(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void const*)in mysql_connection.o
"_mysql_rollback", referenced from:
sql::mysql::MySQL_Connection::rollback() in mysql_connection.o
"_mysql_stmt_errno", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Prepared_Statement::sendLongDataBeforeParamBind() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::sendLongDataBeforeParamBind() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::do_query() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::do_query() in mysql_prepared_statement.o
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
sql::mysql::util::throwSQLException(st_mysql_stmt*) in mysql_util.o
"_mysql_stmt_error", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Prepared_Statement::sendLongDataBeforeParamBind() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::do_query() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::do_query() in mysql_prepared_statement.o
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
sql::mysql::util::throwSQLException(st_mysql_stmt*) in mysql_util.o
"_mysql_real_query", referenced from:
sql::mysql::MySQL_Statement::do_query(char const*, unsigned long)in mysql_statement.o
"_mysql_fetch_row", referenced from:
sql::mysql::MySQL_ResultSet::seek() in mysql_resultset.o
sql::mysql::MySQL_ResultSet::next() in mysql_resultset.o
sql::mysql::MySQL_ResultSet::next() in mysql_resultset.o
"_mysql_more_results", referenced from:
sql::mysql::MySQL_Prepared_Statement::getResultSet() in mysql_prepared_statement.o
sql::mysql::MySQL_Statement::getMoreResults() in mysql_statement.o
"_mysql_affected_rows", referenced from:
sql::mysql::MySQL_Statement::execute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_statement.o
sql::mysql::MySQL_Statement::executeUpdate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_statement.o
"_mysql_num_rows", referenced from:
sql::mysql::MySQL_ResultSet::MySQL_ResultSet(sql::mysql::MYSQL_RES_Wrapper*, sql::ResultSet::enum_type, sql::mysql::MySQL_Statement*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_resultset.o
sql::mysql::MySQL_ResultSet::rowsCount() constin mysql_resultset.o
"_mysql_close", referenced from:
sql::mysql::MySQL_Connection::~MySQL_Connection()in mysql_connection.o
sql::mysql::MySQL_Connection::~MySQL_Connection()in mysql_connection.o
sql::mysql::MySQL_Connection::close() in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
"_mysql_stmt_num_rows", referenced from:
sql::mysql::MySQL_Prepared_ResultSet::MySQL_Prepared_ResultSet(st_mysql_stmt*, sql::mysql::MySQL_ResultBind*, sql::ResultSet::enum_type, sql::mysql::MySQL_Prepared_Statement*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSet::rowsCount() constin mysql_ps_resultset.o
"_mysql_fetch_lengths", referenced from:
sql::mysql::MySQL_ResultSet::getString(unsigned int) constin mysql_resultset.o
"_mysql_stmt_store_result", referenced from:
sql::mysql::MySQL_Prepared_Statement::executeQuery() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::getResultSet() in mysql_prepared_statement.o
"_mysql_stmt_init", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
"_mysql_options", referenced from:
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
"_mysql_stmt_execute", referenced from:
sql::mysql::MySQL_Prepared_Statement::do_query() in mysql_prepared_statement.o
"_mysql_query", referenced from:
sql::mysql::MySQL_Connection::setTransactionIsolation(sql::transaction_isolation) in mysql_connection.o
"_mysql_stmt_close", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Prepared_Statement::closeIntern() in mysql_prepared_statement.o
"_mysql_stmt_prepare", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
"_mysql_real_connect", referenced from:
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
"_mysql_stmt_bind_result", referenced from:
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
"_mysql_get_server_info", referenced from:
sql::mysql::MySQL_ConnectionMetaData::getDatabaseProductVersion() in mysql_metadata.o
"_mysql_init", referenced from:
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
"_mysql_stmt_attr_set", referenced from:
sql::mysql::MySQL_Prepared_Statement::executeQuery() in mysql_prepared_statement.o
sql::mysql::MySQL_Prepared_Statement::getResultSet() in mysql_prepared_statement.o
"_mysql_get_server_version", referenced from:
sql::mysql::MySQL_Connection::getCatalog() in mysql_connection.o
sql::mysql::MySQL_Connection::releaseSavepoint(sql::Savepoint*) in mysql_connection.o
sql::mysql::MySQL_ConnectionMetaData::MySQL_ConnectionMetaData(sql::mysql::MySQL_Connection*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_metadata.o
"_mysql_set_server_option", referenced from:
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
"_mysql_fetch_field", referenced from:
sql::mysql::MySQL_Prepared_ResultSet::MySQL_Prepared_ResultSet(st_mysql_stmt*, sql::mysql::MySQL_ResultBind*, sql::ResultSet::enum_type, sql::mysql::MySQL_Prepared_Statement*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_ps_resultset.o
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
"_mysql_server_init", referenced from:
sql::mysql::MySQL_Driver::MySQL_Driver()in mysql_driver.o
"_mysql_fetch_field_direct", referenced from:
sql::mysql::MySQL_Prepared_ResultSetMetaData::isZerofill(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::isSigned(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::isSigned(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::isReadOnly(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::isNullable(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::isAutoIncrement(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getScale(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getPrecision(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getColumnType(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getColumnType(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getColumnDisplaySize(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getCatalogName(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getColumnLabel(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getColumnName(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getColumnTypeName(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getSchemaName(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::getTableName(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::isCaseSensitive(unsigned int)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_ResultSet::getFieldMeta(unsigned int) constin mysql_resultset.o
sql::mysql::MySQL_ResultSetMetaData::getFieldMeta(unsigned int) constin mysql_resultset_metadata.o
"_mysql_store_result", referenced from:
sql::mysql::MySQL_Statement::get_resultset() in mysql_statement.o
sql::mysql::MySQL_Statement::getResultSet() in mysql_statement.o
"_mysql_ssl_set", referenced from:
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
"_mysql_use_result", referenced from:
sql::mysql::MySQL_Statement::get_resultset() in mysql_statement.o
sql::mysql::MySQL_Statement::getResultSet() in mysql_statement.o
"_mysql_free_result", referenced from:
sql::mysql::MySQL_Prepared_ResultSet::MySQL_Prepared_ResultSet(st_mysql_stmt*, sql::mysql::MySQL_ResultBind*, sql::ResultSet::enum_type, sql::mysql::MySQL_Prepared_Statement*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::~MySQL_Prepared_ResultSetMetaData()in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::~MySQL_Prepared_ResultSetMetaData()in mysql_ps_resultset_metadata.o
sql::mysql::MYSQL_RES_Wrapper::dispose() in mysql_res_wrapper.o
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
"_mysql_stmt_bind_param", referenced from:
sql::mysql::MySQL_Prepared_Statement::do_query() in mysql_prepared_statement.o
"_mysql_stmt_result_metadata", referenced from:
sql::mysql::MySQL_Prepared_ResultSet::MySQL_Prepared_ResultSet(st_mysql_stmt*, sql::mysql::MySQL_ResultBind*, sql::ResultSet::enum_type, sql::mysql::MySQL_Prepared_Statement*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSetMetaData::MySQL_Prepared_ResultSetMetaData(st_mysql_stmt*, sql::mysql::util::my_shared_ptr<sql::mysql::MySQL_DebugLogger>*)in mysql_ps_resultset_metadata.o
sql::mysql::MySQL_ResultBind::bindResult() in mysql_resultbind.o
"_mysql_commit", referenced from:
sql::mysql::MySQL_Connection::commit() in mysql_connection.o
"_mysql_data_seek", referenced from:
sql::mysql::MySQL_ResultSet::seek() in mysql_resultset.o
sql::mysql::MySQL_ResultSet::beforeFirst() in mysql_resultset.o
sql::mysql::MySQL_ResultSet::absolute(int) in mysql_resultset.o
"_mysql_stmt_fetch", referenced from:
sql::mysql::MySQL_Prepared_ResultSet::seek() in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSet::previous() in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSet::next() in mysql_ps_resultset.o
"_mysql_sqlstate", referenced from:
sql::mysql::MySQL_Connection::prepareStatement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Connection::init(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, sql::_ConnectPropertyVal, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, sql::_ConnectPropertyVal> > >&)in mysql_connection.o
sql::mysql::MySQL_Statement::do_query(char const*, unsigned long)in mysql_statement.o
sql::mysql::MySQL_Statement::get_resultset() in mysql_statement.o
sql::mysql::MySQL_Statement::getMoreResults() in mysql_statement.o
sql::mysql::util::throwSQLException(st_mysql*) in mysql_util.o
"_mysql_field_count", referenced from:
sql::mysql::MySQL_Statement::execute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_statement.o
sql::mysql::MySQL_Statement::executeUpdate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in mysql_statement.o
sql::mysql::MySQL_Statement::getMoreResults() in mysql_statement.o
"_mysql_stmt_affected_rows", referenced from:
sql::mysql::MySQL_Prepared_Statement::executeUpdate() in mysql_prepared_statement.o
"_mysql_stmt_data_seek", referenced from:
sql::mysql::MySQL_Prepared_ResultSet::seek() in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSet::previous() in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSet::relative(int) in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSet::next() in mysql_ps_resultset.o
sql::mysql::MySQL_Prepared_ResultSet::beforeFirst() in mysql_ps_resultset.o
ld: symbol(s) not found

Options: ReplyQuote


Subject
Views
Written By
Posted
5013
October 16, 2008 04:07PM
5140
October 16, 2008 04:07PM
4372
August 04, 2009 09:41AM
3174
August 04, 2009 11:57AM
3177
August 04, 2009 04:42PM
2829
August 04, 2009 04:52PM
3040
August 06, 2009 08:43AM
3030
August 06, 2009 11:03AM
2769
August 06, 2009 11:31AM
4209
August 06, 2009 10:25AM
Re: Build Fails on Mac OS 10.5
3459
August 06, 2009 01:35PM
2999
August 17, 2009 09:24AM
4221
October 16, 2008 04:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.