Re: Test CMake build

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: Test CMake build
Дата
Msg-id 56BBA174.2080007@squeakycode.net
обсуждение исходный текст
Ответ на Test CMake build  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
Ответы Re: Test CMake build  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
On 2/10/2016 12:09 PM, Yury Zhuravlev wrote:
> Hello all.
> Please test build Postgres using cmake. If you are of course interested.
> Still not everything is ready but most of the work. Assembly
> instructions as does the repository is on github:
> https://github.com/stalkerg/postgres_cmake
>
> The compilation will be enough (tests even better). I need feedbacks so
> that create issues on github.
> Very interesting NetBSD, OpenBSD, Solaris.
> Thanks!
Slackware64, 14.1


-- The C compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
etc, etc,
-- Performing Test AC_FUNC_ACCEPT
-- Performing Test AC_FUNC_ACCEPT - Failed
-- Performing Test AC_FUNC_ACCEPT
-- Performing Test AC_FUNC_ACCEPT - Failed
...A TON of the above...
-- Performing Test AC_FUNC_ACCEPT
-- Performing Test AC_FUNC_ACCEPT - Failed
ERRORcould not determine argument types
-- Looking for accept function args - found , , ,  *
-- Check alignment of double
-- Check alignment of double - 8
-- Check alignment of int
-- Check alignment of int - 4
-- Check alignment of long
-- Check alignment of long - 8
-- Check alignment of long long int
-- Check alignment of long long int - 8
-- Check alignment of short
-- Check alignment of short - 2
-- Check size of int64
-- Check size of int64 - failed
-- Check size of uint64
-- Check size of uint64 - failed
-- Check size of int8
-- Check size of int8 - failed
-- Check size of void *
-- Check size of void * - failed
-- Check size of long int
-- Check size of long int - failed
-- Check size of long
-- Check size of long - failed
-- Check size of size_t
-- Check size of size_t - failed
-- Check size of locale_t
-- Check size of locale_t - failed
-- Check size of long long int
-- Check size of long long int - failed
CMake Error at CMakeLists.txt:262 (message):
   Cannot find a working 64-bit integer type.





В списке pgsql-general по дате отправления:

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Test CMake build
Следующее
От: Andy Colson
Дата:
Сообщение: Re: Test CMake build