-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
Makefile:183: recipe for target 'parser/parser.lo' failed #1142
Comments
That output doesn't seem complete, can you post the entire output? |
jfy P.S. P.P.S I even can provide you an access to my RadxaRock just to try find a reason of that issue. |
From my side:
Thanks. Now you can say for 100% sure that it works even at ARM processors. |
👍 |
But I'm still getting:
|
I've removed all untracked files in the All this allow me to compile zephir extension and phalcon through zephir. Also i think will be helpfull if you provide a bit more information about your environment. Regards. |
I've removed whole zephir directory from vendor/ and reinstall by composer. I'm using openSUSE Tumbleweed 20151201 |
Hmmm... did you remove In my case I've checked this fix at my ARM web server and laptop all looks good. Regards. |
Right now tested on my VPS:
All ok |
I have: "require-dev": {
"phalcon/zephir": "dev-master"
}, And I checked that changes 6153090 are present, so this is not the composer fault. |
Does the generated parser.c file contain the changes of 6153090 ? (Search for strndup and check if the ifndef guards are present) |
Yes, they are present. |
So just to absolutely clarify: you see the |
Please try do next.
I've just checked. That this file maybe you've executed this command |
parser.txt @steffengy exactly. @valVk check :9258 line after |
On the openSUSE I see in the #if defined __USE_XOPEN2K8
extern char *strndup (const char *__string, size_t __n)
__THROW __attribute_malloc__ __nonnull ((1));
#endif So if I add in #if !defined HAVE_STRNDUP && !defined __USE_XOPEN2K8
Then I can compile. |
commit c9735cc
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 15.04 Release: 15.04 Codename: vivid Linux radxa 3.18.0-rc5+ #2 SMP Fri Nov 28 17:36:47 CST 2014 armv7l armv7l armv7l GNU/Linux
All this gives me an error
But phalcon compiled well on exact same configuration
The text was updated successfully, but these errors were encountered: