Entry tags:
Posted: Software Sucks
I'm going to write a perfect calendar/reminder/to-do/note program. Please submit your requirements for review.
...
_mysql.c:1748: error: syntax error before '*' token
_mysql.c:1749: warning: function declaration isn't a prototype
_mysql.c: In function `_mysql_ResultObject_dealloc':
_mysql.c:1750: error: `self' undeclared (first use in this function)
_mysql.c:1751: warning: implicit declaration of function `mysql_free_result'
_mysql.c: At top level:
_mysql.c:1758: error: syntax error before '*' token
_mysql.c:1759: warning: function declaration isn't a prototype
_mysql.c: In function `_mysql_ResultObject_repr':
_mysql.c:1762: error: `self' undeclared (first use in this function)
_mysql.c: At top level:
_mysql.c:1928: error: syntax error before ')' token
_mysql.c:1928: error: initializer element is not constant
_mysql.c:1928: error: (near initialization for `_mysql_ConnectionObject_memberlist[0].offset')
_mysql.c:1928: error: initializer element is not constant
_mysql.c:1928: error: (near initialization for `_mysql_ConnectionObject_memberlist[0]')
_mysql.c:1935: error: syntax error before ')' token
_mysql.c:1935: error: initializer element is not constant
_mysql.c:1935: error: (near initialization for `_mysql_ConnectionObject_memberlist[1].offset')
_mysql.c:1935: error: initializer element is not constant
...
...
_mysql.c:1748: error: syntax error before '*' token
_mysql.c:1749: warning: function declaration isn't a prototype
_mysql.c: In function `_mysql_ResultObject_dealloc':
_mysql.c:1750: error: `self' undeclared (first use in this function)
_mysql.c:1751: warning: implicit declaration of function `mysql_free_result'
_mysql.c: At top level:
_mysql.c:1758: error: syntax error before '*' token
_mysql.c:1759: warning: function declaration isn't a prototype
_mysql.c: In function `_mysql_ResultObject_repr':
_mysql.c:1762: error: `self' undeclared (first use in this function)
_mysql.c: At top level:
_mysql.c:1928: error: syntax error before ')' token
_mysql.c:1928: error: initializer element is not constant
_mysql.c:1928: error: (near initialization for `_mysql_ConnectionObject_memberlist[0].offset')
_mysql.c:1928: error: initializer element is not constant
_mysql.c:1928: error: (near initialization for `_mysql_ConnectionObject_memberlist[0]')
_mysql.c:1935: error: syntax error before ')' token
_mysql.c:1935: error: initializer element is not constant
_mysql.c:1935: error: (near initialization for `_mysql_ConnectionObject_memberlist[1].offset')
_mysql.c:1935: error: initializer element is not constant
...