Thread: problem with compile cvs
Hello I can't compile cvs source. make[4]: Leaving directory `/home/src/pgsql/src/interfaces/ecpg/preproc' make[3]: Leaving directory `/home/src/pgsql/src/interfaces/ecpg' make[2]: Leaving directory `/home/src/pgsql/src/interfaces' make -C bin all make[2]: Entering directory `/home/src/pgsql/src/bin' make[3]: Entering directory `/home/src/pgsql/src/bin/initdb' make[3]: *** No rule to make target `po/de.po', needed by `po/de.mo'. Stop. make[3]: Leaving directory `/home/src/pgsql/src/bin/initdb' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/src/pgsql/src/bin' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/src/pgsql/src' make: *** [all] Error 2 gcc --version gcc (GCC) 3.3 20030715 (Red Hat Linux 3.3-14) regards Pavel Stehule
Pavel Stehule <stehule@kix.fsv.cvut.cz> writes: > make[2]: Entering directory `/home/src/pgsql/src/bin' > make[3]: Entering directory `/home/src/pgsql/src/bin/initdb' > make[3]: *** No rule to make target `po/de.po', needed by `po/de.mo'. > Stop. de.po is there, and has been for some time: $ ls src/bin/initdb/po CVS/ de.po it.po pt_BR.po Are you sure you have an up-to-date checkout? regards, tom lane
I'm sorry, it was my problem. Thank You Pavel On Tue, 23 Dec 2003, Tom Lane wrote: > Pavel Stehule <stehule@kix.fsv.cvut.cz> writes: > > make[2]: Entering directory `/home/src/pgsql/src/bin' > > make[3]: Entering directory `/home/src/pgsql/src/bin/initdb' > > make[3]: *** No rule to make target `po/de.po', needed by `po/de.mo'. > > Stop. > > de.po is there, and has been for some time: > > $ ls src/bin/initdb/po > CVS/ de.po it.po pt_BR.po > > Are you sure you have an up-to-date checkout? > > regards, tom lane > > ---------------------------(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 >