I am trying to install Phalcon 2.1.x on PHP7. I also have Phalcon 2.0.10 compiled and working using older version of PHP.
So first I changed the PATH to the PHP7 installation, then cloned cphalcon, switched to 2.1.x, cloned zephir and ran sudo ./install -c
on zephir and there was no output, however, zephir version
returns 0.9.3a-dev-5c28295449
.
Now when I try to build Phalcon it returns this:
Mike-MacBookAir:cphalcon mike$ zephir build --backend=ZendEngine3
zephir_parser extension not loaded, compiling it
./build_linux.sh: line 9: re2c: command not found
error: re2c is not installed
make: *** No rule to make target `clean'. Stop.
Preparing for parser compilation...
sh: ./configure: No such file or directory
Compiling the parser...
make: *** No targets specified and no makefile found. Stop.
Zephir\Exception: The zephir parser extension could not be found or compiled!
Anyone tried this on a Mac?