We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I want to use this tool to compile my PHP code into native C. I can't manage to compile it under ubuntu 12.04
was installting bigloo3.2a.tar.gz and when compile I get make[4]: *** [php-curl_u.o] Error 1
File "php-curl.scm", line 450, character 14741:
Type error -- procedure' expected,bool' provided
procedure' expected,
File "php-curl.scm", line 727, character 24569:
Was wondering if u can say what the status of this project. I also tried to use PHC and HipHop, but failed to use them.
PHC didn't manage to compile my code as I wanted. HipHop is not good cli tools written in PHP.
My code is around 800K, and using HipHop make it 29MB!
Maybe u have an idea?
Thanks Sassy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I want to use this tool to compile my PHP code into native C.
I can't manage to compile it under ubuntu 12.04
was installting bigloo3.2a.tar.gz
and when compile I get make[4]: *** [php-curl_u.o] Error 1
File "php-curl.scm", line 450, character 14741:
(pcc-set-callbacks curl
^
*** WARNING:bigloo:curl-stream-open
Type error --
procedure' expected,
bool' providedFile "php-curl.scm", line 727, character 24569:
(defbuiltin (curl_init (url 'unpassed))
^
Was wondering if u can say what the status of this project.
I also tried to use PHC and HipHop, but failed to use them.
PHC didn't manage to compile my code as I wanted. HipHop is not good cli tools written in PHP.
My code is around 800K, and using HipHop make it 29MB!
Maybe u have an idea?
Thanks
Sassy
The text was updated successfully, but these errors were encountered: