Re: Test CMake build

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Yury Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>, pgsql-general(at)postgresql(dot)org
Subject: Re: Test CMake build
Date: 2016-02-10 20:56:37
Message-ID: 56BBA405.1040209@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/10/2016 2:50 PM, Andy Colson wrote:
> On 2/10/2016 2:45 PM, Andy Colson wrote:
>> 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
>>
>>

> /usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libreadline.so:
> undefined reference to `tputs'

tputs is in ncurses?

I did not see a:

-- Looking for curses

And it didnt try to link with it:

/usr/bin/cc
CMakeFiles/cmTryCompileExec301475258.dir/HAVE_LONG_LONG_INT_64.c.o -o
cmTryCompileExec301475258 -rdynamic -lreadline

-Andy

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-02-10 21:26:56 Re: Input data for column is not compatible with data type
Previous Message Andy Colson 2016-02-10 20:50:44 Re: Test CMake build