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

--without-homebrew-php can't always find main/php.h #8

Open
ninjapanzer opened this issue Dec 30, 2019 · 1 comment
Open

--without-homebrew-php can't always find main/php.h #8

ninjapanzer opened this issue Dec 30, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ninjapanzer
Copy link
Contributor

ninjapanzer commented Dec 30, 2019

bash-3.2$ make
/bin/sh /private/tmp/phalcon@3.4-20191229-18569-1jk9tf1/cphalcon-3.4.5/build/php7/64bits/libtool --mode=compile clang  -I. -I/private/tmp/phalcon@3.4-20191229-18569-1jk9tf1/cphalcon-3.4.5/build/php7/64bits -DPHP_ATOM_INC -I/private/tmp/phalcon@3.4-20191229-18569-1jk9tf1/cphalcon-3.4.5/build/php7/64bits/include -I/private/tmp/phalcon@3.4-20191229-18569-1jk9tf1/cphalcon-3.4.5/build/php7/64bits/main -I/private/tmp/phalcon@3.4-20191229-18569-1jk9tf1/cphalcon-3.4.5/build/php7/64bits -I/usr/local/Cellar/php@7.3/7.3.13/include/php -I/usr/local/Cellar/php@7.3/7.3.13/include/php/main -I/usr/local/Cellar/php@7.3/7.3.13/include/php/TSRM -I/usr/local/Cellar/php@7.3/7.3.13/include/php/Zend -I/usr/local/Cellar/php@7.3/7.3.13/include/php/ext -I/usr/local/Cellar/php@7.3/7.3.13/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/phalcon@3.4-20191229-18569-1jk9tf1/cphalcon-3.4.5/build/php7/64bits/phalcon.zep.c -o phalcon.lo
mkdir .libs
 clang -I. -I/private/tmp/phalcon@3.4-20191229-18569-...I/usr/local/Cellar/php@7.3/7.3.13/include/php -I/usr/local/Cellar/php@7.3/7.3.13/include/php/main -I/usr/local/Cellar/php@7.3/7.3.13/include/php/TSRM -I/usr/local/Cellar/php@7.3/7.3.13/include/php/Zend -I/usr/local/Cellar/php@7.3/7.3.13/include/php/ext -I/usr/local/Cellar/php@7.3/7.3.13/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/phalcon@3.4-20191229-18569-1jk9tf1/cphalcon-3.4.5/build/php7/64bits/phalcon.zep.c  -fno-common -DPIC -o .libs/phalcon.o
/private/tmp/phalcon@3.4-20191229-18569-1jk9tf1/cphalcon-3.4.5/build/php7/64bits/phalcon.zep.c:46:10: fatal error: 'main/php.h' file not found
#include <main/php.h>

Discovered when researching #5

@ninjapanzer ninjapanzer self-assigned this Dec 30, 2019
@ninjapanzer ninjapanzer added the bug Something isn't working label Dec 30, 2019
@ninjapanzer
Copy link
Contributor Author

Tests #6
Shows failure #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant