Thread

  1. Current source from CVS won't compile.

    Keith Parks <emkxp01@mtcc.demon.co.uk> — 1999-10-26T09:57:55Z

    Hi All,
    
    A make on a "cvs update" from this morning fails with the following
    error message.
    
    make -C commands all 
    make[2]: Entering directory `/usr/local/pgsql/src/backend/commands'
    make[2]: *** No rule to make target `../parse.h', needed by `comment.o'.  Stop.
    make[2]: Leaving directory `/usr/local/pgsql/src/backend/commands'
    make[1]: *** [commands.dir] Error 2
    make[1]: Leaving directory `/usr/local/pgsql/src/backend'
    make: *** [install] Error 2
    
    This looks to have been broken by the COMMENT patch.
    
    Keith