[PHP-DEV] Re: Confusion on how to exclude embedded sqlite3 during make/build

2012-06-14 Thread Michael Felt
Now getting a lot of these messages: "/data/prj/php-5.3.13/Zend/zend.h", line 179.10: 1506-358 (I) "__restrict__" is defined on line 186 of /usr/include/standards.h. line 179... #if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004 #else # define __restrict__ #endif #define restrict __restrict__ AIX

[PHP-DEV] Re: Confusion on how to exclude embedded sqlite3 during make/build

2012-06-14 Thread Michael Felt
messages crossed - thanks. I was thinking of copying the sqlite, or at least doing a diff when I saw the same error in both 5.3.14 and 5.4.4 On Thu, Jun 14, 2012 at 6:33 PM, Michael Felt wrote: > Well, I am wondering if I posted this wrong - where are all the [PHP-DEV] > brackets coming from. >

[PHP-DEV] Re: Confusion on how to exclude embedded sqlite3 during make/build

2012-06-14 Thread Michael Felt
Well, I am wondering if I posted this wrong - where are all the [PHP-DEV] brackets coming from. But, i believe I found the "syntax" error - by default AIX compiler does not support // comments, the CFLAG -qlangval=extc99 (or extc89) needs to be added. Testing further with 5.3.14 and 5.4.4 Michae