dm / gearmand

Please see https://github.com/gearman/gearmand
Other
4 stars 0 forks source link

gearmand make error #1

Closed a289459798 closed 11 years ago

a289459798 commented 11 years ago

libhostile/function.c:54: error: 'for' loop initial declarations are only allowed in C99 mode

dm commented 11 years ago

This mirror is clean in regards to what is in bzr/launchpad. I can create a branch to make changes it but I'd rather keep it in sync unless absolutely necessary.

Please try setting the CFLAGS env var in your configure step: CFLAGS=-std=gnu99 ./configure or CFLAGS=-std=c99 ./configure

Let me know if any other issue arises.