Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

Installing in OS X #1

Open
IngwiePhoenix opened this issue Jun 14, 2013 · 1 comment
Open

Installing in OS X #1

IngwiePhoenix opened this issue Jun 14, 2013 · 1 comment

Comments

@IngwiePhoenix
Copy link

Hey! I have just tried to install it in OS X and while I am makeing it, it's giving me this:

 cc -I. -I/Users/Ingwie/Work/bcompiler/bcompiler -DPHP_ATOM_INC -I/Users/Ingwie/Work/bcompiler/bcompiler/include -I/Users/Ingwie/Work/bcompiler/bcompiler/main -I/Users/Ingwie/Work/bcompiler/bcompiler -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /Users/Ingwie/Work/bcompiler/bcompiler/bcompiler_zend.c  -fno-common -DPIC -o .libs/bcompiler_zend.o
/Users/Ingwie/Work/bcompiler/bcompiler/bcompiler_zend.c:958:66: error: no member named 'info' in 'struct _zend_class_entry'
                apc_serialize_zend_function_entry((zend_function_entry *)&zce->info.internal.builtin_functions[i] TSRMLS_CC);
                                                                          ~~~  ^
1 error generated.
make: *** [bcompiler_zend.lo] Error 1

Smells like a simple code error, but I am no C-dude to fix it myself. o.o;

Regards, Ingwie

@BastiaanOlij
Copy link
Owner

Heya,

I never got it to work properly either, just set it up to see if I could
get there. I tried to get some feedback from the people that originally
wrote bcompiler but with no luck.. Sounds to me they've changed the
interface to PHP even more as this is a compilation error against the zend
framework itself. What version of PHP are you compiling against?

On 15 June 2013 05:04, Ingwie Phoenix [email protected] wrote:

Hey! I have just tried to install it in OS X and while I am makeing it,
it's giving me this:

cc -I. -I/Users/Ingwie/Work/bcompiler/bcompiler -DPHP_ATOM_INC -I/Users/Ingwie/Work/bcompiler/bcompiler/include -I/Users/Ingwie/Work/bcompiler/bcompiler/main -I/Users/Ingwie/Work/bcompiler/bcompiler -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /Users/Ingwie/Work/bcompiler/bcompiler/bcompiler_zend.c -fno-common -DPIC -o .libs/bcompiler_zend.o
/Users/Ingwie/Work/bcompiler/bcompiler/bcompiler_zend.c:958:66: error: no member named 'info' in 'struct _zend_class_entry'
apc_serialize_zend_function_entry((zend_function_entry )&zce->info.internal.builtin_functions[i] TSRMLS_CC);
~~~ ^
1 error generated.
make: *
* [bcompiler_zend.lo] Error 1

Smells like a simple code error, but I am no C-dude to fix it myself. o.o;

Regards, Ingwie


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

Kindest regards,

Bastiaan Olij

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

No branches or pull requests

2 participants