Hi all, I cannot compile the code on trunk. I get the following error when I try to compile the code:
error: ‘DEFAULT_REL_STATEDIR’ undeclared I bisected the mainstream using git and the erroneous commit seems to be: ------- commit 16211a8cdd52251cb7ae251e693b9053fb545e20 Author: Joe Orton <[email protected]> Date: Fri Oct 5 15:25:04 2018 +0000 Define "state directory" for storing persistent child-writable state, with default from config.layout, configurable via DefaultStateDir. * server/core.c (set_state_dir, ap_state_dir_relative): New functions. * config.layout, acinclude.m4, Makefile.in, configure.in: Define statedir variables, drop davlockdb. * include/ap_config_layout.h.in: Define DEFAULT_REL_STATEDIR, DEFAULT_EXP_STATEDIR in place of _DAVLOCKDB. * include/ap_mmn.h: Bump MMN minor. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842929 13f79535-47bb-0310-9956-ffa450edef68 ------- You may already know about the problem. So in that case is there any fix for that? Regards, Danesh Daroui
