Hi Patrick, On Wed, Apr 03, 2019 at 03:32:23PM +0000, Overbey, Patrick (Sioux Falls) wrote: > Hi Willy, > I brought down haproxy-1.9-1483198 through git, but am getting expansion of > macro errors during the compile using the same compile script that works with > 2.0. Any ideas what's wrong? (...)
Oh I know, it's because I'm stupid, but that's fixed now (the bug, not my stupidity unfortunately). In 2.0 all the USE_* macros are automatically passed to compiler options. In 1.9 we have to explicitly append them in the makefile. And guess what I forgot to add ? :-) It's OK for me with commit 01a2c4 now. Thanks for reporting this, and sorry for the confusion! Willy

