On Tue, Jul 18, 2017 at 11:25:17PM +0200, Thierry FOURNIER wrote: > Hi 51degrees guys & HAProxy list, > > The haproxy build with 51degrees doesn't work. > > Today, I tried to build new package of the latest stable version of > HAProxy with my usual build command line, and an error raises. I try > to compile the version 1.7.8 with this buils command line: > > make CC=gcc TARGET=linux2628 USE_OPENSSL=1 USE_ZLIB=1 \ > USE_51DEGREES=1 51DEGREES_SRC=/tmp/Device-Detection/src/trie \ > 51DEGREES_INC=/tmp/Device-Detection/src/trie > > The error is: > > In file included from include/proto/proxy.h:29:0, > from include/common/cfgparse.h:30, > from src/haproxy.c:65: > include/types/global.h:205:3: error: unknown type name > 'fiftyoneDegreesDataSet' > make: *** [src/haproxy.o] Error 1 > > Can you check this ?
That's really strange, there was no change to 51d since 1.7.0, the only commit was a doc update. Ben, could you please check if the github repo didn't get a random API change without notification again like happened last year in the middle of the 1.6 maintenance cycle ? If this requires another update to the build procedure for stable releases, it will become really painful for users... Thanks, Willy

