MySQL Forums
Forum List  »  Connector/Arduino

Re: Problem to build
Posted by: Erik Gruetzmacher
Date: November 04, 2014 07:31PM

Please help!! I'm having the same issue even after I uncommented "#define WITH_SELECT" Please see my log below.


In file included from mysql_connector_With_Select.ino:4:
C:\Users\egruetzmacher\Documents\Arduino\libraries\sha1/sha256.h:10: error: redefinition of 'union _buffer'
C:\Users\egruetzmacher\Documents\Arduino\libraries\sha1/sha1.h:10: error: previous definition of 'union _buffer'
C:\Users\egruetzmacher\Documents\Arduino\libraries\sha1/sha256.h:14: error: redefinition of 'union _state'
C:\Users\egruetzmacher\Documents\Arduino\libraries\sha1/sha1.h:14: error: previous definition of 'union _state'
mysql_connector_With_Select.ino: In function 'void do_query(const char*)':
mysql_connector_With_Select:75: error: 'column_names' was not declared in this scope
mysql_connector_With_Select:75: error: 'c' was not declared in this scope
mysql_connector_With_Select:76: error: 'row_values' was not declared in this scope
mysql_connector_With_Select:76: error: 'r' was not declared in this scope
mysql_connector_With_Select:91: error: 'class Connector' has no member named 'get_columns'
mysql_connector_With_Select:106: error: 'class Connector' has no member named 'get_next_row'
mysql_connector_With_Select:120: error: 'class Connector' has no member named 'free_row_buffer'
mysql_connector_With_Select:128: error: 'class Connector' has no member named 'free_columns_buffer'

Options: ReplyQuote


Subject
Views
Written By
Posted
4016
September 02, 2014 06:09PM
2078
September 03, 2014 08:22AM
Re: Problem to build
2489
November 04, 2014 07:31PM
1941
November 05, 2014 09:00AM
1820
November 05, 2014 10:43AM
2406
November 05, 2014 12:16PM
1964
November 11, 2014 09:38AM


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.