> On 6 Jul. 2016, at 2:31 pm, Edgar Pettijohn <[email protected]> wrote: > > > > Sent from my iPhone > >> On Jul 5, 2016, at 9:28 PM, James Brown <[email protected]> wrote: >> >> Tried to update from 2.2.24 to 2.2.25 using same configure command as >> previously. >> >> make ends with: >> >> In file included from guid.c:6: >> sha1.h:80: error: static or type qualifiers in abstract declarator >> make[4]: *** [guid.lo] Error 1 >> make[3]: *** [all] Error 2 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> Mac OS X 10.7.5 >> >> Configure statement was: >> >> ./configure --with-mysql --with-ssl=openssl >> >> Any suggestions? >> >> Thanks, >> >> James. > > Look at config.h and check for STATIC_ARRAY static > > If so remove the word "static".
Yes I had ‘static’ after STATIC_ARRAY. Removed it and compile went through without errors. Thanks, James.
