Building CVS problem?

Started by Stephen Frostover 18 years ago2 messages
#1Stephen Frost
sfrost@snowman.net

Greetings,

In working on the minor patch to COPY CSV mode tonight, I ran into a
problem with the utf8 conversion build process in CSV and was just
wondering if there's something wacky on my system or if other people
have seen this:

sfrost@snowman:.../pgsql.build> ../pgsql/configure
[...]
sfrost@snowman:.../pgsql.build> make
[...]
make: Entering an unknown directory
make: *** utf8_and_euc_jis_2004: No such file or directory. Stop.
make: Leaving an unknown directory

I did a 'cvs -z3 up' prior to this, and most things seemed to be
fine... Removing the one above and a couple others recently added
allowed the build to finish (though was rather annoying) and then I
had to hack up the create_conversion.sql to not try to include them,
which also wasn't fun.

I guess I'll see about doing a new full checkout of the tree, but I
wonder if anyone else regularly builds in a directory seperate from
the source tree and if this is perhaps an issue with the
Makefiles/etc.

Thanks,

Stephen

#2Stephen Frost
sfrost@snowman.net
In reply to: Stephen Frost (#1)
Re: Building CVS problem?

* Stephen Frost (sfrost@snowman.net) wrote:

I did a 'cvs -z3 up' prior to this, and most things seemed to be

So, of course, in re-reading this I think to myself "wait, this guy
should be using 'cvs -z3 up -dP'", and while I havn't tested it yet, the
directories showed up, so I'm thinking problem solved. Sorry for the
noise.

Thanks,

Stephen