forked from jamierumbelow/sassphp
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
trying to install on mac OS X Yosemite, v10.10.3:
grep: /Applications/MAMP/bin/php/php5.6.2/include/php/main/php.h: No such file or directory
grep: /Applications/MAMP/bin/php/php5.6.2/include/php/Zend/zend_modules.h: No such file or directory
grep: /Applications/MAMP/bin/php/php5.6.2/include/php/Zend/zend_extensions.h: No such file or directory
Configuring for:
PHP Api Version:
Zend Module Api No:
Zend Extension Api No:
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
sh: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
UPDATE
it was my MAMP that was messing it up, so i did this:
nano -w ~/.bash_profile
it had contents:
export PATH="~/.composer/vendor/bin:/Applications/MAMP/bin/php/php5.6.2/bin:/Users/nick/Documents/bin:$PATH"
so i changed it to:
export PATH="~/.composer/vendor/bin:/usr/bin/php:/Users/nick/Documents/bin:$PATH"
then:
cd sassphp
php install.php
make test
sudo make install
and it installed :)
Metadata
Metadata
Assignees
Labels
No labels