problem with compile cvs

Started by Pavel Stehuleover 22 years ago3 messagesbugs
Jump to latest
#1Pavel Stehule
pavel.stehule@gmail.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Pavel Stehule (#1)
Re: problem with compile cvs

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

#3Pavel Stehule
pavel.stehule@gmail.com
In reply to: Tom Lane (#2)
Solved: problem with compile cvs, my problem

I'm sorry, it was my problem.
Thank You
Pavel

On Tue, 23 Dec 2003, Tom Lane wrote:

Show quoted text

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