From: David E. W. <da...@ju...> - 2014-02-20 01:35:21
|
PGXC Hackers, I am trying to build 1.2.0beta on CentOS 6.2 but get this error: keywords.c:20:21: error: preproc.h: No such file or directory Sure enough, preproc.h does not exist in src/interfaces/ecpg/preproc/. Looking at the Makefile, I see this at the bottom: # `make distclean' must not remove preproc.y, preproc.c, preproc.h, or pgc.c # since we want to ship those files in the distribution for people with # inadequate tools. Instead, `make maintainer-clean' will remove them. maintainer-clean: distclean rm -f preproc.y preproc.c preproc.h pgc.c All of those are present except for preproc.h. Did it somehow get omitted from the release? Missing from a manifest or something? Someone got a copy of it so I can add it to my download and continue building for now? Thanks, David |