Hi, As i haven't got any reply on my message, i re-post it, as i think it can help 7.4 developpers.
Thierry Missimilly
--- Begin Message --- Hi,I've got the tar ball postgresql-7.4beta1.tar.gz and tried to build it on i686-pc-linux with a RedHat 7.3.
1) configure --with-tcl --enable-thread-safety
(see the attach file for results)2) gmake
[EMAIL PROTECTED] postgresql-7.4beta1]$ gmake
gmake -C doc all
gmake[1]: Entering directory `/home/postgres/postgresql-7.4beta1/doc'
gzip -d -c man.tar.gz | /bin/tar xf -
for file in man1/*.1; do \
mv $file $file.bak && \
sed -e 's/\\fR(l)/\\fR(7)/' $file.bak >$file && \
rm -f $file.bak || exit; \
done
/bin/sh ../config/mkinstalldirs man7
mkdir man7
for file in manl/*.l; do \
sed -e '/^\.TH/s/"l"/"7"/' \
-e 's/\\fR(l)/\\fR(7)/' \
$file >man7/`basename $file | sed 's/.l$/.7/'` || exit; \
done
gmake[1]: Leaving directory `/home/postgres/postgresql-7.4beta1/doc'
gmake -C src all
gmake[1]: Entering directory `/home/postgres/postgresql-7.4beta1/src'
gmake -C port all
gmake[2]: Entering directory `/home/postgres/postgresql-7.4beta1/src/port'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../src/include -c -o path.o path.c
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../src/include -c -o threads.o threads.c
threads.c: In function `pqGetpwuid':
threads.c:49: too few arguments to function `getpwuid_r'
threads.c:49: warning: assignment makes pointer from integer without a cast
threads.c: In function `pqGethostbyname':
threads.c:74: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer type
threads.c:74: too few arguments to function `gethostbyname_r'
threads.c:74: warning: assignment makes pointer from integer without a cast
gmake[2]: *** [threads.o] Error 1
gmake[2]: Leaving directory `/home/postgres/postgresql-7.4beta1/src/port'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/postgres/postgresql-7.4beta1/src'
gmake: *** [all] Error 2
[EMAIL PROTECTED] postgresql-7.4beta1]$
Any ideas from that problem ?
Thierry
conf.log
Description: application/unknown-content-type-txtfilebegin:vcard n:Missimilly;Thierry tel;fax:+33 (0)4 76 29 78 78 tel;work:+33 (0)4 76 29 74 54 x-mozilla-html:FALSE url:http:\\www.bull.com org:BIS/R&D adr:;;Bull SA, 1, rue de provence - BP 208;ECHIROLLES;;38432;FRANCE version:2.1 email;internet:[EMAIL PROTECTED] x-mozilla-cpt:;-18184 fn:Thierry Missimilly end:vcard
--- End Message ---
begin:vcard n:Missimilly;Thierry tel;fax:+33 (0)4 76 29 78 78 tel;work:+33 (0)4 76 29 74 54 x-mozilla-html:FALSE url:http:\\www.bull.com org:BIS/R&D adr:;;Bull SA, 1, rue de provence - BP 208;ECHIROLLES;;38432;FRANCE version:2.1 email;internet:[EMAIL PROTECTED] x-mozilla-cpt:;-18184 fn:Thierry Missimilly end:vcard
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly