Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-16 Thread Sebastian Bergmann
Am 15.03.2015 um 16:36 schrieb Sebastian Bergmann: Over in Room 11, Michael just pointed out that this could be related to php_stdint.h. Okay, this does not seem to be related to the GCC version but rather to the fact that some int types etc. are not defined on/for my platform. If I use

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-16 Thread Xinchen Hui
Hey: On Mon, Mar 16, 2015 at 2:35 PM, Sebastian Bergmann sebast...@php.net wrote: Am 15.03.2015 um 16:36 schrieb Sebastian Bergmann: Over in Room 11, Michael just pointed out that this could be related to php_stdint.h. Okay, this does not seem to be related to the GCC version but rather

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-16 Thread Sebastian Bergmann
Am 16.03.2015 um 07:41 schrieb Xinchen Hui: what is the link problems? http://pastebin.com/Tk1kaipQ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread Sebastian Bergmann
What is the minimum version of GCC required to build PHP? I am asking because using GCC 2.95.3 and GCC 3.4.0 I get errors related to the usage of intptr_t (see http://pastebin.com/9Gn0AAXA). -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread Michael Wallner
On 15 03 2015, at 16:36, Sebastian Bergmann sebast...@php.net wrote: Am 15.03.2015 um 15:34 schrieb Sebastian Bergmann: I am asking because using GCC 2.95.3 and GCC 3.4.0 I get errors related to the usage of intptr_t (see http://pastebin.com/9Gn0AAXA). Over in Room 11, Michael just

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread Sebastian Bergmann
Am 15.03.2015 um 15:34 schrieb Sebastian Bergmann: I am asking because using GCC 2.95.3 and GCC 3.4.0 I get errors related to the usage of intptr_t (see http://pastebin.com/9Gn0AAXA). Over in Room 11, Michael just pointed out that this could be related to php_stdint.h. -- PHP Internals -

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread Pierre Joye
On Mar 16, 2015 2:41 AM, Michael Wallner m...@php.net wrote: On 15 03 2015, at 16:36, Sebastian Bergmann sebast...@php.net wrote: Am 15.03.2015 um 15:34 schrieb Sebastian Bergmann: I am asking because using GCC 2.95.3 and GCC 3.4.0 I get errors related to the usage of intptr_t (see