Re: Call for platforms

From: Alexander Klimov <ask(at)wisdom(dot)weizmann(dot)ac(dot)il>
To: thomas(at)pgsql(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Call for platforms
Date: 2001-03-25 16:57:24
Message-ID: Pine.SUN.4.21.0103251841580.15485-100000@dardar.wisdom.weizmann.ac.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-03-25 17:14:38 Re: Re: HOWTO for pg 7.1 installation from cvs
Previous Message Boris 2001-03-25 16:30:40 Some interesting errorcodes (FreeBSD) PG 7.1 from cvs

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-03-25 17:24:10 Re: Re: Call for platforms
Previous Message Tom Lane 2001-03-25 16:38:44 Re: Re: [HACKERS] Re: 7.1 docs