From: 鈴木 幸市 <ko...@in...> - 2014-02-20 03:55:26
|
Very sorry for this. Part of this was already reported. I will upload improved tarball this weekend. --- Koichi Suzuki 2014/02/20 10:35、David E. Wheeler <da...@ju...> のメール: > 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 > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > |