Building CVS problem? - Mailing list pgsql-hackers

From Stephen Frost
Subject Building CVS problem?
Date
Msg-id 20070727044531.GE4887@tamriel.snowman.net
Whole thread Raw
Responses Re: Building CVS problem?  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: stats_block_level
Next
From: Stephen Frost
Date:
Subject: Re: Building CVS problem?