MySQL Forums
Forum List  »  Connector/Arduino

Re: Problem building
Posted by: Carl Engman
Date: March 15, 2015 06:28AM

Hi again

I really hope you can help with my compilation errors. I'm not so good in writing and understand code. I have done all your suggestions but end up with the following error. Tried it on MAC and PC with same result. This is just a snippet of all errors

________________________

sql_connector/mysql.cpp.o: In function `Connector::Connector()':
/Users/Carl/Documents/Arduino/libraries/mysql_connector/mysql.cpp:48: multiple definition of `Connector::Connector()'
mysql.cpp.o:mysql.cpp:48: first defined here
mysql_connector/mysql.cpp.o: In function `Connector::print_message(char const*, bool)':
/Users/Carl/Documents/Arduino/libraries/mysql_connector/mysql.h:167: multiple definition of `Connector::Connector()'
mysql.cpp.o:mysql.h:167: first defined here
mysql_connector/mysql.cpp.o: In function `Connector::print_message(char const*, bool)':
/Users/Carl/Documents/Arduino/libraries/mysql_connector/mysql.h:167: multiple definition of `Connector::free_columns_buffer()'
mysql.cpp.o:mysql.h:167: first defined here
mysql_connector/mysql.cpp.o: In function `Connector::print_message(char const*, bool)':
/Users/Carl/Documents/Arduino/libraries/mysql_connector/mysql.h:167: multiple definition of `Connector::free_row_buffer()'
mysql.cpp.o:mysql.h:167: first defined here
mysql_connector/mysql.cpp.o: In function `Connector::print_message(char const*, bool)':
/Users/Carl/Documents/Arduino/libraries/mysql_connector/mysql.h:167: multiple definition of `Connector::parse_handshake_packet()'
mysql.cpp.o:mysql.h:167: first defined here

Options: ReplyQuote


Subject
Views
Written By
Posted
4005
January 14, 2015 04:56AM
2000
January 14, 2015 09:11AM
1848
January 15, 2015 12:55AM
1831
January 21, 2015 02:07PM
1919
February 05, 2015 08:26AM
1742
February 05, 2015 02:34PM
1755
February 09, 2015 02:42AM
1786
February 11, 2015 01:19PM
1731
February 11, 2015 03:09PM
1702
February 18, 2015 11:55AM
1830
February 12, 2015 03:09AM
1730
February 18, 2015 11:51AM
1569
March 12, 2015 05:54AM
1708
February 28, 2015 10:59AM
1723
March 04, 2015 08:45AM
1672
March 12, 2015 05:44AM
1696
March 12, 2015 06:03AM
1563
March 20, 2015 02:05PM
Re: Problem building
1680
March 15, 2015 06:28AM
1729
March 20, 2015 02:04PM
1709
March 26, 2015 07:57AM
1723
March 20, 2015 02:06PM


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.