Re: Call for platforms

Поиск
Список
Период
Сортировка
От Alexander Klimov
Тема Re: Call for platforms
Дата
Msg-id Pine.SUN.4.21.0103251841580.15485-100000@dardar.wisdom.weizmann.ac.il
обсуждение исходный текст
Ответ на Call for platforms  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Ответы Re: Re: Call for platforms  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [DOCS] Re: Re: 7.1 docs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: Call for platforms