Hi Willy,
I got a compile error on Freebsd while doing up the new port for
1.5.dev3
This machine is running Freebsd-8.1 Release, amd64 arch.
-= start
... much successful compile output clipped...
gcc -Iinclude -Iebtree -Wall -O2 -g -DFREEBSD_PORTS -DTPROXY
-DCONFIG_HAP_CRYPT -DENABLE_POLL -DENABLE_KQUEUE -DUSE_PCRE
-I/usr/local/include -DCONFIG_HAPROXY_VERSION=\"1.5-dev3\"
-DCONFIG_HAPROXY_DATE=\"2010/11/11\" -c -o src/signal.o src/signal.c
gcc -Iinclude -Iebtree -Wall -O2 -g -DFREEBSD_PORTS -DTPROXY
-DCONFIG_HAP_CRYPT -DENABLE_POLL -DENABLE_KQUEUE -DUSE_PCRE
-I/usr/local/include -DCONFIG_HAPROXY_VERSION=\"1.5-dev3\"
-DCONFIG_HAPROXY_DATE=\"2010/11/11\" -c -o src/acl.o src/acl.c
gcc -Iinclude -Iebtree -Wall -O2 -g -DFREEBSD_PORTS -DTPROXY
-DCONFIG_HAP_CRYPT -DENABLE_POLL -DENABLE_KQUEUE -DUSE_PCRE
-I/usr/local/include -DCONFIG_HAPROXY_VERSION=\"1.5-dev3\"
-DCONFIG_HAPROXY_DATE=\"2010/11/11\" -c -o src/pattern.o src/pattern.c
In file included from include/proto/pattern.h:25,
from src/pattern.c:16:
include/types/pattern.h:57: error: expected specifier-qualifier-list before
'int32_t'
src/pattern.c: In function 'pattern_arg_str':
src/pattern.c:484: error: 'union pattern_arg_data' has no member named 'str'
src/pattern.c:485: error: 'union pattern_arg_data' has no member named 'str'
gmake: *** [src/pattern.o] Error 1
*** Error code 1
Stop in /usr/ports/net/haproxy-devel.
*** Error code 1
Stop in /usr/ports/net/haproxy-devel.
-=
If there's anything specific you'd want me to check into, let me know.
Cheers,
Ross.
--