Open roj4s opened 7 years ago
After phpize, configure i put ./make and it returns all the error listed below:
sapnwrfc.c:2576:28: error: macro "RETURN_STRINGL" passed 3 arguments, but takes just 2 sapnwrfc.c:2192:88: error: macro "add_assoc_string" passed 4 arguments, but takes just 3 sapnwrfc.c:2607:28: error: macro "RETURN_STRINGL" passed 3 arguments, but takes just 2
and much much more ...
Hi -
What version of PHP5 are you using ?
Cheers.
Php 5.6 ubuntu 16.04
you might want to have a look at https://github.com/gkralik/php7-sapnwrfc .
Yeah thanks I'm using that one ... However need a version compatible with php5.
After phpize, configure i put ./make and it returns all the error listed below:
sapnwrfc.c:2576:28: error: macro "RETURN_STRINGL" passed 3 arguments, but takes just 2 sapnwrfc.c:2192:88: error: macro "add_assoc_string" passed 4 arguments, but takes just 3 sapnwrfc.c:2607:28: error: macro "RETURN_STRINGL" passed 3 arguments, but takes just 2
and much much more ...