Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php install.php fails #25

Open
nickleus opened this issue Jul 10, 2015 · 2 comments
Open

php install.php fails #25

nickleus opened this issue Jul 10, 2015 · 2 comments

Comments

@nickleus
Copy link

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 :)

@CyanSyd
Copy link

CyanSyd commented Aug 1, 2015

trying to install on Windows Vista64:

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.

@absalomedia
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants