Re: [HACKERS] Build failure in current CVS

2002-08-21 Thread Tatsuo Ishii
I appreciate you and other guys who has been working for this problem. -- Tatsuo Ishii > Thanks. Fixed. I had a '[' on the first line of one of the makefiles. > --- > > Neil Conway wrote: > > Bruce Momjian <[EMAIL PROTECT

Re: [HACKERS] Build failure in current CVS

2002-08-21 Thread Bruce Momjian
Thanks. Fixed. I had a '[' on the first line of one of the makefiles. --- Neil Conway wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > OK, patch applied to all Makefiles, as outlined by Peter. > > I see this in cur

Re: [HACKERS] Build failure in current CVS

2002-08-21 Thread Christopher Kings-Lynne
IL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [HACKERS] Build failure in current CVS > > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > OK, patch applied to all Makefiles, as outlined by Peter. > > I see this in current CVS: > > make[3]: Entering directory >

Re: [HACKERS] Build failure in current CVS

2002-08-21 Thread Neil Conway
Bruce Momjian <[EMAIL PROTECTED]> writes: > OK, patch applied to all Makefiles, as outlined by Peter. I see this in current CVS: make[3]: Entering directory `/home/nconway/pgsql/src/backend/utils/mb/conversion_procs' make[4]: Entering directory `/home/nconway/pgsql/src/backend/utils/mb/conversi

Re: [HACKERS] Build failure in current CVS

2002-08-21 Thread Bruce Momjian
OK, patch applied to all Makefiles, as outlined by Peter. --- Peter Eisentraut wrote: > Tatsuo Ishii writes: > > > I have applied following changes and am getting: > > > > make: *** No rule to make target `ascii_and_mic.o'

Re: [HACKERS] Build failure in current CVS

2002-08-21 Thread Peter Eisentraut
Tatsuo Ishii writes: > I have applied following changes and am getting: > > make: *** No rule to make target `ascii_and_mic.o', needed by >`libascii_and_mic.so.0.0'. Stop. > > under one of a conversion directory. The weird thing is I do not get > this if I do a build "inside" the source tree. A

Re: [HACKERS] Build failure in current CVS

2002-08-20 Thread Tatsuo Ishii
> It looks like the new stuff for loadable conversion modules is not > correct for building outside the source tree; it's being careless about > the paths it uses to find files. Tatsuo, can you fix that, or ask Peter > for help? I have applied following changes and am getting: make: *** No rule

Re: [HACKERS] Build failure in current CVS (src/backend/utils/mb/conversion_procs)

2002-08-20 Thread Tom Lane
Tatsuo Ishii <[EMAIL PROTECTED]> writes: > IMO giving a directory to each conversion > is more manageable than putting everything in single directory. I lean towards Peter's point here. One or two files per conversion is not unmanageable to keep in a single directory. And I have noticed that "m

Re: [HACKERS] Build failure in current CVS

2002-08-20 Thread Tatsuo Ishii
> Tatsuo, why is there one directory per encoding combination with only one > source file each? Couldn't we put all the files in one directory? euc_tw_and_big5 has *two* files. Also Unicode mapping files could be moved to each directory. So the Unicode related functions might have one more file.

Re: [HACKERS] Build failure in current CVS (src/backend/utils/mb/conversion_procs)

2002-08-20 Thread Peter Eisentraut
Tom Lane writes: > John Gray <[EMAIL PROTECTED]> writes: > > I get the following when I attempt to build outside of the source tree. > > It looks like the new stuff for loadable conversion modules is not > correct for building outside the source tree; it's being careless about > the paths it uses

Re: [HACKERS] Build failure in current CVS (src/backend/utils/mb/conversion_procs)

2002-08-20 Thread Tom Lane
John Gray <[EMAIL PROTECTED]> writes: > I get the following when I attempt to build outside of the source tree. It looks like the new stuff for loadable conversion modules is not correct for building outside the source tree; it's being careless about the paths it uses to find files. Tatsuo, can

[HACKERS] Build failure in current CVS (src/backend/utils/mb/conversion_procs)

2002-08-20 Thread John Gray
Hi all, I get the following when I attempt to build outside of the source tree. All goes well until make[4]: Entering directory `/home/jgray/postgres/pg-build/src/backend/utils/mb/conversion_procs/ascii_and_mic' Makefile:11: ../proc.mk: No such file or directory make[4]: *** No rule to make