I am following the following tutorial (in my Debian Wheezy VM) :
Only difference, instead of "utils" I called my project "aranea" and namespace "Aranea".
When I build the project, it fails:
[email protected]:/opt/code/aranea# zephir build
Compiling...
Installing...
Zephir\CompilerException: Internal extension compilation failed. Check compile-errors.log for more information
In compile-errors.log I see:
/bin/bash: /var/www/aranea/ext/libtool: No such file or directory
make: *** [aranea.lo] Error 127
/bin/bash: /var/www/aranea/ext/libtool: No such file or directory
make: *** [aranea.lo] Error 127
In ext I do not see libtool, so it was not installed when doing the zephir init aranea.
Do you somehow need to include libtool?
Thanks,
Jeroen