Re: [BUGS] BUG #5665: catalog/schemapg.h: No such file or directory

2011-01-30 Thread Tom Lane
I wrote: > Dylan Alex Simon writes: >> I'm seeing this problem too, so I might be able to shed some light on it. > Hm. I can't replicate this at all. > ... >> GNU Make 3.82 > Mine is 3.81 (Fedora 13). Is it possible this is a bug introduced in > 3.82? The symlink is made this way: > $(top_b

Re: [BUGS] BUG #5665: catalog/schemapg.h: No such file or directory

2011-01-30 Thread Tom Lane
Dylan Alex Simon writes: > I'm seeing this problem too, so I might be able to shed some light on it. > Here's exactly what I did: >> cd /usr/src/postgresql-9.0.2 >> tar -xjvf postgresql-9.0.2.tar.bz2 >> mv postgresql-9.0.2 src >> mkdir obj-x86_64 >> cd obj-x86_64 >> /usr/src/postgresql-9.0.2/src/

Re: [BUGS] BUG #5665: catalog/schemapg.h: No such file or directory

2011-01-29 Thread Dylan Alex Simon
I'm seeing this problem too, so I might be able to shed some light on it. Here's exactly what I did: > cd /usr/src/postgresql-9.0.2 > tar -xjvf postgresql-9.0.2.tar.bz2 > mv postgresql-9.0.2 src > mkdir obj-x86_64 > cd obj-x86_64 > /usr/src/postgresql-9.0.2/src/configure > '--prefix=/usr/local/p