Thread: test/locale broken
Just tried it for the first time: % cd src/test/locale % gmake all gmake: Circular test-pgsql-locale <- all dependency dropped. cd: can't cd to pgsql-locale gmake: *** [test-pgsql-locale] Error 2 I think the next stage is gmake test-koi8.. Cheers, Patrick
Patrick Welche writes: > Just tried it for the first time: > % cd src/test/locale > % gmake all > gmake: Circular test-pgsql-locale <- all dependency dropped. > cd: can't cd to pgsql-locale > gmake: *** [test-pgsql-locale] Error 2 I think it should work now. -- Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/
On Fri, Jan 19, 2001 at 08:52:13PM +0100, Peter Eisentraut wrote: > Patrick Welche writes: > > > Just tried it for the first time: > > % cd src/test/locale > > % gmake all > > gmake: Circular test-pgsql-locale <- all dependency dropped. > > cd: can't cd to pgsql-locale > > gmake: *** [test-pgsql-locale] Error 2 > > I think it should work now. Yes, Thanks! Patrick