So I have xdebug installed but im guessing its the wrong version as I downloaded a precompiled version and it doesn't work so I decided to make my own. I followed the instructions on the xdebug site and when it comes to running phpize I get the following error:
Cannot find config.m4.
Make sure that you run './phpize' in the top level source directory of the module
When I run phpize in the directory /usr/bin I get the same error.
When I try to see what version of phpize I am running I get the following error:
grep: /usr/include/php/main/php.h: No such file or directory
grep: /usr/include/php/Zend/zend_modules.h: No such file or directory
grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory
Configuring for:
PHP Api Version:
Zend Module Api No:
Zend Extension Api No:
Also another thing which is stopping me in my tracks is that I have no gcc compiler I have unisntalled and reinstalled xcode twice now with no prevail...