Re: Compiling for iOS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Francisco Tolmasky <tolmasky(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Compiling for iOS
Date: 2014-09-06 19:39:33
Message-ID: 4878.1410032373@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Francisco Tolmasky <tolmasky(at)gmail(dot)com> writes:
> My issue is that since Im just compiling -C src/interfaces/libpq, I dont
> generate all the necessary include files. Unfortunately doing gnumake -C
> src/interfaces/libpq install only installs the libpq-specific include
> files, and not the generic ones I guess? I cant just build everything
> for iOS to solve this issue since I get errors when trying to compile the
> world for iOS. Im so close, I just need the proper include files, any help
> on how to accomplish this?

If you managed to get past the configure step then you should have all the
include files needed to build clients. I don't think there is an install
target in the makefiles that installs only the headers you want, but you
could probably run "make install" in src/include/ and then throw away the
server/ subdirectory in the target include/ directory.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message wschnell 2014-09-08 00:00:03 string is too long for tsvector
Previous Message Francisco Tolmasky 2014-09-05 23:08:09 Compiling for iOS