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
4694
January 14, 2015 04:56AM
2235
January 14, 2015 09:11AM
2122
January 15, 2015 12:55AM
2111
January 21, 2015 02:07PM
2175
February 05, 2015 08:26AM
1977
February 05, 2015 02:34PM
2009
February 09, 2015 02:42AM
2027
February 11, 2015 01:19PM
1990
February 11, 2015 03:09PM
1935
February 18, 2015 11:55AM
2111
February 12, 2015 03:09AM
1982
February 18, 2015 11:51AM
1844
March 12, 2015 05:54AM
1953
February 28, 2015 10:59AM
1988
March 04, 2015 08:45AM
1911
March 12, 2015 05:44AM
2055
March 12, 2015 06:03AM
1829
March 20, 2015 02:05PM
Re: Problem building
1936
March 15, 2015 06:28AM
1991
March 20, 2015 02:04PM
1943
March 26, 2015 07:57AM
1977
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.