I tried to compile it,and did some extensive changes to the code, but I'm stuck at this stage:
rexx_mysql.h:53:2: error: excess elements in char array initializer
"MySQL_Connect",
^~~~~~~~~~~~~~~
rexx_mysql.h:53:2: note: (near initialization for ‘FuncTable’)
rexx_mysql.h:54:2: error: excess elements in char array initializer
"MySQL_Close",
^~~~~~~~~~~~~
rexx_mysql.h:54:2: note: (near initialization for ‘FuncTable’)
rexx_mysql.h:55:2: error: excess elements in char array initializer
"MySQL_Select_DB",
^~~~~~~~~~~~~~~~~
rexx_mysql.h:55:2: note: (near initialization for ‘FuncTable’)
rexx_mysql.h:56:2: error: excess elements in char array initializer
"MySQL_Query",
^~~~~~~~~~~~~
rexx_mysql.h:56:2: note: (near initialization for ‘FuncTable’)
rexx_mysql.h:57:2: error: excess elements in char array initializer
"MySQL_Store_Result",
^~~~~~~~~~~~~~~~~~~~
rexx_mysql.h:57:2: note: (near initialization for ‘FuncTable’)
rexx_mysql.h:58:2: error: excess elements in char array initializer
"MySQL_Use_Result",
I would appreciate your assistance.
I will upload the resulting code when it compiles fine with current Linux's..
Thanks for this package, OoRexx - MySQL interface is a necessary package.
I got it to compile..
Just a few changes :
in rexx_utils.h, somewhere towards the beginning:
Appreciate you fixing up this code. It’s not something I’ve used or updated in years. Thanks!
Related
Support Requests: #2