P: > Â I encounter some error while trying to build postgresql-8.0.0beta4. > Â When I run gmake, it reports that some macros used in path.c are not > defined. I check that file and find that macros such as PGBINDIR are really > not defined. Please tell me what should I do now.
Um, did you run configure before running gmake? Please post: 1) How you obtained 8.0b4 and in in what format. 2) what platform you are on, and what exact version 3) your version of gcc 4) the /configure options and the gmake command you sent. 5) the full error output of the failed build. -- Josh Berkus Aglio Database Solutions San Francisco ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match