You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
php install.php
make: *** No rule to make target 'clean'. Stop.
make: *** No targets specified and no makefile found. Stop.
'phpize' is not recognized as an internal or external command,
operable program or batch file.
'.' is not recognized as an internal or external command,
operable program or batch file.
make: *** No targets specified and no makefile found. Stop.
@CyanSyd there's no structure for Sassphp in it's current form to work or be built correctly on Windows. That said, I have been looking at a dedicated Wintel fork of it.
trying to install on mac OS X Yosemite, v10.10.3:
UPDATE
it was my MAMP that was messing it up, so i did this:
nano -w ~/.bash_profile
it had contents:
so i changed it to:
then:
and it installed :)
The text was updated successfully, but these errors were encountered: