Thread: Building CVS problem?
Greetings, In working on the minor patch to COPY CSV mode tonight, I ran into a problem with the utf8 conversion build process in CSVand 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 unknowndirectory 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 recentlyadded allowed the build to finish (though was rather annoying) and then I had to hack up the create_conversion.sqlto 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 directoryseperate from the source tree and if this is perhaps an issue with the Makefiles/etc.Thanks, Stephen
* 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