Re: Call for platforms - Mailing list pgsql-hackers

From Alexander Klimov
Subject Re: Call for platforms
Date
Msg-id Pine.SUN.4.21.0103251841580.15485-100000@dardar.wisdom.weizmann.ac.il
Whole thread Raw
In response to Call for platforms  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Responses Re: Re: Call for platforms
List pgsql-hackers
Hi all.

Suddenly I obtain access to 
ULTRIX black 4.3 1 RISC

I don't shure is it supported, but I see /src/include/port/ultrix4.h file
so my guess is `yes, at least was'. I got last version from CVS and try
configure && gmake
it results in

gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include   -c xlog.c -o xlog.o
In file included from xlog.c:36:
../../../../src/include/storage/s_lock.h:88: warning: type defaults to
`int' in declaration of `slock_t'
../../../../src/include/storage/s_lock.h:88: parse error before `*'
../../../../src/include/storage/s_lock.h:91: warning: type defaults to
`int' in declaration of `slock_t'
../../../../src/include/storage/s_lock.h:91: parse error before `*'
gmake[4]: *** [xlog.o] Error 1

grep of .h files shows that slock_t usualy defined in
/src/include/port/*.h, but it is not defined in ultrix4.h
and I can't find it in system includes.

Regards,
ASK



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [DOCS] Re: Re: 7.1 docs
Next
From: Tom Lane
Date:
Subject: Re: Re: Call for platforms